OneSizeFitsQuorum commented on code in PR #9833:
URL: https://github.com/apache/iotdb/pull/9833#discussion_r1211200424


##########
server/src/main/java/org/apache/iotdb/db/engine/flush/pool/FlushSubTaskPoolManager.java:
##########
@@ -52,8 +51,7 @@ public String getName() {
   @Override
   public void start() {
     if (pool == null) {

Review Comment:
   when will this pool be null?



##########
server/src/main/java/org/apache/iotdb/db/engine/flush/pool/FlushTaskPoolManager.java:
##########
@@ -53,8 +53,7 @@ public String getName() {
   public void start() {
     if (pool == null) {

Review Comment:
   when will this pool be null?



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