Is this a LCS family, or Size Tiered? Manually running compaction on LCS
doesn't do anything until C* 2.2 (
https://issues.apache.org/jira/browse/CASSANDRA-7272)
Thanks,
Daniel
On Wed, Aug 19, 2015 at 6:56 PM, Analia Lorenzatto <
analialorenza...@gmail.com> wrote:
> Hello Michael,
>
> Thanks for
Hello,
I need to have a table that is acting as a queue for specific data. Data
that has to be stored in this table are some unique ids that have to be
predefined and whenever it is requested one id has to be obtained by the
"queue" and new one has to be added. This queue table will have fixed siz
Hi all,
I am trying to troubleshoot a case in which the jsvc process (in which
Cassandra is running) uses more and more memory until the OS kills the
process and so Cassandra is restarted.
OS: Ubuntu 12.04
Java: Oracle JDK 8u45
Cassandra: 1.2.19 (datastax)
*Note: We are currently tied to Cassand
Hi Rado,
On 20 Aug 2015, at 15:05, Radoslav Smilyanov
wrote:
> Hello,
>
> I need to have a table that is acting as a queue for specific data. Data that
> has to be stored in this table are some unique ids that have to be predefined
> and whenever it is requested one id has to be obtained by
I would suggest looking at Comcast Message Bus schema definition.
https://github.com/Comcast/cmb
-Naren
On Thu, Aug 20, 2015 at 10:30 AM, algermissen1971 <
algermissen1...@icloud.com> wrote:
> Hi Rado,
>
> On 20 Aug 2015, at 15:05, Radoslav Smilyanov <
> radoslav.smilya...@novarto.com> wrote:
>
Hello,
Daniel, I am using Size Tiered compaction.
My concern is that as I do not have a TTL defined on the Column family, and
I do not have the possibility to create it. Perhaps, the "deleted data"
is never actually going to be removed?
Thanks a lot!
On Thu, Aug 20, 2015 at 4:24 AM, Daniel C
The TTL shouldn't matter if you deleted the data, since to my understanding
the delete should shadow the data signaling to C* that the data is a
candidate for removal on compaction.
Others might know better, but it could very well be the fact that
gc_grace_seconds is 0 that is causing your problem
I wrote a data migration application which I was testing, and I pushed it too
hard and the FlushWriter thread pool blocked, and I ended up with dropped
mutation messages. I compared the source data against what is in my cluster,
and as expected I have missing records. The strange thing is that m
What consistency level were the writes?
-Original Message-
From: "Robert Wille"
Sent: 8/20/2015 18:25
To: "user@cassandra.apache.org"
Subject: Written data is lost and no exception thrown back to the client
I wrote a data migration application which I was testing, and I pushed it to