Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 4.0.0
-
None
-
ghx-label-12
Description
When LIRS is enabled, impala-server.io-mgr.remote-data-cache-total-bytes may give a wrong value because of INSTANT EVICTIONS. When INSTANT EVICTIONS occur, the total bytes decreases due to EvictedEntry, and no corresponding increase due to failure of insert, so the total bytes becomes smaller and smaller, or even negative.