Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12508
Change subject: Reduce "Overwriting operations" log spam on bootstrap ...................................................................... Reduce "Overwriting operations" log spam on bootstrap While messing around on a cluster, I noticed that when bootstrapping tablets it would absolutely spew messages like the following: I0214 17:18:28.358758 13664 tablet_bootstrap.cc:910] T 97537c2af52940f48f06d32ecfdde2a2 P 09d6bf7a02124145b43f43cb7a667b3d: Overwriting operations starting at: 283482.180847 up to 283482.180847 with operation: 283483.180847 This is an expected outcome when a leader or follower has uncommitted operations that get rolled back because of updates from a new leader in a later term. There's nothing unusual or noteworthy about it. So, let's not bother logging at INFO. I lowered the level to VLOG(1) in case someone finds a need to see it in the future. Change-Id: I965f5950d2076c7a1147b943003b5e5df9a2246b Reviewed-on: http://gerrit.cloudera.org:8080/12492 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> (cherry picked from commit 812955ee0983a5b0dfba2d50529f8972c25bf411) --- M src/kudu/tablet/tablet_bootstrap.cc 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/12508/1 -- To view, visit http://gerrit.cloudera.org:8080/12508 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.9.x Gerrit-MessageType: newchange Gerrit-Change-Id: I965f5950d2076c7a1147b943003b5e5df9a2246b Gerrit-Change-Number: 12508 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
