Vincent Poon created PHOENIX-4949:
-------------------------------------
Summary: IndexTool - updateIndexState called too many times
unnecessarily
Key: PHOENIX-4949
URL: https://issues.apache.org/jira/browse/PHOENIX-4949
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.14.1
Reporter: Vincent Poon
The IndexTool uses a reducer in the mapreduce job to set the index state to
'active' after the mappers are done. But the reduce() method is called once
per mapper, and there are potentially many hundreds or thousands of mappers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)