[
https://issues.apache.org/jira/browse/ASTERIXDB-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201067#comment-15201067
]
ASF subversion and git services commented on ASTERIXDB-1109:
------------------------------------------------------------
Commit 601efeae7e6c0b7339e6eb6cf4f3ae2d3ed3385e in incubator-asterixdb's branch
refs/heads/master from [~imaxon]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=601efea ]
Revert "ASTERIXDB-1109: Fixed deletion of records from open secondary index"
This reverts commit a05f71826a4ab2c0e7148009e0b7e269b15e0a2f.
Change-Id: I8fcf41c009f9faf51bc8bccc0c3c7217b7769148
Reviewed-on: https://asterix-gerrit.ics.uci.edu/698
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ildar Absalyamov <[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)