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/08/08 02:08:39 UTC

[GitHub] [iotdb] wangchao316 opened a new pull request, #6909: [IOTDB-4051] nodeid duplicated

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

   If the leader switchover occurs on the confignode, and the remove and add operations are performed, duplicate node IDs occur.
   
   because "nextNodeId.set(info.getLocation().getDataNodeId());",  follwer set nodeid,  
   
   generateNextNodeId will use the same id.


-- 
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] Beyyes merged pull request #6909: [IOTDB-4051] nodeid duplicated

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


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