[
https://issues.apache.org/jira/browse/KUDU-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287039#comment-15287039
]
Adar Dembo commented on KUDU-186:
---------------------------------
bq Adar Dembo I seem to recall you fixed some issue like this. Do you recall if
it's the same?
Not the same issue, unfortunately. This report is about closing_ in
CatalogManagerBgTasks, and it's still accessed the way Mike described in the
description.
Dan's issue, though, has been fixed.
> catalog_manager shutdown triggers TSAN error
> --------------------------------------------
>
> Key: KUDU-186
> URL: https://issues.apache.org/jira/browse/KUDU-186
> Project: Kudu
> Issue Type: Bug
> Components: master
> Affects Versions: M4
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Priority: Minor
> Labels: tsan
>
> In Shutdown() we use an atomic CAS on closing_ but in Wait() we access it
> without an atomic instruction (but under a lock). Seems sketchy and ASAN
> flags it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)