sd4324530 commented on issue #2086: URL: https://github.com/apache/fluss/issues/2086#issuecomment-3609468913
<img width="859" height="946" alt="Image" src="https://github.com/user-attachments/assets/64a51285-a239-46e6-9935-c6f5c53e3e26" /> Based on this exception stack trace, I think it should be: The requesting thread calls NettyClient.sendRequest to send a message, but the connection obtained is closed before sending. process: 1. Message thread: getOrCreateConnection() 2. Connection thread: close() 3. Message thread: send() Consider an extreme case: after obtaining a connection, wait a few seconds before sending a message, but during this waiting period, the connection is closed, causing the message to fail to send. Should we try to find a solution to this problem? -- 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]
