You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2011/02/21 20:59:38 UTC

[jira] Created: (CASSANDRA-2208) ClientOnly mode is broken

ClientOnly mode is broken
-------------------------

                 Key: CASSANDRA-2208
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2208
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.7.0
            Reporter: T Jake Luciani
             Fix For: 0.7.3


The new migrations code has left the client mode in a unusable state.  client only nodes can't create any RowMutations since they never receive the schema from ring nodes. 

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

        

[jira] Assigned: (CASSANDRA-2208) ClientOnly mode is broken

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

Gary Dusbabek reassigned CASSANDRA-2208:
----------------------------------------

    Assignee: Gary Dusbabek

> ClientOnly mode is broken
> -------------------------
>
>                 Key: CASSANDRA-2208
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2208
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: T Jake Luciani
>            Assignee: Gary Dusbabek
>             Fix For: 0.7.3
>
>
> The new migrations code has left the client mode in a unusable state.  client only nodes can't create any RowMutations since they never receive the schema from ring nodes. 

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

        

[jira] Commented: (CASSANDRA-2208) ClientOnly mode is broken

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

Gary Dusbabek commented on CASSANDRA-2208:
------------------------------------------

Using contrib/client_only/src/ClientOnlyExample.java, I observe that everything works, with the caveat that a system database and commit log are created.  (I'm going to fix this.)

No problem applying RowMutations.

> ClientOnly mode is broken
> -------------------------
>
>                 Key: CASSANDRA-2208
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2208
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: T Jake Luciani
>            Assignee: Gary Dusbabek
>             Fix For: 0.7.3
>
>
> The new migrations code has left the client mode in a unusable state.  client only nodes can't create any RowMutations since they never receive the schema from ring nodes. 

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

        

[jira] Issue Comment Edited: (CASSANDRA-2208) ClientOnly mode is broken

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

Gary Dusbabek edited comment on CASSANDRA-2208 at 2/22/11 10:38 PM:
--------------------------------------------------------------------

I was able to create an apply RowMutations without any problem.  I created CASSANDRA-2223 to handle the problem of the data directories and system database being created.

      was (Author: gdusbabek):
    I was able to create an apply RowMutations without any problem.  I created CASSANDRA-2212 to handle the problem of the data directories and system database being created.
  
> ClientOnly mode is broken
> -------------------------
>
>                 Key: CASSANDRA-2208
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2208
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: T Jake Luciani
>            Assignee: Gary Dusbabek
>             Fix For: 0.7.3
>
>
> The new migrations code has left the client mode in a unusable state.  client only nodes can't create any RowMutations since they never receive the schema from ring nodes. 

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

        

[jira] Commented: (CASSANDRA-2208) ClientOnly mode is broken

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

T Jake Luciani commented on CASSANDRA-2208:
-------------------------------------------

Minor issue but I see this on the server side, looks like the endpoint doesn't have schema associated with it.

ERROR 09:58:10,811 Error in ThreadPoolExecutor
java.lang.RuntimeException: java.lang.NullPointerException
        at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.NullPointerException
        at org.apache.cassandra.db.HintedHandOffManager.waitForSchemaAgreement(HintedHandOffManager.java:259)
        at org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpoint(HintedHandOffManager.java:276)
        at org.apache.cassandra.db.HintedHandOffManager.access$100(HintedHandOffManager.java:88)
        at org.apache.cassandra.db.HintedHandOffManager$2.runMayThrow(HintedHandOffManager.java:400)
        at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
        ... 3 more

> ClientOnly mode is broken
> -------------------------
>
>                 Key: CASSANDRA-2208
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2208
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: T Jake Luciani
>            Assignee: Gary Dusbabek
>             Fix For: 0.7.3
>
>
> The new migrations code has left the client mode in a unusable state.  client only nodes can't create any RowMutations since they never receive the schema from ring nodes. 

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

        

[jira] Resolved: (CASSANDRA-2208) ClientOnly mode is broken

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

Gary Dusbabek resolved CASSANDRA-2208.
--------------------------------------

    Resolution: Not A Problem

I was able to create an apply RowMutations without any problem.  I created CASSANDRA-2212 to handle the problem of the data directories and system database being created.

> ClientOnly mode is broken
> -------------------------
>
>                 Key: CASSANDRA-2208
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2208
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: T Jake Luciani
>            Assignee: Gary Dusbabek
>             Fix For: 0.7.3
>
>
> The new migrations code has left the client mode in a unusable state.  client only nodes can't create any RowMutations since they never receive the schema from ring nodes. 

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