This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch tmp_disable_reading
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/tmp_disable_reading by this
push:
new 00b354d disable pre update
00b354d is described below
commit 00b354d5c7252eebec45b1d40626228d39964bc1
Author: mrproliu <[email protected]>
AuthorDate: Fri Dec 20 11:32:16 2024 +0800
disable pre update
---
pkg/accesslog/forwarder/connect.go | 2 --
1 file changed, 2 deletions(-)
diff --git a/pkg/accesslog/forwarder/connect.go
b/pkg/accesslog/forwarder/connect.go
index 667a4db..14847f7 100644
--- a/pkg/accesslog/forwarder/connect.go
+++ b/pkg/accesslog/forwarder/connect.go
@@ -36,8 +36,6 @@ func SendConnectEvent(context *common.AccessLogContext, event
*events.SocketConn
SocketPair: socketPair,
}
context.Queue.AppendKernelLog(common.LogTypeConnect, connect)
- // pre-sending to the connection mgr to building the connection
- context.ConnectionMgr.Find(connect)
}
func connectLogBuilder(event events.Event) *v3.AccessLogKernelLog {