chiradip opened a new issue, #2227: URL: https://github.com/apache/iggy/issues/2227
### Title Fix and enable testConcurrentOperations in AsyncClientIntegrationTest ### Description The `testConcurrentOperations_DISABLED` test is currently disabled due to connection issues. This test is important for validating the async client's ability to handle multiple concurrent operations. ### Current Issue ``` java.lang.IllegalStateException: Connection not established or closed ``` ### Tasks - [ ] Investigate root cause of connection closure - [ ] Fix connection management for concurrent operations - [ ] Ensure thread-safe access to AsyncTcpConnection - [ ] Add connection pooling if needed - [ ] Re-enable the test - [ ] Add more concurrent operation scenarios ### Labels `bug`, `testing`, `async-client`, `java-sdk` -- 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]
