[
https://issues.apache.org/jira/browse/CASSANDRA-10806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059153#comment-15059153
]
Yuki Morishita commented on CASSANDRA-10806:
--------------------------------------------
Patch looks good to me.
Kicked test with the patch.
||branch||testall||dtest||
|[10806-3.0|https://github.com/yukim/cassandra/tree/10806-3.0]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10806-3.0-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10806-3.0-dtest/lastCompletedBuild/testReport/]|
|[10806-3.2|https://github.com/yukim/cassandra/tree/10806-3.2]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10806-3.2-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10806-3.2-dtest/lastCompletedBuild/testReport/]|
Also, I created new dtest to cover this case.
https://github.com/riptano/cassandra-dtest/pull/713
> sstableloader can't handle upper case keyspace
> ----------------------------------------------
>
> Key: CASSANDRA-10806
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10806
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Reporter: Alex Liu
> Assignee: Alex Liu
> Priority: Minor
> Fix For: 3.0.x, 3.x
>
> Attachments: CASSANDRA-10806-3.0-branch.txt
>
>
> sstableloader can't handle upper case keyspace. The following shows the
> endpoint is missing
> {code}
> cassandra/bin/sstableloader
> /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/bulk-write-to-Test1-Words-a9343a5f-62f3-4901-a9c8-ab7dc42a458e/Test1/Words-5
> -d 127.0.0.1
> objc[7818]: Class JavaLaunchHelper is implemented in both
> /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/bin/java and
> /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre/lib/libinstrument.dylib.
> One of the two will be used. Which one is undefined.
> Established connection to initial hosts
> Opening sstables and calculating sections to stream
> Streaming relevant part of
> /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/bulk-write-to-Test1-Words-a9343a5f-62f3-4901-a9c8-ab7dc42a458e/Test1/Words-5/ma-1-big-Data.db
> to []
> Summary statistics:
> Connections per host: : 1
> Total files transferred: : 0
> Total bytes transferred: : 0
> Total duration (ms): : 923
> Average transfer rate (MB/s): : 0
> Peak transfer rate (MB/s): : 0
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)