bydongxing opened a new issue, #6251:
URL: https://github.com/apache/incubator-seata/issues/6251

   ### Ⅰ. Issue Description
   
   When the project started, the 192.168.64.1 obtained is not my real ip.
   
   ### Ⅱ. Describe what happened
   
   ```
   2024-01-10 12:11:41.145  INFO [26943, ] --- [main] 
i.s.core.rpc.netty.NettyPoolableFactory  : NettyPool create channel to 
transactionRole:TMROLE,address:193.168.11.122:8092,msg:< 
RegisterTMRequest{version='2.0.0', applicationId='stock-service', 
transactionServiceGroup='default-tx-group', extraData='ak=null
   digest=default-tx-group,192.168.64.1,1704859901143
   timestamp=1704859901143
   authVersion=V4
   vgroup=default-tx-group
   ip=192.168.64.1
   '} >
   2024-01-10 12:11:41.152 ERROR [26943, ] --- [NettyClientSelector_TMROLE_1_1] 
i.s.c.r.n.AbstractNettyRemotingClient    : 0318
   
   java.io.IOException: Connection reset by peer
        at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[na:1.8.0_381]
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) 
~[na:1.8.0_381]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[na:1.8.0_381]
        at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[na:1.8.0_381]
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) 
~[na:1.8.0_381]
        at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259) 
~[netty-buffer-4.1.84.Final.jar:4.1.84.Final]
   ```
   
   
   ### Ⅲ. Describe what you expected to happen
   
   My local real ip is 193.168.11.122.
   
   <img width="584" alt="image" 
src="https://github.com/apache/incubator-seata/assets/32316182/60f97a74-1148-4945-a6d5-d1ff96f1fcf2";>
   
   
![image](https://github.com/apache/incubator-seata/assets/32316182/38bb4f68-15ff-49f9-bf09-8aee6aeb2804)
   
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   1. xxx
   2. xxx
   3. xxx
   
   Minimal yet complete reproducer code (or URL to code):
   
   
   
   ### Ⅴ. Anything else we need to know?
   
   
   ### Ⅵ. Environment:
   
   - JDK version(e.g. `java -version`):  1.8
   - Seata client/server version:  2.0.0
   - Database version: mysql8
   - OS(e.g. `uname -a`): macOS
   - Others:


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to