Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STORM-2443 Fix issues on changing log level #2299

Merged
merged 1 commit into from
Aug 31, 2017

Conversation

HeartSaVioR
Copy link
Contributor

@HeartSaVioR HeartSaVioR commented Aug 30, 2017

  • 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

The above issues seem to be only in master branch.

Copy link
Member

@satishd satishd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HeartSaVioR LGTM, you may want to add tests in LogConfigManagerTest for this fix?

@HeartSaVioR
Copy link
Contributor Author

@satishd Sure. I missed that. Will address.

* 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
@HeartSaVioR
Copy link
Contributor Author

@satishd Addressed and squashed commits.

@satishd
Copy link
Member

satishd commented Aug 31, 2017

It seems org.apache.storm.st.tests.window.SlidingWindowTest is getting failed but that looks to be an intermittent failure and it is not related to this change.

Copy link
Member

@satishd satishd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM, Thanks @HeartSaVioR

@asfgit asfgit merged commit 9d62c13 into apache:master Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants