huiqing-wang opened a new issue, #7572:
URL: https://github.com/apache/gravitino/issues/7572

   ### What would you like to be improved?
   
   During performance testing using the GVFS Java client, we observed a 
significant performance drop when the concurrency level exceeds 8 threads.
   
   Upon checking the connection count between the GVFS client and server using 
netstat, we found that only 5 connections are established. The number of 
connections does not increase even when the concurrency level rises.
   
   This suggests that the GVFS client may have a hard-coded or 
configuration-based connection limit, which could be a bottleneck for 
high-concurrency scenarios.
   
   
![Image](https://github.com/user-attachments/assets/a05d8b28-2db4-4ac0-80ef-090639381699)
   
   ### How should we improve?
   
   _No response_


-- 
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]

Reply via email to