You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Mark McBride <ma...@gmail.com> on 2009/08/11 02:24:09 UTC

Valid consistency level values on trunk

What are the allowed values for consistency level in the new API?
Just testing things it looks like 0, 1, 2, 3... is that expected?

   ---Mark

Re: Valid consistency level values on trunk

Posted by Michael Greene <mi...@gmail.com>.
and congratulations to Cassandra's local hero, Sammy Yu, who
apparently had the same idea.

On Tue, Aug 11, 2009 at 9:50 PM, Jonathan Ellis<jb...@gmail.com> wrote:
> Thanks for looking into it, though.
>
> On Tue, Aug 11, 2009 at 10:59 AM, Mark McBride<ma...@gmail.com> wrote:
>> My shot at hero status has been thwarted, due to a preexisting Jira
>> issue http://issues.apache.org/jira/browse/THRIFT-551
>>
>> On Mon, Aug 10, 2009 at 5:49 PM, Mark McBride<ma...@gmail.com> wrote:
>>> Excellent, will do
>>>
>>> On Mon, Aug 10, 2009 at 5:47 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>>>> Be a hero and file a bug with Thrift. :)
>>>>
>>>> On Mon, Aug 10, 2009 at 7:32 PM, Mark McBride<ma...@gmail.com> wrote:
>>>>> Excellent, thanks.  Looking at the generated thrift stubs it's not
>>>>> clear it's an enum.
>>>>>
>>>>>   ---Mark
>>>>>
>>>>> On Mon, Aug 10, 2009 at 5:27 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>>>>>> thrift should generate a ConsistencyLevel class or enum with values
>>>>>> ZERO, ONE, QUORUM, and ALL.
>>>>>>
>>>>>> On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
>>>>>>> What are the allowed values for consistency level in the new API?
>>>>>>> Just testing things it looks like 0, 1, 2, 3... is that expected?
>>>>>>>
>>>>>>>   ---Mark
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: Valid consistency level values on trunk

Posted by Jonathan Ellis <jb...@gmail.com>.
Thanks for looking into it, though.

On Tue, Aug 11, 2009 at 10:59 AM, Mark McBride<ma...@gmail.com> wrote:
> My shot at hero status has been thwarted, due to a preexisting Jira
> issue http://issues.apache.org/jira/browse/THRIFT-551
>
> On Mon, Aug 10, 2009 at 5:49 PM, Mark McBride<ma...@gmail.com> wrote:
>> Excellent, will do
>>
>> On Mon, Aug 10, 2009 at 5:47 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>>> Be a hero and file a bug with Thrift. :)
>>>
>>> On Mon, Aug 10, 2009 at 7:32 PM, Mark McBride<ma...@gmail.com> wrote:
>>>> Excellent, thanks.  Looking at the generated thrift stubs it's not
>>>> clear it's an enum.
>>>>
>>>>   ---Mark
>>>>
>>>> On Mon, Aug 10, 2009 at 5:27 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>>>>> thrift should generate a ConsistencyLevel class or enum with values
>>>>> ZERO, ONE, QUORUM, and ALL.
>>>>>
>>>>> On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
>>>>>> What are the allowed values for consistency level in the new API?
>>>>>> Just testing things it looks like 0, 1, 2, 3... is that expected?
>>>>>>
>>>>>>   ---Mark
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: Valid consistency level values on trunk

Posted by Mark McBride <ma...@gmail.com>.
My shot at hero status has been thwarted, due to a preexisting Jira
issue http://issues.apache.org/jira/browse/THRIFT-551

On Mon, Aug 10, 2009 at 5:49 PM, Mark McBride<ma...@gmail.com> wrote:
> Excellent, will do
>
> On Mon, Aug 10, 2009 at 5:47 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>> Be a hero and file a bug with Thrift. :)
>>
>> On Mon, Aug 10, 2009 at 7:32 PM, Mark McBride<ma...@gmail.com> wrote:
>>> Excellent, thanks.  Looking at the generated thrift stubs it's not
>>> clear it's an enum.
>>>
>>>   ---Mark
>>>
>>> On Mon, Aug 10, 2009 at 5:27 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>>>> thrift should generate a ConsistencyLevel class or enum with values
>>>> ZERO, ONE, QUORUM, and ALL.
>>>>
>>>> On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
>>>>> What are the allowed values for consistency level in the new API?
>>>>> Just testing things it looks like 0, 1, 2, 3... is that expected?
>>>>>
>>>>>   ---Mark
>>>>>
>>>>
>>>
>>
>

Re: Valid consistency level values on trunk

Posted by Mark McBride <ma...@gmail.com>.
Excellent, will do

On Mon, Aug 10, 2009 at 5:47 PM, Jonathan Ellis<jb...@gmail.com> wrote:
> Be a hero and file a bug with Thrift. :)
>
> On Mon, Aug 10, 2009 at 7:32 PM, Mark McBride<ma...@gmail.com> wrote:
>> Excellent, thanks.  Looking at the generated thrift stubs it's not
>> clear it's an enum.
>>
>>   ---Mark
>>
>> On Mon, Aug 10, 2009 at 5:27 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>>> thrift should generate a ConsistencyLevel class or enum with values
>>> ZERO, ONE, QUORUM, and ALL.
>>>
>>> On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
>>>> What are the allowed values for consistency level in the new API?
>>>> Just testing things it looks like 0, 1, 2, 3... is that expected?
>>>>
>>>>   ---Mark
>>>>
>>>
>>
>

Re: Valid consistency level values on trunk

Posted by Jonathan Ellis <jb...@gmail.com>.
Be a hero and file a bug with Thrift. :)

On Mon, Aug 10, 2009 at 7:32 PM, Mark McBride<ma...@gmail.com> wrote:
> Excellent, thanks.  Looking at the generated thrift stubs it's not
> clear it's an enum.
>
>   ---Mark
>
> On Mon, Aug 10, 2009 at 5:27 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>> thrift should generate a ConsistencyLevel class or enum with values
>> ZERO, ONE, QUORUM, and ALL.
>>
>> On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
>>> What are the allowed values for consistency level in the new API?
>>> Just testing things it looks like 0, 1, 2, 3... is that expected?
>>>
>>>   ---Mark
>>>
>>
>

Re: Valid consistency level values on trunk

Posted by Mark McBride <ma...@gmail.com>.
Excellent, thanks.  Looking at the generated thrift stubs it's not
clear it's an enum.

   ---Mark

On Mon, Aug 10, 2009 at 5:27 PM, Jonathan Ellis<jb...@gmail.com> wrote:
> thrift should generate a ConsistencyLevel class or enum with values
> ZERO, ONE, QUORUM, and ALL.
>
> On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
>> What are the allowed values for consistency level in the new API?
>> Just testing things it looks like 0, 1, 2, 3... is that expected?
>>
>>   ---Mark
>>
>

Re: Valid consistency level values on trunk

Posted by Jonathan Ellis <jb...@gmail.com>.
thrift should generate a ConsistencyLevel class or enum with values
ZERO, ONE, QUORUM, and ALL.

On Mon, Aug 10, 2009 at 7:24 PM, Mark McBride<ma...@gmail.com> wrote:
> What are the allowed values for consistency level in the new API?
> Just testing things it looks like 0, 1, 2, 3... is that expected?
>
>   ---Mark
>