You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/02/24 23:02:00 UTC

[jira] [Updated] (FLINK-8687) MaterializedCollectStreamResult#retrievePage should take resultLock

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

Ted Yu updated FLINK-8687:
--------------------------
    Description: 
Currently MaterializedCollectStreamResult#retrievePage checks page range and calls snapshot.subList() without holding resultLock.

{{resultLock}} should be taken.

  was:
Currently MaterializedCollectStreamResult#retrievePage checks page range and calls snapshot.subList() without holding resultLock.

resultLock should be taken.


> MaterializedCollectStreamResult#retrievePage should take resultLock
> -------------------------------------------------------------------
>
>                 Key: FLINK-8687
>                 URL: https://issues.apache.org/jira/browse/FLINK-8687
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> Currently MaterializedCollectStreamResult#retrievePage checks page range and calls snapshot.subList() without holding resultLock.
> {{resultLock}} should be taken.



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