GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2299
STORM-2443 Fix issues on changing log level
* Addressed below issues
* Nimbus throws error when changing log level on UI topology page
* Log configs in worker are removed even they're not timed out and never
reset
* The unit of epoch between backend and frontend are different
* second in backend, millisecond in frontend
* millisecond is right so fixed it
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2443
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2299.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 #2299
----
commit 01fbb1a76e49d449835f8282e096e0d5828b34b9
Author: Jungtaek Lim <[email protected]>
Date: 2017-08-30T13:59:13Z
STORM-2443 Fix issues on changing log level
* Addressed below issues
* Nimbus throws error when changing log level on UI topology page
* Log configs in worker are removed even they're not timed out and never
reset
* The unit of epoch between backend and frontend are different
* second in backend, millisecond in frontend
* millisecond is right so fixed 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 [email protected] or file a JIRA ticket
with INFRA.
---