[
https://issues.apache.org/jira/browse/CASSANDRA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834870#action_12834870
]
Hudson commented on CASSANDRA-779:
----------------------------------
Integrated in Cassandra #357 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/357/])
> Bootstrapping is not threadsafe
> -------------------------------
>
> Key: CASSANDRA-779
> URL: https://issues.apache.org/jira/browse/CASSANDRA-779
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.6
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
> Fix For: 0.6
>
> Attachments: 0001-fix-bootstrapping-deadlock.patch
>
>
> The bootstrapper thread (called from the main thread which has acquired the
> lock for SS via SS.init) currently makes a few calls into SS that require its
> lock.
> Those methods need to be thread-safe, but do not need the same lock required
> by SS.init.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.