[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-06-03 Thread Aljoscha Krettek (Jira)


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

Aljoscha Krettek commented on FLINK-17376:
--

master: 276332e11277e7e50789e4eaed0f11ae59a0f8d1

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: pull-request-available, starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-05-16 Thread Manish Ghildiyal (Jira)


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

Manish Ghildiyal commented on FLINK-17376:
--

Closed older PR, created new:

 

https://github.com/apache/flink/pull/12189

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: pull-request-available, starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-05-09 Thread Manish Ghildiyal (Jira)


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

Manish Ghildiyal commented on FLINK-17376:
--

https://github.com/apache/flink/pull/11976

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-05-05 Thread Aljoscha Krettek (Jira)


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

Aljoscha Krettek commented on FLINK-17376:
--

Is there a link to the PR?

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-05-05 Thread Manish Ghildiyal (Jira)


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

Manish Ghildiyal commented on FLINK-17376:
--

On test report page:

[https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_apis/build/builds/532/logs/94]

I verified locally for several tests reported as error, and found that they are 
successful in local environment.

Any way I can detect this discrepancy?

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-05-02 Thread Manish Ghildiyal (Jira)


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

Manish Ghildiyal commented on FLINK-17376:
--

PR made [here|[https://github.com/apache/flink/pull/11976]]

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-04-28 Thread Aljoscha Krettek (Jira)


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

Aljoscha Krettek commented on FLINK-17376:
--

assigned [~manish.c.ghildi...@gmail.com]

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Assignee: Manish Ghildiyal
>Priority: Critical
>  Labels: starter
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-04-25 Thread Yu Li (Jira)


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

Yu Li commented on FLINK-17376:
---

[~sewen] Are you already preparing the PR? Is it ok for Manish to take this 
task? Just to confirm and avoid any duplicated efforts here. Thanks.

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Priority: Blocker
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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


[jira] [Commented] (FLINK-17376) Remove deprecated state access methods

2020-04-25 Thread Manish Ghildiyal (Jira)


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

Manish Ghildiyal commented on FLINK-17376:
--

I would like to make the code changes. Please assign it to me.

> Remove deprecated state access methods
> --
>
> Key: FLINK-17376
> URL: https://issues.apache.org/jira/browse/FLINK-17376
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Reporter: Stephan Ewen
>Priority: Blocker
> Fix For: 1.11.0
>
>
> Some methods for state access in the DataStream API are deprecated for three 
> years (yes, indeed!) and are still around and confusing users. We should 
> finally remove them.
> The methods are
>   - RuntimeContext.getFoldingState(...)
>   - OperatorStateStore.getSerializableListState(...)
>   - OperatorStateStore.getOperatorState(...)



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