Github user dbwong commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/298#discussion_r211429612
  
    --- 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 --
    
    Does this do anything?


---

Reply via email to