[
https://issues.apache.org/jira/browse/PHOENIX-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213201#comment-16213201
]
Hudson commented on PHOENIX-4280:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1846 (See
[https://builds.apache.org/job/Phoenix-master/1846/])
PHOENIX-4280 Delete doesn't work when immutable indexes are in building
(jtaylor: rev dc432b9754d028d0d36652c69b25e0fdb735b3fa)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ImmutableIndexIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/builder/BaseIndexCodec.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/util/IndexManagementUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/scanner/ScannerBuilder.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixIndexMetaData.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMaintenanceIT.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/LocalTableStateTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixTransactionalIndexer.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/IndexMetaData.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/NonTxIndexBuilderTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/NonTxIndexBuilder.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropColumnIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/LocalTableState.java
> Delete doesn't work when immutable indexes are in building state
> ----------------------------------------------------------------
>
> Key: PHOENIX-4280
> URL: https://issues.apache.org/jira/browse/PHOENIX-4280
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.13.0
>
> Attachments: PHOENIX-4280.patch, PHOENIX-4280_v10.patch,
> PHOENIX-4280_v11.patch, PHOENIX-4280_v12.patch, PHOENIX-4280_v2.patch,
> PHOENIX-4280_v3.patch, PHOENIX-4280_v4.patch, PHOENIX-4280_v5.patch,
> PHOENIX-4280_v6.patch, PHOENIX-4280_v7.patch, PHOENIX-4280_v8.patch,
> PHOENIX-4280_v9.patch, PHOENIX-4280_wip.patch
>
>
> We don't generate the Delete mutations correctly in this case as we assume
> we're scanning over the index table.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)