[
https://issues.apache.org/jira/browse/CASSANDRA-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992221#comment-14992221
]
Paulo Motta edited comment on CASSANDRA-10600 at 11/5/15 6:46 PM:
------------------------------------------------------------------
LGTM, uploaded v2 version removing unnecessary trailing whitespaces.
(lots of unrelated dtests failures, probably caused by python driver update of
CASSANDRA-10365, but in pair with latest dtest runs:
[3.0|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest/327/testReport/]
and
[trunk|http://cassci.datastax.com/view/trunk/job/trunk_dtest/731/testReport/])
was (Author: pauloricardomg):
LGTM, uploaded v2 version removing unnecessary trailing whitespaces.
(lots of unrelated dtests failures, probably caused by python driver update of
CASSANDRA-10365, but in pair with latest dtest runs:
[3.0|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest/327/testReport/]
and
[trunk|http://cassci.datastax.com/view/trunk/job/trunk_dtest/731/testReport/].
> CqlInputFormat throws IOE if the size estimates are zero
> --------------------------------------------------------
>
> Key: CASSANDRA-10600
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10600
> Project: Cassandra
> Issue Type: Bug
> Reporter: Mike Adamson
> Assignee: Mike Adamson
> Priority: Minor
> Fix For: 3.x, 3.0.x
>
> Attachments: 10600-v2.txt, 10600.txt
>
>
> {{CqlInputFormat.describeSplits}} handles the case of no entry in the
> 'system.size_estimates' table but does not handle the situation when there is
> a zero size estimate in the table. This can happen if an input job is started
> immediately after data is added but before the {{SizeEstimatesRecorder}} has
> run.
> {{CqlInputFormat.describeSplits}} should handle 0 size estimate in the same
> manner as no size estimate and not sub-split but return the full split.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)