David Ribeiro Alves has posted comments on this change. Change subject: transaction_tracker: back-off when logging in-flight transactions ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/4159/1/src/kudu/tablet/transactions/transaction_tracker.cc File src/kudu/tablet/transactions/transaction_tracker.cc: Line 207: MonoTime next_log_time = start_time + MonoDelta::FromSeconds(1); can you pull the log backoff logic into a generic logging helper, seems like it would be useful elsewhere -- To view, visit http://gerrit.cloudera.org:8080/4159 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d1a2563dd57c59ae8c130a5b26966f4964048de Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-HasComments: Yes
