You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Shunsuke Nakamura (JIRA)" <ji...@apache.org> on 2014/10/24 15:46:34 UTC

[jira] [Created] (PHOENIX-1379) Wrong MultiIndexWriteFailureException when recovering local index table

Shunsuke Nakamura created PHOENIX-1379:
------------------------------------------

             Summary: Wrong MultiIndexWriteFailureException when recovering local index table
                 Key: PHOENIX-1379
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1379
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.1
            Reporter: Shunsuke Nakamura
            Priority: Critical


Unable to recovery local index table. Task#call in TrackingParallelWriterIndexCommitter#write always returns not Boolean.TRUE but null by change of PHOENIX-1166.  If the value is null, it's handled as a failure. As a result, it throws MultiIndexWriteFailureException.

Maybe this change was wrongly imported from ParallelWriterIndexCommitter. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)