[
https://issues.apache.org/jira/browse/CASSANDRA-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734781#comment-14734781
]
T Jake Luciani commented on CASSANDRA-10215:
--------------------------------------------
bq. Actually, my intention was to keep the size bounded
That's what I was trying to say. Ok, I'd still like to fix that exception to
be more helpful so perhaps just make the exception handler log something more
verbose.
Otherwise +1
> Reduce redundant secondary index selection lookups
> --------------------------------------------------
>
> Key: CASSANDRA-10215
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10215
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Sam Tunnicliffe
> Assignee: Sam Tunnicliffe
> Fix For: 3.0.0 rc1
>
>
> Once an index has been identified as being the one that should be used for a
> given query, it should be included as part of the {{ReadCommand}} so that it
> can be retrieved when needed during execution. Currently we don't do this,
> meaning that the index selection process implemented in
> {{SIM::getBestIndexFor}} is run multiple times on both the coordinator and
> each replica when performing a range command.
> This is also a pre-requisite of CASSANDRA-10214
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)