Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Usage patterns that include a lot of lookups for keys that aren't there may result in an abundance of this log statement in the log file:
[info 2018/10/31 13:01:20.909 PDT <main> tid=0x1] Server connection from foo: during entry destroy no entry was found for key key1
This log statement is in:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/Destroy.java:156: logger.info("{}: during entry destroy no entry was found for key {}", geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/Destroy65.java:284: logger.info("{}: during entry destroy no entry was found for key {}",
Attachments
Issue Links
- links to