[
https://issues.apache.org/jira/browse/PHOENIX-6055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203411#comment-17203411
]
ASF GitHub Bot commented on PHOENIX-6055:
-----------------------------------------
stoty commented on pull request #891:
URL: https://github.com/apache/phoenix/pull/891#issuecomment-700175676
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 0m 0s | Docker mode activated. |
| -1 :x: | patch | 0m 4s | https://github.com/apache/phoenix/pull/891
does not apply to master. Rebase required? Wrong Branch? See
https://yetus.apache.org/documentation/in-progress/precommit-patchnames for
help. |
| Subsystem | Report/Notes |
|----------:|:-------------|
| GITHUB PR | https://github.com/apache/phoenix/pull/891 |
| JIRA Issue | PHOENIX-6055 |
| Console output |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-891/1/console
|
| versions | git=2.17.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Improve error reporting for index validation when there are "Not matching
> index rows"
> -------------------------------------------------------------------------------------
>
> Key: PHOENIX-6055
> URL: https://issues.apache.org/jira/browse/PHOENIX-6055
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Gokcen Iskender
> Priority: Major
> Attachments: PHOENIX-6055.master.001.patch,
> PHOENIX-6055.master.002.patch, PHOENIX-6055.master.003.patch
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> In the IndexRebuildRegionScanner, in the following line we return the
> timestamp of the latest expected mutation rather than the expected mutation
> itself.
>
> byte[] dataKey = indexMaintainer.buildDataRowKey(new
> ImmutableBytesWritable(indexRow.getRow()), viewConstants);
> String errorMsg = "Not matching index row";
> logToIndexToolOutputTable(dataKey, indexRow.getRow(),
> getTimestamp(expectedMutationList.get(0)), 0L, errorMsg, isBeforeRebuild,
> INVALID_ROW);
>
> Instead of expectedMutationList.get(0), expected should be used.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)