Github user ortutay commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/298#discussion_r211783411
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java ---
@@ -336,6 +356,7 @@ private void removeServerCache(final ServerCache cache,
Set<HRegionLocation> rem
ConnectionQueryServices services =
connection.getQueryServices();
Throwable lastThrowable = null;
final PTable cacheUsingTable =
cacheUsingTableMap.get(Bytes.mapKey(cacheId));
+ cacheUsingTableMap.keySet();
--- End diff --
No, removed it
---