[ 
https://issues.apache.org/jira/browse/PHOENIX-5861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135066#comment-17135066
 ] 

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/13005643/PHOENIX-5861.4.13.x-HBASE.1.3.x.002.patch
  against master branch at commit 7e955ecbcf967e74fbb37e5d0c9c5556ebac5898.
  ATTACHMENT ID: 13005643

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 0 new 
or modified tests.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3961//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
>            Priority: Critical
>         Attachments: PHOENIX-5861.4.13.x-HBASE.1.3.x.002.patch
>
>
> 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)

Reply via email to