GitHub user DadanielZ opened a pull request:
https://github.com/apache/incubator-eagle/pull/412
This is for code review only: EAGLE-432 Application status monitoring
App framework needs to probe application status periodically or on demand
- this is based on dropwizard+guava, the initial delay and period setting
can be set in configuration file
ApplicationEntity contains status field, and this field's value should come
from physical storm applications.
- in eagle, I add "INSTALLED", "STARTING", "STARTED", "STOPPING",
"STOPPED", "UNINSTALLING", "UNINSTALLED"
- physical storm topology can only be "active", "inactive" or not existed,
this info can be fetched through storm ui restapi call.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DadanielZ/incubator-eagle EAGLE-432
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/412.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 #412
----
commit 64b3bde8b743b7ac462e8983dd8480b50ee627b7
Author: DadanielZ <[email protected]>
Date: 2016-08-31T08:50:17Z
This is for code review only: EAGLE-432 Application status monitoring
App framework needs to probe application status periodically or on demand
- this is based on dropwizard+guava, the initial delay and period setting
can be set in configuration file
ApplicationEntity contains status field, and this field's value should come
from physical storm applications.
- in eagle, I add "INSTALLED", "STARTING", "STARTED", "STOPPING",
"STOPPED", "UNINSTALLING", "UNINSTALLED"
- physical storm topology can only be "active", "inactive" or not existed,
this info can be fetched through storm ui restapi call.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---