[GitHub] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-09-01 Thread pkuwm
Github user pkuwm commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
Thanks.


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-09-01 Thread qingwen220
Github user qingwen220 commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
merged, please close it


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-08-28 Thread pkuwm
Github user pkuwm commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
Conflicts resolved.


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-08-28 Thread haoch
Github user haoch commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
@pkuwm pls. resolve conflict firstly.


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-08-27 Thread pkuwm
Github user pkuwm commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
This is a good tip to void high CPU usage on retry.
I have updated it to sleep 5 secs.


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-08-27 Thread wujinhu
Github user wujinhu commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
Looks good to me now.  It will be better have a sleep for some seconds when 
you emit it.


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-08-26 Thread pkuwm
Github user pkuwm commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
Thanks @wujinhu 
I have updated the code. The following code has been added.
`@Override
public void fail(Object msgId) {
collector.emit(new Values(msgId), msgId);
zkState.updateApplicationStatus((String)msgId, 
ZKStateConstant.AppStatus.SENT_FOR_PARSE);
}`


---
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] incubator-eagle issue #390: [EAGLE-502] Always retry to parse spark history ...

2016-08-26 Thread wujinhu
Github user wujinhu commented on the issue:

https://github.com/apache/incubator-eagle/pull/390
  
It seems there is no retry logic now. Please verify the code. I think 
something is missing.


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