On Wed, Jan 21, 2015 at 10:10 AM, Flavien Charlon wrote:
> https://engineering.eventbrite.com/what-version-of-cassandra-should-i-run/
>>
>>
>
> This doesn't really answer my question, I asked whether this particular
> bug (which I can't find in JIRA) is planned to be fixed in 2.1.3, not
> whether
>
> What version of Cassandra are you running?
2.1.2
Are they all "live"? Are there pending compactions, or exceptions regarding
> compactions in your logs?
Yes they are all live according to cfstats. There is no pending compaction
or exception in the logs.
https://engineering.eventbrite.com/
@Rob - he's probably referring to the thread titled "Reasons for nodes not
compacting?" where Tyler speculates that the tables are falling below the
cold read threshold for compaction. He speculated it may be a bug. At the
same time in a different thread, Roland had a similar problem, and Tyler's
On Sun, Jan 18, 2015 at 6:06 PM, Flavien Charlon
wrote:
> It's set on all the tables, as I'm using the default for all the tables.
> But for that particular table there are 41 SSTables between 60MB and 85MB,
> it should only take 4 for the compaction to kick in.
>
What version of Cassandra are y
Thanks Roland. Good to know, I will try that. Do you know the JIRA ticket
number of that bug?
Thanks,
Flavien
On 19 January 2015 at 06:15, Roland Etzenhammer
wrote:
> Hi Flavien,
>
> I hit some problem with minor compations recently (just some days ago) -
> but with many more tables. In my case
Hi Flavien,
I hit some problem with minor compations recently (just some days ago) -
but with many more tables. In my case compactions got not triggered, you
can check this with nodetool compactionstats.
Reason for me was that those minor compactions did not get triggered
since there were al
It's set on all the tables, as I'm using the default for all the tables.
But for that particular table there are 41 SSTables between 60MB and 85MB,
it should only take 4 for the compaction to kick in.
As this is probably a bug and going back in the mailing list archive, it
seems it's already been
Seems like Size Tier Compaction is based on table, which table did you set
the compaction strategy?
A minor compaction does not involve all the tables in a keyspace.
Ref:
http://datastax.com/documentation/cassandra/2.0/cassandra/operations/ops_configure_compaction_t.html
http://datastax.com/documen
Hi,
I am using Size Tier Compaction (Cassandra 2.1.2). Minor compaction is not
triggering even though it should. See the SSTables on disk:
http://pastebin.com/PSwZ5mrT
You can see that we have 41 SSTable between 60MB and 85MB, which should
trigger compaction unless I am missing something.
Is tha