mat("[repair #%s] session completed with the following
> error", getName()), exception);
>
>
> Cheers
>
> -
> Aaron Morton
> Freelance Cassandra Developer
> New Zealand
>
> @aaronmorton
> http://www.thelastpickle.com
>
> On 1
**
Hi,
** **
I have a 20 node cluster running v1.0.7 split between 5 data centres, each
with an RF of 2, containing a ~1TB unique dataset/~10TB of total data.
** **
I’ve had some intermittent issues with a new data centre (3 nodes, RF=2) I
brought online late last year with data cons
s been correctly updated but
> nodetool haven't and still use the old classes.
> Check the nodetool executable, it's a shell script, and try echoing
> the CLASSPATH in there and check it correctly point to what it should.
>
> --
> Sylvain
>
> On Thu, Nov 1, 2012 at
Hi,
We simulated a node 'failure' on one of our nodes by deleting the entire
Cassandra installation directory & reconfiguring a fresh instance with the
same token. When we issued a 'repair' it started streaming data back onto
the node as expected.
However after the repair completed, we had over
Great - thanks Jake
B.
On Wed, Nov 16, 2011 at 8:40 PM, Jake Luciani wrote:
> the former
>
>
> On Wed, Nov 16, 2011 at 3:33 PM, Brian Fleming
> wrote:
>
>>
>> Hi All,
>>
>> I have a question about inter-data centre replication : if you have 2
>&
Hi All,
I have a question about inter-data centre replication : if you have 2 Data
Centers, each with a local RF of 2 (i.e. total RF of 4) and write to a node
in DC1, how efficient is the replication to DC2 - i.e. is that data :
- replicated over to a single node in DC2 once and internally replic
> Hi,
>
> Has anybody used any solutions for harvesting and storing Cassandra JMX
> metrics for monitoring, trend analysis, etc.?
>
> JConsole is useful for single node monitoring/etc but not scalable & data
> obviously doesn't persist between sessions...
>
> Many thanks,
>
> Brian