Mike Percy has submitted this change and it was merged. Change subject: Add a workaround for LSAN bug #757 ......................................................................
Add a workaround for LSAN bug #757 This adds a workaround for an LSAN bug[1] which causes some tests to report false positive leaks when shutting down minicluster daemons. The workaround simply retries the checks a few times to see if they go away. Hopefully this will reduce flakiness of exactly_once_writes-itest. https://github.com/google/sanitizers/issues/757 Change-Id: Id79e4ed7fa6311bcabdb55b8d4fff9f9a4f242bc Reviewed-on: http://gerrit.cloudera.org:8080/7052 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> Reviewed-by: David Ribeiro Alves <[email protected]> --- M src/kudu/server/generic_service.cc 1 file changed, 15 insertions(+), 1 deletion(-) Approvals: David Ribeiro Alves: Looks good to me, approved Mike Percy: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7052 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id79e4ed7fa6311bcabdb55b8d4fff9f9a4f242bc Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
