Dan Burkert has submitted this change and it was merged. Change subject: Reintroduce TSAN suppression for epoll_ctl ......................................................................
Reintroduce TSAN suppression for epoll_ctl Since 407f95da1254 a few spurious TSAN errors have surfaced from libev / epoll_ctl. See also: * An example race: https://gist.github.com/danburkert/869809cb91ba8cae4ff80c671a3bc232 * The original commit introducing a suppression on ev_ctl: https://gerrit.cloudera.org/#/c/1793/ Change-Id: Ic000dd66f05b67ff607602c5893f301808df3b4b Reviewed-on: http://gerrit.cloudera.org:8080/4618 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Dan Burkert <[email protected]> --- M build-support/tsan-suppressions.txt 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Dan Burkert: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/4618 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic000dd66f05b67ff607602c5893f301808df3b4b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
