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

Mans Singh updated FLINK-23910:
-------------------------------
    Description: 
RichAsyncFunction does not support double counters but the message indicates 
"Long counters..."
  
{quote} @Override
 public DoubleCounter getDoubleCounter(String name)
{ throw new UnsupportedOperationException( "Long counters are not supported in 
rich async functions."); }
 
{quote}
 

  was:
RichAsyncFunction does not support double counters but the message indicates 
"Long counters..."
  
{quote} @Override
 public DoubleCounter getDoubleCounter(String name) {
 throw new UnsupportedOperationException(
 "Long counters are not supported in rich async functions.");
 } 
{quote}
 


> RichAsyncFunction counter message inconsistent with counter type 
> -----------------------------------------------------------------
>
>                 Key: FLINK-23910
>                 URL: https://issues.apache.org/jira/browse/FLINK-23910
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>    Affects Versions: 1.13.2
>         Environment: All
>            Reporter: Mans Singh
>            Priority: Minor
>              Labels: api, async
>             Fix For: 1.14.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> RichAsyncFunction does not support double counters but the message indicates 
> "Long counters..."
>   
> {quote} @Override
>  public DoubleCounter getDoubleCounter(String name)
> { throw new UnsupportedOperationException( "Long counters are not supported 
> in rich async functions."); }
>  
> {quote}
>  



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

Reply via email to