Skip to content

Conversation

@belugabehr
Copy link
Contributor

Trying this again, albeit as a GitHub PR and, for simplicity, I tried to only "fix" debug statements that do not require much modification

Copy link
Contributor

@abstractdog abstractdog left a comment

Choose a reason for hiding this comment

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

LGTM, all of @jteagles's comments were addressed here, could you please confirm?

++numHeartbeats;
if (LOG.isDebugEnabled() || numHeartbeats % 50 == 1) {
LOG.info(constructPeriodicLog(freeResources));
LOG.debug(constructPeriodicLog(freeResources));
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a new change from the previous patch and a good catch that has been there since this file was created.

@jteagles jteagles merged commit c2d48a6 into apache:master Jan 20, 2021
asfgit pushed a commit that referenced this pull request Jan 20, 2021
@belugabehr
Copy link
Contributor Author

@jteagles @abstractdog Thanks for the review (twice for @jteagles) and the merge!

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