[
https://issues.apache.org/jira/browse/PHOENIX-5655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006175#comment-17006175
]
Lars Hofhansl commented on PHOENIX-5655:
----------------------------------------
+1
I'm surprised the old code even compiled since cacheUsingTableMap is of type
Map<Integer, PTable>... I guess we're the seeing the result of Java
implementing generic types via type erasure.
> ServerCache using table map is not correctly removed
> ----------------------------------------------------
>
> Key: PHOENIX-5655
> URL: https://issues.apache.org/jira/browse/PHOENIX-5655
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.1.0
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 5.1.0, 4.15.1
>
> Attachments: PHOENIX-5655.master.000.patch
>
>
> ServerCacheClient should remove cacheId -> PTable map entry while removing
> cached table from all RegionServers, which is not happening correctly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)