[
https://issues.apache.org/jira/browse/PHOENIX-5861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152000#comment-17152000
]
Hadoop QA commented on PHOENIX-5861:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13007132/PHOENIX-5861.4.13.x-HBASE.1.3.x.003.patch
against master branch at commit 713c8d953596f7a002502b7298a393414766a87e.
ATTACHMENT ID: 13007132
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/4015//console
This message is automatically generated.
> Delete index data failed,due to pool closed
> -------------------------------------------
>
> Key: PHOENIX-5861
> URL: https://issues.apache.org/jira/browse/PHOENIX-5861
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 4.13.1, 4.15.0, 4.14.1
> Reporter: Chao Wang
> Assignee: Chao Wang
> Priority: Critical
> Attachments: PHOENIX-5861.4.13.x-HBASE.1.3.x.002.patch,
> PHOENIX-5861.4.13.x-HBASE.1.3.x.003.patch
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> when delete index data,throw pool closed in
> TrackingParallelWriterIndexCommitter class.sql statement delete from ... for
> client side, In the case of index table enable,Indexer will deal index data
> in server side. Finally server use HTable of index table which batch
> mutations.
> When region split, region close firstly,and then region will close phoenix
> CP(Indexer) which call stop method of Indexer. this method will stop
> IndexWriter and IndexBuildManager ,recoveryWriter. But region split failed,
> start to roll back, which can not processing IndexWriter and
> IndexBuildManager ,recoveryWriter initialization. afterwards deal of index
> data will failed which throw pool close.
> A simple test where region split failed, roll back success. but failed to
> delete index data.
> 1.create data table and index table
> 2.bulkload data for this table
> 3.alter hbase-server code, which region split throw exception , after region
> close happen.
> 4.use hbase shell , split region.
> 5.view regionserver log, where region split failed, and then rollback success.
> 6.user phoenix sqlline.py for delete data, which will throw exption
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)