You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/18 09:32:00 UTC

[jira] [Commented] (KYLIN-4261) Synchronization performed on java.util.concurrent.ConcurrentMap in AssignmentsCache

    [ https://issues.apache.org/jira/browse/KYLIN-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16976387#comment-16976387 ] 

ASF GitHub Bot commented on KYLIN-4261:
---------------------------------------

caidezhi commented on pull request #948: KYLIN-4261 Synchronization performed on java.util.concurrent.ConcurrentMap in AssignmentsCache
URL: https://github.com/apache/kylin/pull/948
 
 
   FindBugs report issue "Synchronization performed on java.util.concurrent.ConcurrentMap"
   in class org.apache.kylin.stream.coordinator.assign.AssignmentsCache. 
   use ConcurrentMap.computeIfAbsent to rewirte the code, logic remain the same.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Synchronization performed on java.util.concurrent.ConcurrentMap in AssignmentsCache
> -----------------------------------------------------------------------------------
>
>                 Key: KYLIN-4261
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4261
>             Project: Kylin
>          Issue Type: Bug
>          Components: Real-time Streaming
>    Affects Versions: v3.0.0-alpha, v3.0.0-alpha2, v2.6.4
>            Reporter: Dezhi Cai
>            Priority: Major
>
> FindBugs report issue "Synchronization performed on java.util.concurrent.ConcurrentMap"
> in class org.apache.kylin.stream.coordinator.assign.AssignmentsCache



--
This message was sent by Atlassian Jira
(v8.3.4#803005)