Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12492
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 --- M src/kudu/tablet/tablet_bootstrap.cc 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/92/12492/1 -- To view, visit http://gerrit.cloudera.org:8080/12492 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I965f5950d2076c7a1147b943003b5e5df9a2246b Gerrit-Change-Number: 12492 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
