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/05/11 05:31:52 UTC

[GitHub] [iotdb] xingtanzjr opened a new pull request, #5863: [IOTDB-3155] Optimize the schedule of MPP framework

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

   ## Description
   1. Use separate threadPool for write operation to avoid the dead-lock issue when dispatching WRITE FragmentInstance
   2. Optimize the unnecessary RPC when dispatch FragmentInstance to local node. When the fragment instance is executed in local node, skip the RPC layer and put it into the Consensus layer directly.
   
   ## Other issues
   Fix three bugs which block the local dispatch process. Before this change, some logic was put in the `serialize()` method. If the `serialize()` method is not invoked, the necessary code logic is lost and the bug appears.


-- 
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] JackieTien97 merged pull request #5863: [IOTDB-3155] Optimize the schedule of MPP framework

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


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