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 2020/12/18 10:03:49 UTC

[skywalking-satellite] branch mmap-queue updated (7751113 -> 4ef3b91)

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

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


    from 7751113  submodule
     add 4ef3b91  polish license & remove lock & use atomic int32

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-and-test.yaml                | 3 +++
 Makefile                                             | 8 ++++++++
 dist/licenses/{LICENSE-cli => LICENSE-cli.txt}       | 0
 dist/licenses/{LICENSE-go-cmp => LICENSE-go-cmp.txt} | 0
 dist/licenses/{LICENSE-logrus => LICENSE-logrus.txt} | 0
 dist/licenses/{LICENSE-mmap => LICENSE-mmap.txt}     | 0
 dist/licenses/{LICENSE-viper => LICENSE-viper.txt}   | 0
 docs/configuration/queue.md                          | 6 +++---
 internal/pkg/log/log.go                              | 2 +-
 plugins/queue/mmap/meta/meta.go                      | 3 +--
 plugins/queue/mmap/queue.go                          | 4 ++--
 plugins/queue/mmap/queue_opreation.go                | 5 +++--
 plugins/queue/mmap/queue_test.go                     | 4 ++--
 plugins/queue/mmap/segment_operation.go              | 5 +++--
 14 files changed, 26 insertions(+), 14 deletions(-)
 rename dist/licenses/{LICENSE-cli => LICENSE-cli.txt} (100%)
 rename dist/licenses/{LICENSE-go-cmp => LICENSE-go-cmp.txt} (100%)
 rename dist/licenses/{LICENSE-logrus => LICENSE-logrus.txt} (100%)
 rename dist/licenses/{LICENSE-mmap => LICENSE-mmap.txt} (100%)
 rename dist/licenses/{LICENSE-viper => LICENSE-viper.txt} (100%)