Hello Mike Percy, Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/3939
to look at the new patch set (#2).
Change subject: KUDU-564 (part 1): log a 'diff' when tablet config changes
......................................................................
KUDU-564 (part 1): log a 'diff' when tablet config changes
This adds some code to 'diff' two consensus configurations, so that log
messages in the master and during config change are much easier to read.
For example, after the update, raft_consensus-itest has logs like:
I0810 16:05:15.715248 21161 raft_consensus_state.cc:609] T
382e9565bbc64aefb973d1f0b21fcc7c P d4ce96ae644c45e1a867f4e14e6f6746 [term 1
NON_PARTICIPANT]: Committing config change with OpId 1.2: config changed from
index -1 to 2, VOTER P d4ce96ae644c45e1a867f4e14e6f6746 (127.37.24.4) evicted.
New config: { opid_index: 2 peers { permanent_uuid:
"544750e465814b6087b2c44a23d240f4" member_type: VOTER last_known_addr { host:
"127.37.24.0" port: 39133 } } peers { permanent_uuid:
"535909db4a48478288433b7f6999565e" member_type: VOTER last_known_addr { host:
"127.37.24.3" port: 35244 } } peers { permanent_uuid:
"9b9c692a90854ba7909a47912fc3d0bb" member_type: VOTER last_known_addr { host:
"127.37.24.1" port: 39890 } } peers { permanent_uuid:
"13754a25859d4fd1a97fcaa0fcb6f849" member_type: VOTER last_known_addr { host:
"127.37.24.2" port: 40505 } } }
I left in the dumping of the full 'new config' since having all the
information can still be relevant, but the human readable summary makes
this much easier to interpret.
Change-Id: Icb785093176eea067de039b14f6600084998861a
---
M src/kudu/consensus/quorum_util-test.cc
M src/kudu/consensus/quorum_util.cc
M src/kudu/consensus/quorum_util.h
M src/kudu/consensus/raft_consensus_state.cc
M src/kudu/master/catalog_manager.cc
5 files changed, 204 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/3939/2
--
To view, visit http://gerrit.cloudera.org:8080/3939
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icb785093176eea067de039b14f6600084998861a
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>