Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/12619 )
Change subject: [master] use cache for assigned locations ...................................................................... Patch Set 7: (1 comment) http://gerrit.cloudera.org:8080/#/c/12619/7/src/kudu/client/client-test.cc File src/kudu/client/client-test.cc: http://gerrit.cloudera.org:8080/#/c/12619/7/src/kudu/client/client-test.cc@6019 PS7, Line 6019: ASSERT_EQ(queries_before + kIterNum, queries_after); > I think there is a very small chance for flakiness here. If the connect to I think the chances of flakiness is really close to zero here: * the mini-cluster in this test has a single master * the mini-cluster components are not that much prone to the effects of network delays and other issues that might affect inter-process communication I ran this test scenario in TSAN and RELEASE configuration --stress_cpu_threads=16 and saw no issues in about 1K runs (each configuration). -- To view, visit http://gerrit.cloudera.org:8080/12619 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I12c8952c43a8ad352acd46c8006824b2ad9d1204 Gerrit-Change-Number: 12619 Gerrit-PatchSet: 7 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Comment-Date: Thu, 28 Feb 2019 20:28:01 +0000 Gerrit-HasComments: Yes
