Skip to content

Commit

Permalink
Merge branch '3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Jan 17, 2025
2 parents c0fa497 + 8f88dc8 commit c9ae2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public TableState getTableState(TableId tableId, boolean clearCachedState) {
String statePath = context.getZooKeeperRoot() + Constants.ZTABLES + "/" + tableId.canonical()
+ Constants.ZTABLE_STATE;
if (clearCachedState) {
context.getZooCache().clear(context.getZooKeeperRoot() + statePath);
context.getZooCache().clear(statePath);
instanceToMapCache.invalidateAll();
}
ZooCache zc = context.getZooCache();
Expand Down

0 comments on commit c9ae2b8

Please sign in to comment.