[
https://issues.apache.org/jira/browse/PHOENIX-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060187#comment-16060187
]
Lars Hofhansl commented on PHOENIX-3970:
----------------------------------------
bq. If index handler pool on RS1 is being used to write to data table, then the
index mutations originating from RS2 to RS1 could be blocked because all the
index handlers on RS1 are taken.
Oh no no, that's not what this patch is doing. [~samarthjain]. This patch is
just making sure that the read scan that ends up executing the index updates on
the remote indexes is also run by an index handler.
No data-table writes should be done with an index handler thread.
> Ensure that automatic partial index rebuilds are served from the index
> handler pool
> -----------------------------------------------------------------------------------
>
> Key: PHOENIX-3970
> URL: https://issues.apache.org/jira/browse/PHOENIX-3970
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Attachments: 3970.txt, 3970-v2.txt
>
>
> This (and other issues) have rendered multiple larger cluster inoperable.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)