DomGarguilo commented on issue #5434: URL: https://github.com/apache/accumulo/issues/5434#issuecomment-2770552797
It appears that `SyncingClientTabletCache` (a subclass of `ClientTabletCache`) was introduced to address this issue by checking `ClientTabletCache.isValid()` before each operation. While I'm still getting familiar with the code, I'm wondering if we could move this validity check directly into the base `ClientTabletCache` so that all implementations automatically benefit from it. Do we know if there is a specific reason why any `ClientTabletCache` implementation should avoid this check? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org