Mike Percy has submitted this change and it was merged. Change subject: consensus_peers: don't log tablet copy attempts that were throttled ......................................................................
consensus_peers: don't log tablet copy attempts that were throttled When a tserver with ~6k tablets was killed in a 9 node cluster, another node started logging ~800 lines of throttled tablet copy messages per second. This isn't useful and fills up disks. Change-Id: Ib1c7717847c73870110376d0e7052f0118cb0200 Reviewed-on: http://gerrit.cloudera.org:8080/7868 Tested-by: Adar Dembo <[email protected]> Reviewed-by: Hao Hao <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/consensus/consensus_peers.cc 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Hao Hao: Looks good to me, but someone else must approve Mike Percy: Looks good to me, approved Adar Dembo: Verified Alexey Serbin: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/7868 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib1c7717847c73870110376d0e7052f0118cb0200 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Mike Percy <[email protected]>
