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

   > 现在解决了,使用的是自定义线程池: private static ExecutorService pool = new 
ThreadPoolExecutor(100,128,0L,TimeUnit.MILLISECONDS,new 
LinkedBlockingQueue<>(),new NamedThreadFactory("custom-thread", true));
   > 
   > CompletableFuture.runAsync (()->{执行的方法},pool);
   > 
   > 这个线程池的 maxSize 和 coreSize 是一样大的,这样就可以保证线程不会被销毁。
   
   感谢持续跟进这个问题, 社区现在主要在忙推进下一个大版本融合的事, Cassandra 的确有些缺少维护, 如果可以的话方便提交个 PR 修复改进它么?
   
   
   另外对 Cassandra4 client 的支持适配已经提交了, 也可以随时试用和反馈
   - https://github.com/apache/incubator-hugegraph/discussions/2261
   - https://github.com/apache/incubator-hugegraph/pull/2260
   


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