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

ASF subversion and git services commented on ASTERIXDB-1109:
------------------------------------------------------------

Commit 53266586305db6c8825310471937943f9008a3ce in incubator-asterixdb's branch 
refs/heads/master from [~iabsalyamov]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=5326658 ]

- Reapplied fix for ASTERIXDB-1109 on merged master
- Cleaned up runtime testsuite, made it validate against XSD

Change-Id: I8fcf41c009f9faf51bc8bccc0c3c7217b7769121
Reviewed-on: https://asterix-gerrit.ics.uci.edu/712
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>


> Index entries are not deleted on an open-type secondary index
> -------------------------------------------------------------
>
>                 Key: ASTERIXDB-1109
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1109
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Operators
>            Reporter: Taewoo Kim
>            Assignee: Ildar Absalyamov
>            Priority: Critical
>
> Currently, index entries (SK, PK) are not deleted on an open-type secondary 
> index. This issue was not surfaced due to the fact that every search after a 
> secondary index search needs to go through the primary index lookup. 
> Therefore, un-deleted entries were removed during this Pidx lookup.
> Now, we have an index-only plan that can skip the Pidx lookup after a Sidx 
> search. Therefore, the query result is not correct anymore.
>   



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

Reply via email to