You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tom Alexander (JIRA)" <ji...@apache.org> on 2015/03/17 19:35:38 UTC

[jira] [Created] (CASSANDRA-8982) sstableloader outputs progress information and summary stats to stderr instead of stdout

Tom Alexander created CASSANDRA-8982:
----------------------------------------

             Summary: sstableloader outputs progress information and summary stats to stderr instead of stdout
                 Key: CASSANDRA-8982
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8982
             Project: Cassandra
          Issue Type: Bug
          Components: Core
         Environment: Ubuntu 12.04.3 LTS
Cassandra 2.1.3
            Reporter: Tom Alexander


On Cassandra 2.1.0+, the progress information from sstableloader is output into the stderr stream instead of stdout. 

This can be reproduced by running an sstableloader and redirecting stderr to a file:

{code}
sstableloader -d 127.0.0.1 /home/automaton/cassandra-src/data/data/keyspace1/standard1-abfab2e0ccb811e49d4417363885fa00 2> error.log
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)