This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch perf
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/perf by this push:
new 781ccd2 test log
781ccd2 is described below
commit 781ccd26704eb6977936d9f8474f744d4ada8421
Author: mrproliu <[email protected]>
AuthorDate: Wed Dec 25 17:02:49 2024 +0800
test log
---
pkg/tools/btf/queue.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/pkg/tools/btf/queue.go b/pkg/tools/btf/queue.go
index b040f3e..fdd8754 100644
--- a/pkg/tools/btf/queue.go
+++ b/pkg/tools/btf/queue.go
@@ -152,7 +152,6 @@ func (e *EventQueue) Start(ctx context.Context, linker
*Linker) {
func (e *EventQueue) Push(key int, data interface{}) {
// append data
- log.Infof("queue %s partition %d push data", e.name, key%e.count)
e.partitions[key%e.count].channel <- data
}