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

INFRA 1152 - Printing Duplicate Calls Count for Memcache in Application.log #2

Open
wants to merge 3 commits into
base: fd-master
Choose a base branch
from

Conversation

pratheep-kumar
Copy link
Collaborator

JIRA Id(s) : INFRA - 1152

Description :
1)In application.log the duplicate calls for Memcache (read and write) is printed by making use of dedicated counters. The count is printed for each and every requests.
2)The time unit for total duration was wrongly printed as milliseconds, that bug is addressed and it has been changed to seconds.
3)For printing the Hit and miss log in Memcache, a new condition check is added to address the edge case.( ie: When errors like Memcache unmarshall error is thrown, it is silently caught and recorded as hit previously. Now that is changed to record as miss and logged.)

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.

1 participant