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

liuhan pushed a commit to branch reduce-handle-connect-time
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


The following commit(s) were added to refs/heads/reduce-handle-connect-time by 
this push:
     new 5e32d37  disable conntrack monitoring
5e32d37 is described below

commit 5e32d37dad65fa20f5b453df14146b1772f1bbee
Author: mrproliu <[email protected]>
AuthorDate: Sat Dec 28 23:44:23 2024 +0800

    disable conntrack monitoring
---
 pkg/tools/ip/conntrack.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/tools/ip/conntrack.go b/pkg/tools/ip/conntrack.go
index 410b11c..bc410c7 100644
--- a/pkg/tools/ip/conntrack.go
+++ b/pkg/tools/ip/conntrack.go
@@ -79,7 +79,7 @@ func (c *ConnTrack) UpdateRealPeerAddress(addr *SocketPair) 
error {
                if res := c.filterValidateReply(session, tuple); res != nil {
                        addr.DestIP = res.Src.String()
                        addr.NeedConnTrack = false
-                       log.Infof("update real peer address from conntrack: 
%s:%d", addr.DestIP, addr.DestPort)
+                       log.Debugf("update real peer address from conntrack: 
%s:%d", addr.DestIP, addr.DestPort)
                        return nil
                }
        }

Reply via email to