-
Notifications
You must be signed in to change notification settings - Fork 0
SHS-NG M8: Delete stale application data from SHS. #40
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
Conversation
bb24425 to
277e8de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line is unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change map{..}.getOrElse(false) to exists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is quite duplicated with line 525..Maybe invalidate UI if UI is active, and then delete the kvstore file.
Detect the deletion of event log files from storage, and remove data about the related application attempt in the SHS.
Detect the deletion of event log files from storage, and remove
data about the related application attempt in the SHS.