You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2021/02/08 05:11:28 UTC

[skywalking-satellite] branch memory-queue updated (33d708c -> 30d05ed)

This is an automated email from the ASF dual-hosted git repository.

liujiapeng pushed a change to branch memory-queue
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git.


    from 33d708c  polish codes
     add 30d05ed  convert queue to goconcurrentqueue

No new revisions were added by this update.

Summary of changes:
 dist/LICENSE                                       |  1 +
 ...ENSE-mmap.txt => LICENSE-goconcurrentqueue.txt} |  4 +-
 go.mod                                             |  1 +
 go.sum                                             |  2 +
 plugins/queue/memory/queue.go                      | 62 ++++-------------
 plugins/queue/memory/queue_test.go                 | 77 +++++++---------------
 plugins/receiver/grpc/nativelog/receiver_test.go   |  2 +-
 plugins/receiver/http/nativcelog/receiver_test.go  |  4 +-
 plugins/server/grpc/server.go                      |  4 +-
 plugins/server/http/server.go                      |  2 +-
 10 files changed, 50 insertions(+), 109 deletions(-)
 copy dist/licenses/{LICENSE-mmap.txt => LICENSE-goconcurrentqueue.txt} (96%)