Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
4.1.0
-
None
-
None
Description
Unable to recover 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.