We have same problem.
On Friday, August 31, 2012, Jean-Armel Luce wrote:
> Hello Aaron.
>
> Thanks for your answer
>
> Jira ticket 4597 created :
https://issues.apache.org/jira/browse/CASSANDRA-4597
>
> Jean-Armel
>
> 2012/8/31 aaron morton
>
> Looks like a bug.
> Can you please create a ticket
Hello Aaron.
Thanks for your answer
Jira ticket 4597 created :
https://issues.apache.org/jira/browse/CASSANDRA-4597
Jean-Armel
2012/8/31 aaron morton
> Looks like a bug.
>
> Can you please create a ticket on
> https://issues.apache.org/jira/browse/CASSANDRA and update the email
> thread ?
>
>
Looks like a bug.
Can you please create a ticket on
https://issues.apache.org/jira/browse/CASSANDRA and update the email thread ?
Can you include this: CFPropDefs.applyToCFMetadata() does not set the
compaction class on CFM
Thanks
-
Aaron Morton
Freelance Developer
@aaronmor
I tried as you said with cassandra-cli, and still unsuccessfully
[default@unknown] use test1;
Authenticated to keyspace: test1
[default@test1] UPDATE COLUMN FAMILY pns_credentials with
compaction_strategy='LeveledCompactionStrategy';
8ed12919-ef2b-327f-8f57-4c2de26c9d51
Waiting for schema agreemen
in cassandra-cli, i did something like:
update column family xyz with
compaction_strategy='LeveledCompactionStrategy'
On Thu, Aug 30, 2012 at 5:20 AM, Jean-Armel Luce wrote:
>
> Hello,
>
> I am using Cassandra 1.1.1 and CQL3.
> I have a cluster with 1 node (test environment)
> Could you tell ho