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 2022/12/27 08:13:57 UTC

[GitHub] [iotdb] HeimingZ opened a new pull request, #8625: [To rel/1.0][IOTDB-5294] WAL Node close method blocks

HeimingZ opened a new pull request, #8625:
URL: https://github.com/apache/iotdb/pull/8625

   This bug is caused by isClosed flag. After isClosed is set to true, the wal node won‘t submmit serialize task any more, and close method will block at the put method when the walEntries queue is full. So, we should set isClosed to true after the put method.


-- 
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: reviews-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] xingtanzjr merged pull request #8625: [To rel/1.0][IOTDB-5294] WAL Node close method blocks

Posted by GitBox <gi...@apache.org>.
xingtanzjr merged PR #8625:
URL: https://github.com/apache/iotdb/pull/8625


-- 
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: reviews-unsubscribe@iotdb.apache.org

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