Repository: kudu
Updated Branches:
  refs/heads/master 11fa20723 -> dad80bd50


Remove suppression for already-fixed KUDU-189

The code mentioned in this suppression was removed in July 2014
by 0c440b0253e97209c6481608e941e6532db3bd20

Change-Id: I8cd3b917a25cb6d0de7e04d26087cf249f5d00d0
Reviewed-on: http://gerrit.cloudera.org:8080/5208
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/1f16eba6
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/1f16eba6
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/1f16eba6

Branch: refs/heads/master
Commit: 1f16eba632c8b8e538e318162bff98aeba0edfe3
Parents: 11fa207
Author: Todd Lipcon <[email protected]>
Authored: Wed Nov 23 12:01:29 2016 -0800
Committer: Todd Lipcon <[email protected]>
Committed: Mon Nov 28 18:14:19 2016 +0000

----------------------------------------------------------------------
 build-support/tsan-suppressions.txt | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/1f16eba6/build-support/tsan-suppressions.txt
----------------------------------------------------------------------
diff --git a/build-support/tsan-suppressions.txt 
b/build-support/tsan-suppressions.txt
index 9a12e69..4286a0f 100644
--- a/build-support/tsan-suppressions.txt
+++ b/build-support/tsan-suppressions.txt
@@ -88,9 +88,6 @@ race:kudu::master::CatalogManager::Shutdown
 race:kudu::master::CatalogManagerBgTasks::Shutdown
 race:kudu::master::CatalogManager::~CatalogManager
 
-# KUDU-189: unsynchronized access to 'state_' in DeferredCallback
-race:kudu::master::AsyncTabletRequestTask::DeferredCallback
-
 # KUDU-574: raft_consensus_quorum-test race on LocalTestPeerProxy destruction
 race:kudu::consensus::LocalTestPeerProxy::~LocalTestPeerProxy
 

Reply via email to