You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2011/07/18 09:25:00 UTC

[jira] [Created] (CASSANDRA-2908) Fix bulkload JMX call

Fix bulkload JMX call
---------------------

                 Key: CASSANDRA-2908
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2908
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.8.1
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Trivial
             Fix For: 0.8.2
         Attachments: 0001-Fix-JMX-call-bulkLoad.patch

The bulkload JMX call is supposed to simplify bulkloading when done from a Cassandra node (so you don't have to configure the bulkloading client to not conflict with the node itself), but that call doesn't work (it forgets to add the ranges to stream).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2908) Fix bulkload JMX call

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066908#comment-13066908 ] 

Jonathan Ellis commented on CASSANDRA-2908:
-------------------------------------------

+1

> Fix bulkload JMX call
> ---------------------
>
>                 Key: CASSANDRA-2908
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2908
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>              Labels: bulkloader
>             Fix For: 0.8.2
>
>         Attachments: 0001-Fix-JMX-call-bulkLoad.patch
>
>
> The bulkload JMX call is supposed to simplify bulkloading when done from a Cassandra node (so you don't have to configure the bulkloading client to not conflict with the node itself), but that call doesn't work (it forgets to add the ranges to stream).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-2908) Fix bulkload JMX call

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne resolved CASSANDRA-2908.
-----------------------------------------

    Resolution: Fixed
      Reviewer: jbellis

Committed, thanks

> Fix bulkload JMX call
> ---------------------
>
>                 Key: CASSANDRA-2908
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2908
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>              Labels: bulkloader
>             Fix For: 0.8.2
>
>         Attachments: 0001-Fix-JMX-call-bulkLoad.patch
>
>
> The bulkload JMX call is supposed to simplify bulkloading when done from a Cassandra node (so you don't have to configure the bulkloading client to not conflict with the node itself), but that call doesn't work (it forgets to add the ranges to stream).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2908) Fix bulkload JMX call

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne updated CASSANDRA-2908:
----------------------------------------

    Attachment: 0001-Fix-JMX-call-bulkLoad.patch

> Fix bulkload JMX call
> ---------------------
>
>                 Key: CASSANDRA-2908
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2908
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>              Labels: bulkloader
>             Fix For: 0.8.2
>
>         Attachments: 0001-Fix-JMX-call-bulkLoad.patch
>
>
> The bulkload JMX call is supposed to simplify bulkloading when done from a Cassandra node (so you don't have to configure the bulkloading client to not conflict with the node itself), but that call doesn't work (it forgets to add the ranges to stream).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2908) Fix bulkload JMX call

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067010#comment-13067010 ] 

Hudson commented on CASSANDRA-2908:
-----------------------------------

Integrated in Cassandra-0.8 #220 (See [https://builds.apache.org/job/Cassandra-0.8/220/])
    Fix JMX bulkload call
patch by slebresne; reviewed by jbellis for CASSANDRA-2908

slebresne : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1147838
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools/BulkLoader.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/io/sstable/SSTableLoader.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/service/StorageService.java


> Fix bulkload JMX call
> ---------------------
>
>                 Key: CASSANDRA-2908
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2908
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>              Labels: bulkloader
>             Fix For: 0.8.2
>
>         Attachments: 0001-Fix-JMX-call-bulkLoad.patch
>
>
> The bulkload JMX call is supposed to simplify bulkloading when done from a Cassandra node (so you don't have to configure the bulkloading client to not conflict with the node itself), but that call doesn't work (it forgets to add the ranges to stream).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira