Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6100
to look at the new patch set (#2).
Change subject: master: Do not acquire lock_ during CatalogManager::Init()
......................................................................
master: Do not acquire lock_ during CatalogManager::Init()
background_tasks_ is only constructed / destroyed in a single-threaded
manner and it is a thread-safe class, having its own Mutex for its
internal state.
I removed this because I was getting a lock inversion warning from TSAN
in a follow-up patch.
Change-Id: Ia3ee3d75aac9e9e759badc938682d7ecb2f0d075
---
M src/kudu/master/catalog_manager.cc
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/6100/2
--
To view, visit http://gerrit.cloudera.org:8080/6100
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia3ee3d75aac9e9e759badc938682d7ecb2f0d075
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>