[GitHub] flink pull request #2828: [FLINK-5093] java.util.ConcurrentModificationExcep...

2016-11-28 Thread ifndef-SleePy
Github user ifndef-SleePy closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #2828: [FLINK-5093] java.util.ConcurrentModificationExcep...

2016-11-18 Thread ifndef-SleePy
GitHub user ifndef-SleePy opened a pull request:

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

[FLINK-5093] java.util.ConcurrentModificationException is thrown when 
stopping TimerService

[FLINK-5093] Fix bug about java.util.ConcurrentModificationException thrown 
while stopping TimerService. Add a new method "unregisterAllTimeouts" and UT 
for it.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alibaba/flink jira-5093

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/2828.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2828


commit 21fdd8da33c634f5b6a19ed8ea7af9c18bcbe9bc
Author: biao.liub 
Date:   2016-11-18T10:15:37Z

[FLINK-5093] Fix bug about throwing ConcurrentModificationException when 
stopping TimerService.

commit 24406bbe77ba211ce99f268a85adbb391cc605df
Author: biao.liub 
Date:   2016-11-18T10:32:36Z

[FLINK-5093] Remove useless import.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---