[jira] [Commented] (CASSANDRA-10600) CqlInputFormat throws IOE if the size estimates are zero

2015-11-05 Thread Aleksey Yeschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14992620#comment-14992620
 ] 

Aleksey Yeschenko commented on CASSANDRA-10600:
---

Committed as 
[9c9f263822ab0c7669f162380af6645ef8309083|https://github.com/apache/cassandra/commit/9c9f263822ab0c7669f162380af6645ef8309083]
 to 3.0 and merged with trunk, thanks.

> 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.0.0
>
> 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)


[jira] [Commented] (CASSANDRA-10600) CqlInputFormat throws IOE if the size estimates are zero

2015-11-05 Thread Mike Adamson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14991810#comment-14991810
 ] 

Mike Adamson commented on CASSANDRA-10600:
--

Here are the cassci test builds:

||3.0||trunk||
|[branch|https://github.com/mike-tr-adamson/cassandra/tree/10600-3.0]|[branch|https://github.com/mike-tr-adamson/cassandra/tree/10600-trunk]|
|[testall|http://cassci.datastax.com/view/Dev/view/madamson/job/mike-tr-adamson-10600-3.0-testall/]|[testall|http://cassci.datastax.com/view/Dev/view/madamson/job/mike-tr-adamson-10600-trunk-testall/]|
|[dtests|http://cassci.datastax.com/view/Dev/view/madamson/job/mike-tr-adamson-10600-3.0-dtest/]|[dtests|http://cassci.datastax.com/view/Dev/view/madamson/job/mike-tr-adamson-10600-trunk-dtest/]|


> 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.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)