leesf commented on a change in pull request #4926:
URL: https://github.com/apache/hudi/pull/4926#discussion_r817595260



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/util/queue/BoundedInMemoryExecutor.java
##########
@@ -48,8 +49,10 @@
 
   private static final Logger LOG = 
LogManager.getLogger(BoundedInMemoryExecutor.class);
 
-  // Executor service used for launching writer thread.
-  private final ExecutorService executorService;
+  // Executor service used for launching read thread.

Review comment:
       producerExecutorService should be write thread and 
consumerExecutorService should be read thread?




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