[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-02 Thread Guowei Ma (Jira)


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

Guowei Ma updated FLINK-19936:
--
Summary: Make SinkITCase stable  (was: Make SinkITCase more stable)

> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Reporter: Guowei Ma
>Priority: Major
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can accept the last checkpoint
> These lead to the `SinkITCase` unstable. 
> This pr resolves the `SinkITCase`s unstable by these two uncertain stuff.
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-02 Thread Guowei Ma (Jira)


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

Guowei Ma updated FLINK-19936:
--
Description: 
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

These lead to the `SinkITCase` unstable. 

This pr makes the `SinkITCase`s unstable by “resolving” these two uncertain 
stuff.

 

  was:
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

These lead to the `SinkITCase` unstable. 

This pr resolves the `SinkITCase`s unstable by these two uncertain stuff.

 


> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Reporter: Guowei Ma
>Priority: Major
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can accept the last checkpoint
> These lead to the `SinkITCase` unstable. 
> This pr makes the `SinkITCase`s unstable by “resolving” these two uncertain 
> stuff.
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-02 Thread Guowei Ma (Jira)


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

Guowei Ma updated FLINK-19936:
--
Description: 
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

 This patch does following two things to resolve `SinkITCase`'s unstable owning 
to these two uncertainty 
 # Changing how to verifying the output of `GlobalCommitter` for the case 1
 # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
received all the elements.

 

  was:
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

These lead to the `SinkITCase` unstable. 

This pr makes the `SinkITCase`s unstable by “resolving” these two uncertain 
stuff.

 


> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Reporter: Guowei Ma
>Priority: Major
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can accept the last checkpoint
>  This patch does following two things to resolve `SinkITCase`'s unstable 
> owning to these two uncertainty 
>  # Changing how to verifying the output of `GlobalCommitter` for the case 1
>  # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
> received all the elements.
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-02 Thread Guowei Ma (Jira)


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

Guowei Ma updated FLINK-19936:
--
Description: 
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

 This patch does following two things to resolve `SinkITCase`'s unstable owning 
to these two uncertainty 
 # Changing how to verifying the output of `GlobalCommitter` for the case 1
 # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
received all the elements.

 

 

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0
 

  was:
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

 This patch does following two things to resolve `SinkITCase`'s unstable owning 
to these two uncertainty 
 # Changing how to verifying the output of `GlobalCommitter` for the case 1
 # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
received all the elements.

 


> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Reporter: Guowei Ma
>Priority: Major
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can accept the last checkpoint
>  This patch does following two things to resolve `SinkITCase`'s unstable 
> owning to these two uncertainty 
>  # Changing how to verifying the output of `GlobalCommitter` for the case 1
>  # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
> received all the elements.
>  
>  
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-02 Thread Guowei Ma (Jira)


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

Guowei Ma updated FLINK-19936:
--
Description: 
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can receive the last checkpoint

 This patch does following two things to resolve `SinkITCase`'s unstable owning 
to these two uncertainty 
 # Changing how to verifying the output of `GlobalCommitter` for the case 1
 # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
received all the elements.

 

 

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0]
 

  was:
In the streaming execution mode there are two uncertain things:
 # The order of receiving the checkpoint complete.(`Committer` receive first or 
`GlobalCommitter` receive first)
 # Whether the operator can accept the last checkpoint

 This patch does following two things to resolve `SinkITCase`'s unstable owning 
to these two uncertainty 
 # Changing how to verifying the output of `GlobalCommitter` for the case 1
 # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
received all the elements.

 

 

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0
 


> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Reporter: Guowei Ma
>Priority: Major
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can receive the last checkpoint
>  This patch does following two things to resolve `SinkITCase`'s unstable 
> owning to these two uncertainty 
>  # Changing how to verifying the output of `GlobalCommitter` for the case 1
>  # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
> received all the elements.
>  
>  
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0]
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-03 Thread Kostas Kloudas (Jira)


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

Kostas Kloudas updated FLINK-19936:
---
Affects Version/s: 1.12.0

> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Affects Versions: 1.12.0
>Reporter: Guowei Ma
>Assignee: Guowei Ma
>Priority: Major
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can receive the last checkpoint
>  This patch does following two things to resolve `SinkITCase`'s unstable 
> owning to these two uncertainty 
>  # Changing how to verifying the output of `GlobalCommitter` for the case 1
>  # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
> received all the elements.
>  
>  
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0]
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-03 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated FLINK-19936:
---
Labels: pull-request-available  (was: )

> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Affects Versions: 1.12.0
>Reporter: Guowei Ma
>Assignee: Guowei Ma
>Priority: Major
>  Labels: pull-request-available
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can receive the last checkpoint
>  This patch does following two things to resolve `SinkITCase`'s unstable 
> owning to these two uncertainty 
>  # Changing how to verifying the output of `GlobalCommitter` for the case 1
>  # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
> received all the elements.
>  
>  
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0]
>  



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


[jira] [Updated] (FLINK-19936) Make SinkITCase stable

2020-11-04 Thread Guowei Ma (Jira)


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

Guowei Ma updated FLINK-19936:
--
Attachment: image-2020-11-04-19-01-34-744.png

> Make SinkITCase stable
> --
>
> Key: FLINK-19936
> URL: https://issues.apache.org/jira/browse/FLINK-19936
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / DataStream
>Affects Versions: 1.12.0
>Reporter: Guowei Ma
>Assignee: Guowei Ma
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2020-11-04-19-01-34-744.png
>
>
> In the streaming execution mode there are two uncertain things:
>  # The order of receiving the checkpoint complete.(`Committer` receive first 
> or `GlobalCommitter` receive first)
>  # Whether the operator can receive the last checkpoint
>  This patch does following two things to resolve `SinkITCase`'s unstable 
> owning to these two uncertainty 
>  # Changing how to verifying the output of `GlobalCommitter` for the case 1
>  # Let the `FiniteTestSource` exit only when the Committer/GlobalCommitter 
> received all the elements.
>  
>  
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8815&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0]
>  



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