[ 
https://issues.apache.org/jira/browse/BEAM-4526?focusedWorklogId=110378&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-110378
 ]

ASF GitHub Bot logged work on BEAM-4526:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/18 04:24
            Start Date: 09/Jun/18 04:24
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on issue #5597: [BEAM-4526] 
Suppress immutability warning caused by LoadingCache in enum instance
URL: https://github.com/apache/beam/pull/5597#issuecomment-395938591
 
 
   R: @bsidhom 
   
   I will merge if it turns green, since this is precommit breakage.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 110378)
    Time Spent: 20m  (was: 10m)

> FlinkRunner failing errorprone due to mutable enum
> --------------------------------------------------
>
>                 Key: BEAM-4526
>                 URL: https://issues.apache.org/jira/browse/BEAM-4526
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: Blocker
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code}
> runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/BatchFlinkExecutableStageContext.java:77:
>  warning: [ImmutableEnumChecker] enums should be immutable: 'BatchFactory' 
> has field 'cachedContexts' of type 
> 'com.google.common.cache.LoadingCache<org.apache.beam.runners.fnexecution.provisioning.JobInfo,org.apache.beam.runners.flink.translation.functions.BatchFlinkExecutableStageContext>',
>  the declaration of type 
> 'com.google.common.cache.LoadingCache<org.apache.beam.runners.fnexecution.provisioning.JobInfo,org.apache.beam.runners.flink.translation.functions.BatchFlinkExecutableStageContext>'
>  is not annotated with @com.google.errorprone.annotations.Immutable or 
> @javax.annotation.concurrent.Immutable
>     private final LoadingCache<JobInfo, BatchFlinkExecutableStageContext> 
> cachedContexts;
>                                                                           ^
>     (see http://errorprone.info/bugpattern/ImmutableEnumChecker)
> error: warnings found and -Werror specified
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to