You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/06 01:28:12 UTC

[GitHub] [iotdb] jt2594838 commented on a change in pull request #2421: Make serialization pool in LogDispatcher static to reduece the number of pools

jt2594838 commented on a change in pull request #2421:
URL: https://github.com/apache/iotdb/pull/2421#discussion_r552312588



##########
File path: cluster/src/main/java/org/apache/iotdb/cluster/log/LogDispatcher.java
##########
@@ -68,12 +69,13 @@
   private List<BlockingQueue<SendLogRequest>> nodeLogQueues =
       new ArrayList<>();
   private ExecutorService executorService;

Review comment:
       Sure I can do this, but I was focusing on serializationService only and ignored executorService. I will modify it too.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org