[
https://issues.apache.org/jira/browse/PHOENIX-5804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118264#comment-17118264
]
Hudson commented on PHOENIX-5804:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #3899 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/3899/])
PHOENIX-5804: Implement strong verification with -v ONLY option for old
(s.kadam: rev 85724aae4bbe1420333a3301861668549a772c83)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexerRegionScanner.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexVerificationOldDesignIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRegionScanner.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForNonTxGlobalIndexIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/index/VerifySingleIndexRowTest.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GlobalIndexRegionScanner.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/util/ManualEnvironmentEdge.java
> Implement strong verification with -v ONLY option for old design of secondary
> indexes
> -------------------------------------------------------------------------------------
>
> Key: PHOENIX-5804
> URL: https://issues.apache.org/jira/browse/PHOENIX-5804
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Swaroopa Kadam
> Assignee: Swaroopa Kadam
> Priority: Major
> Attachments: PHOENIX-5804.4.x.v1.patch, PHOENIX-5804.4.x.v2.patch,
> PHOENIX-5804.4.x.v3.patch, PHOENIX-5804.4.x.v4.patch,
> PHOENIX-5804.4.x.v5.patch, PHOENIX-5804.v1.patch, PHOENIX-5804.v2.patch
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> Currently, with -v ONLY option we get weak verification i.e. we find out if
> index row is present or not. It does not provide information on if the values
> have mismatch when executed with old design.
> We attempt to provide scrutiny like implementation but way faster. The
> verification will be done only one the latest version of the row.
> This will help us in quantifying the success of new self-consistent secondary
> indexes design.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)