[GitHub] flink issue #2451: [FLINK-4535] [cluster management] resourceManager process...

2016-09-22 Thread mxm
Github user mxm commented on the issue:

https://github.com/apache/flink/pull/2451
  
This has been merged to `flip-6`. Could you please close the PR?


---
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 issue #2451: [FLINK-4535] [cluster management] resourceManager process...

2016-09-21 Thread mxm
Github user mxm commented on the issue:

https://github.com/apache/flink/pull/2451
  
Thank you for the pull request! I've rebased the changes and will merge 
them to the master.


---
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 issue #2451: [FLINK-4535] [cluster management] resourceManager process...

2016-09-06 Thread beyond1920
Github user beyond1920 commented on the issue:

https://github.com/apache/flink/pull/2451
  
@tillrohrmann , thanks for your review. I changed the pr based on your 
advice, including :
1. Modify UnmatchedLeaderSessionIDException to LeaderSessionIDException, 
format code style and method comment, and add checkNotNull to constructor
2. Format code style and method comment of ResourceManager
3. Group the TaskExecutorGateway and the InstanceID into a 
TaskExecutorRegistration
4. Modify testcases which are expected to throw exception at 
ResourceManagerTest

Besides, I don't understand this comment of yours: "Should we fail or 
decline the registration here? So either sending an exception or a 
RegistrationResponse.Decline message.". Do you means you prefer to sending a 
Decline message?


---
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 issue #2451: [FLINK-4535] [cluster management] resourceManager process...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue:

https://github.com/apache/flink/pull/2451
  
Thanks for the contribution @beyond1920. I've had some minor inline 
comments. After addressing them, it should be good to merge.


---
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.
---