Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/17603 )
Change subject: [test] check C++ client API for C++98 compatibility ...................................................................... Patch Set 1: Verified+1 I took a look at the ASAN's report and I think it makes sense to address the issue separately -- it seems the problem is due to passing the 'timeout' parameter for the 'TxnSystemClient::CoordinateTransactionAsync()' call by const reference, while the storage for the referenced MonoTime is being destructed during shutdown. -- To view, visit http://gerrit.cloudera.org:8080/17603 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9fa8ab3409ff78c1deb268e982e0d77cace4100b Gerrit-Change-Number: 17603 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Mon, 21 Jun 2021 19:54:58 +0000 Gerrit-HasComments: No
