Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16586 )
Change subject: KUDU-2612: add TxnManager::BeginTransaction() ...................................................................... Patch Set 3: (1 comment) Thank you for review! http://gerrit.cloudera.org:8080/#/c/16586/3/src/kudu/master/txn_manager.cc File src/kudu/master/txn_manager.cc: http://gerrit.cloudera.org:8080/#/c/16586/3/src/kudu/master/txn_manager.cc@184 PS3, Line 184: try_txn_id / txn_status_table_range_span_) * : txn_status_table_range_span_; : const auto hb = lb + txn_status_table_range_span_; > I see. Yep, makes sense we'd have to examine the highest existing range. I'm planning to address the TODO above in a follow-up patch. I think it's not a high priority item, but of course it introduced a bit of technical debt. I'm planning to get back to related items once the client-side API for transaction functionality is taken care of. -- To view, visit http://gerrit.cloudera.org:8080/16586 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I51c476d92bb5b147ffd03fd9f3163ab86d581496 Gerrit-Change-Number: 16586 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com> Gerrit-Reviewer: Hao Hao <hao....@cloudera.com> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Wed, 14 Oct 2020 19:33:31 +0000 Gerrit-HasComments: Yes