On Sat, Aug 13, 2011 at 4:35 AM, Konstantin Naryshkin
wrote:
> Would you consider adding an RSS feed to the site for the benefit of those
> who like to use feed readers to keep track of unread posts and what not?
>
Here it is: http://planetcassandra.org/aggregator/rss
>
> - Original Message
Turn the logging up to DEBUG, if you want to you can do it just for
org.apache.cassandra.service.StorageProxy , and look for…
* forwarding counter update of key… when the coordinator is forwarding the
counter update
* insert writing local & replicate… when a counter mutation is applied locally
It's pretty easy to fix. For background read this page on the wiki
http://wiki.apache.org/cassandra/Operations also have a look at the help in the
CLI, just type "help;"
If you want to reduce your RF use an "update keyspace" statement and change the
RF down to 1.
You can increase the RF as we
Thanks! This would make sense but I'm not sure it maps to what I'm seeing.
Specifically if I start processes that write to each of the three nodes, so
I know there is a constant stream of writes to each node, instead of seeing
replicate on write on all nodes, I see it only on a single node.
It app
You need to wait for the servers to be up again before restarting the
next one. nodetool ring on one of the servers you aren't restarting
will tell you when it is back up. You can also watch for "Starting up
server gossip" in the log file to know when it is starting to join the
cluster again.
Would you consider adding an RSS feed to the site for the benefit of those who
like to use feed readers to keep track of unread posts and what not?
- Original Message -
From: "Lynn Bender"
To: user@cassandra.apache.org
Sent: Friday, August 12, 2011 2:18:45 PM
Subject: Planet Cassandra is
So restarting cassandra servers has a tendency to cause a lot of exceptions
like "MaximumRetryException: Retried 6 times. Last failure was
UnavailableException()" and "TApplicationException: Internal error
processing batch_mutate" (using pycassa). If I restart the servers too
quickly, I get "all s
Vijay made a good point off list, thrift-106 is about Java support, but other
languages have been implemented or at least have tickets to follow for them:
Python support (thrift 0.7):
https://issues.apache.org/jira/browse/THRIFT-1068
C++ support (thrift 0.7):
https://issues.apache.org/jira/brows
http://planetcassandra.org/
Help us improve the site by suggesting Cassandra-related news and blogs.
If you have any suggestions for the site whatsoever, feel free to send me a
note directly.
--
Lynn Bender
Events and Outreach
DataStax.com
http://www.linkedin.com/in/lynnbender
I'm testing a Cassandra 0.8.1 setup with SimpleCassie for PHP, and my
get_slice is failing because when I created the keyspace I set it up
like this:
create keyspace armorgames with
strategy_options=[{replication_factor:2}] and placement_strategy =
'org.apache.cassandra.locator.SimpleStrategy
Saw that there is a dedicated mailing list for Brisk, will ask there
instead. Sorry.
-Martin
On Fri, Aug 12, 2011 at 4:57 PM, Martin Lansler
wrote:
> Hi,
>
> Is it possible to add Brisk to an existing Cassandra cluster? The
> install packages all seem to bundle Cassandra(?)
>
> Basically I would
On Fri, 2011-08-12 at 09:39 -0500, Jeremy Hanna wrote:
> In the future, I wonder if the CQL driver level is the right place for
> client encryption.
If/when a custom transport is written, that would be on the list, yeah.
--
Eric Evans
eev...@rackspace.com
Hi,
Is it possible to add Brisk to an existing Cassandra cluster? The
install packages all seem to bundle Cassandra(?)
Basically I would like a tar.gz (as I'm on a Mac...) dist of Brisk
which I can unpack and deploy on my already running Cassanda cluster.
Or is there some tight integration (read
Yes - that ticket was done by Nirmal Ranganathan for the intention of getting
support in Cassandra. That's just for a java client though.
In the future, I wonder if the CQL driver level is the right place for client
encryption.
On Aug 11, 2011, at 11:26 PM, Vijay wrote:
> https://issues.apach
14 matches
Mail list logo