dongpodu commented on issue #2244:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2244#issuecomment-1655450388

   
我dump了下内存,发现两个schema:keeper和keeper_metadata,这两个schema都有三个CassandraSessionPool,name为:keeper/s,keeper/g,keeper/m.(keep_metadata类似)。
   
另外:每个CassandraSessionPool$Session的refs都超过1,这个对象不是线程独享的么,怎么refs会超过1呢?而且这个字段还是int类型的,不考虑使用线程安全的AtomicInteger么?


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