On Thu, Oct 15, 2015 at 6:04 PM, Alaa Zubaidi (PDF)
wrote:
> We are running Cassandra 2.2.1 on Windows 2008R2, and we see that multiple
> Nodes are stuck at 99% CPU bringing the whole VM to a halt.
> We suspect that there is another process that IT/Windows is causing the
> CPU issue, but the prob
Hi,
We are running Cassandra 2.2.1 on Windows 2008R2, and we see that multiple
Nodes are stuck at 100% CPU bringing the whole VM to a halt.
We suspect that there is another process that IT/Windows is causing the CPU
issue, but the problem is Cassandra does NOT recover, the CPU utilization
start cli
Hi,
We are running Cassandra 2.2.1 on Windows 2008R2, and we see that multiple
Nodes are stuck at 99% CPU bringing the whole VM to a halt.
We suspect that there is another process that IT/Windows is causing the CPU
issue, but the problem is Cassandra does NOT recover, the CPU utilization
start clim
On Thu, Oct 15, 2015 at 10:24 AM, sai krishnam raju potturi <
pskraj...@gmail.com> wrote:
> we are deploying a new cluster with 2 datacenters, 48 nodes in each DC.
> For the system_auth keyspace, what should be the ideal replication_factor
> set?
>
> We tried setting the replication factor equal
It is deployed on an existing cluster but will be migrated soon to a different
file system & Linux distribution.
-Original Message-
From: Michael Shuler [mailto:mshu...@pbandjelly.org] On Behalf Of Michael Shuler
Sent: Wednesday, October 14, 2015 6:02 PM
To: user@cassandra.apache.org
Subj
hi;
we are deploying a new cluster with 2 datacenters, 48 nodes in each DC.
For the system_auth keyspace, what should be the ideal replication_factor
set?
We tried setting the replication factor equal to the number of nodes in a
datacenter, and the repair for the system_auth keyspace took really
On Wed, Oct 14, 2015 at 10:03 PM, Saladi Naidu
wrote:
> Thanks for the reply. yes this indeed due to range tombstones with MAP
> data, even after tombstone past the gc_grace_poeriod and compactions ran in
> cluster, still no change with tombstone data in SSTables. Do you or nayone
> in the group
On Thu, Oct 15, 2015 at 9:01 AM, Paulo Motta
wrote:
> (OP says:) So - isn't setting unchecked_tombstone_compaction to "true" a
>> dangerous setting? Won't it cause resurrections? What is the use case for
>> this knob, and when do I know I can set it to true safely?
>>
>
To expand slightly on Pa
Hello Deepak,
The dev@cassandra list is exclusive for development announcements and
discussions, so I will reply to users@cassandra as someone else might have
a similar question.
Basically, there is pre-check, that defines which sstables are eligible for
single-sstable tombstone compaction, and a
ZK seems a little overkill for just 1 feature though. LOCAL_SERIAL is fine if
all you want to do is keep a handful of keys up to date.
There’s a massive cost in adding something new to your infrastructure, and imo,
very little gain in this case.
> On Oct 15, 2015, at 8:29 AM, Eric Stevens w
You probably could, but if I were you, I'd consider a tool built for that
purpose, such as Zookeeper. It'd open up access to a lot of other great
cluster coordination features.
On Thu, Oct 15, 2015 at 8:47 AM Jan Algermissen
wrote:
> Hi,
>
> suppose I have two data centers and want to coordinat
Thank you Eric,
I think we have a limited number of dynamically named columns but I'm
not inclined to have them added in the schema.
I have just managed to do what I want with the schema below. But It cost
me my secondary index on eventId. Because eventId is a clustering_key
it's not yet sup
I do not think that cqlsh provides a way to get internal data. I hope I am
wrong...
-Original Message-
From: Onur Yalazı [mailto:onur.yal...@8digits.com]
Sent: Thursday, October 15, 2015 10:54 AM
To: user@cassandra.apache.org
Subject: Accessing dynamic columns via cqlsh
Hello,
I have a
If the columns are not dynamically named (as in "actionId" and "code") you
should be able to add that to your CQL table definition with ALTER TABLE,
and those columns should be available in the query results.
If the columns *are* dynamically named, and you can't reasonably add every
option to the
Hello,
I have a cassandra cluster from pre-cql era and I am having problems
accessing data via cqlsh.
As you can see below, I can not reach dynamic columns via cqlsh but they
are accessible via cassandra-cli.
How can I make the data shown on cqlsh?
cqlsh:automation> select * from "EventKeys
Hi,
suppose I have two data centers and want to coordinate a bunch of services in
each data center (for example to load data into a per-DC system that is not
DC-aware (Solr)).
Does it make sense to use CAS functionality with explicit LOCAL_SERIAL to
'elect' a leader per data center to do the
16 matches
Mail list logo