iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[IOTDB-4550] Add NodeId to Peer

Open MiniSho opened this issue 3 years ago • 0 comments

see: https://issues.apache.org/jira/browse/IOTDB-4550 This pr accomplishes two things:

  1. add nodeId to class Peer
  2. change primary key of Peer from groupId + TEndPoint to groupId + NodeId

MiniSho avatar Oct 05 '22 07:10 MiniSho