You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/03/08 17:57:59 UTC

[jira] Created: (CASSANDRA-2287) move block-for-schema-agreement from cli into thrift calls

move block-for-schema-agreement from cli into thrift calls
----------------------------------------------------------

                 Key: CASSANDRA-2287
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2287
             Project: Cassandra
          Issue Type: Improvement
          Components: API
    Affects Versions: 0.7.0
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.7.4


Providing the same best-effort help to programmatic callers as we do to the CLI would be helpful.

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

[jira] Resolved: (CASSANDRA-2287) move block-for-schema-agreement from cli into thrift calls

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

Jonathan Ellis resolved CASSANDRA-2287.
---------------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 0.7.4)
         Assignee:     (was: Jonathan Ellis)

This is actually a bad idea, since normally TimedOutException means "we don't know what happened, so you should probably retry" but that's the wrong thing to do with schema.  Also, if a schema change succeeds we need to return it to the caller (which we can't do if we throw).

> move block-for-schema-agreement from cli into thrift calls
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-2287
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2287
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.7.0
>            Reporter: Jonathan Ellis
>            Priority: Minor
>
> Providing the same best-effort help to programmatic callers as we do to the CLI would be helpful.

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