You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Aviem Zur (JIRA)" <ji...@apache.org> on 2017/04/13 04:41:41 UTC

[jira] [Updated] (BEAM-1950) Access to static field shouldn't be protected by lock on non-static MicrobatchSource.this

     [ https://issues.apache.org/jira/browse/BEAM-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aviem Zur updated BEAM-1950:
----------------------------
    Fix Version/s:     (was: First stable release)

> Access to static field shouldn't be protected by lock on non-static MicrobatchSource.this
> -----------------------------------------------------------------------------------------
>
>                 Key: BEAM-1950
>                 URL: https://issues.apache.org/jira/browse/BEAM-1950
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Ted Yu
>            Assignee: Aviem Zur
>            Priority: Minor
>
> In MicrobatchSource :
> {code}
>   private synchronized void initReaderCache(long readerCacheInterval) {
>     if (readerCache == null) {
>       LOG.info("Creating reader cache. Cache interval = " + readerCacheInterval + " ms.");
>       readerCache =
>           CacheBuilder.newBuilder()
> {code}
> readerCache is static.
> Access to readerCache shouldn't be protected by lock on non-static MicrobatchSource.this



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)