[
https://issues.apache.org/jira/browse/CASSANDRA-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14544270#comment-14544270
]
Robert Stupp commented on CASSANDRA-9366:
-----------------------------------------
Thanks! Waiting for cassci to complete before commit.
utest :
http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-9366-func-declared-ts-testall/2/
dtest :
http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-9366-func-declared-ts-dtest/2/
> make Functions.declared thread-safe
> -----------------------------------
>
> Key: CASSANDRA-9366
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9366
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Robert Stupp
> Assignee: Robert Stupp
> Fix For: 2.2.x
>
> Attachments: 9366.txt
>
>
> {{Functions.declared}} is an {{ArrayListMultimap}}, which is not thread safe.
> This wasn't a problem before UDFs. But with UDFs there can be concurrent
> reads & writes.
> Need to make it thread safe.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)