Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/17233 )
Change subject: KUDU-2612: allow terminal txn ops to succeed if txn hasn't started ...................................................................... Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/17233/2//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/17233/2//COMMIT_MSG@9 PS2, Line 9: This patch allows ABORT_TXN and FINALIZE_COMMIT ops to proceed even if : the participant hasn't yet initialized the transaction > Could you add more colors on why it's desirable to allow an 'empty' partici Ah indeed. For some reason I was set on both terminal ops needing this, but with the handling we have in BEGIN_COMMIT for in-flight dispatchers, seems we shouldn't need this. Will update this patch. http://gerrit.cloudera.org:8080/#/c/17233/2/src/kudu/tablet/tablet.cc File src/kudu/tablet/tablet.cc: http://gerrit.cloudera.org:8080/#/c/17233/2/src/kudu/tablet/tablet.cc@1226 PS2, Line 1226: auto txn_rowsets = > nit: it seems result isn't needed? Done -- To view, visit http://gerrit.cloudera.org:8080/17233 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia4c864b4f14e42008d3aa8f4454c8b2abf9bb766 Gerrit-Change-Number: 17233 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Tue, 30 Mar 2021 19:48:50 +0000 Gerrit-HasComments: Yes
