[ https://issues.apache.org/jira/browse/PHOENIX-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636217#comment-16636217 ]
Hudson commented on PHOENIX-4519: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #220 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/220/]) PHOENIX-4519 - Index rebuild MR jobs not created for "alter index (gjacoby: rev df01773ca6ffa5849be4c04a1f28ff7f19c42ea9) * (add) phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PhoenixMRJobSubmitterIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/automation/PhoenixMRJobSubmitter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java > Index rebuild MR jobs not created for "alter index rebuild async" rebuilds > -------------------------------------------------------------------------- > > Key: PHOENIX-4519 > URL: https://issues.apache.org/jira/browse/PHOENIX-4519 > Project: Phoenix > Issue Type: Bug > Reporter: Vincent Poon > Assignee: Geoffrey Jacoby > Priority: Major > Fix For: 4.15.0, 5.1.0 > > Attachments: PHOENIX-4519-v2.patch, PHOENIX-4519-v3.patch, > PHOENIX-4519.patch > > > It seems we have two ASYNC flags for index rebuilds: > ASYNC_CREATED_DATE - when an index is created async > ASYNC_REBUILD_TIMESTAMP - created by "alter index ... rebuild async" > The PhoenixMRJobSubmitter only submits MR jobs for the former. We should > also submit jobs for the latter. -- This message was sent by Atlassian JIRA (v7.6.3#76005)