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

GEODE-10047: Correct logging to report configured expiration interval #7359

Conversation

DonalEvans
Copy link
Contributor

Authored-by: Donal Evans doevans@vmware.com

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Authored-by: Donal Evans <doevans@vmware.com>
 - Restore removed methods from RedisStats

Authored-by: Donal Evans <doevans@vmware.com>
@DonalEvans DonalEvans merged commit cd0b52e into apache:develop Feb 15, 2022
@DonalEvans DonalEvans deleted the feature/GEODE-10047-passive-expiration-logging branch February 15, 2022 23:34
DonalEvans added a commit that referenced this pull request Feb 15, 2022
- Change naming of passive expiration to active expiration throughout 
the geode-for-redis module so as to be consistent with Redis' language
- Replace hard-coded expiration interval of 1 second with a reference to
the configured expiration interval in log message in 
PassiveExpirationManager (now named ActiveExpirationManager)

Authored-by: Donal Evans <doevans@vmware.com>
(cherry picked from commit cd0b52e)
Copy link
Contributor

@onichols-pivotal onichols-pivotal left a comment

Choose a reason for hiding this comment

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

As per https://cwiki.apache.org/confluence/display/GEODE/Commit+Message+Format, first commit summary should be under 29 characters (not including bug# or pr#) (yours is 56 characters) and details should explain what the intent of the commit is and why. If you amend your initial commit now and force-push, you can benefit from review feedback on your commit message, and you won't have to remember to fix it later when you merge.

mhansonp pushed a commit to mhansonp/geode that referenced this pull request Mar 11, 2022
- Change naming of passive expiration to active expiration throughout 
the geode-for-redis module so as to be consistent with Redis' language
- Replace hard-coded expiration interval of 1 second with a reference to
the configured expiration interval in log message in 
PassiveExpirationManager (now named ActiveExpirationManager)

Authored-by: Donal Evans <doevans@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants