System.log

2022-12-13 Thread Marc Hoppins
HI all, Is there a config setting to only log INFO line itself and omit the remaining java/netty items? These are repeated every 30 seconds which creates un-necessary spam in the system log. Despite having logback configured at INFO level, these extra items keep appearing. INFO [Messaging-E

RE: Log messages "MUTATION messages were dropped" in system.log

2022-10-04 Thread Michail Kotsiouros via user
Kotsiouros via user Sent: Tuesday, September 27, 2022 17:36 To: user@cassandra.apache.org Subject: Log messages "MUTATION messages were dropped" in system.log Hello Cassandra community, I see the following log lines in the Cassandra nodes of 2 datacenters that participate in a cl

Log messages "MUTATION messages were dropped" in system.log

2022-09-27 Thread Michail Kotsiouros via user
Hello Cassandra community, I see the following log lines in the Cassandra nodes of 2 datacenters that participate in a cluster of 6 datacenters. INFO [ScheduledTasks:1] 2022-09-12 17:19:44,422 MessagingService.java:1236 - MUTATION messages were dropped in last 5000 ms: 0 internal and 2 cross no

Getting warnings in system.log

2019-07-21 Thread raman gugnani
Hi I am getting below logs in system.log WARN [StreamReceiveTask:18] 2019-07-22 07:19:11,590 StorageProxy.java:790 - Received base materialized view mutation for key DecoratedKey(6142465457689613197, 35323330332d383630) that does not belong to this node. There is probably a range movement

Re: Cassandra crashed with OOM, and the system.log and debug.log doesn't match.

2017-07-11 Thread qiang zhang
etool tablestats" command to get some information, the command got an > > error, and while that time, the cassandra process start to crash, and > > generated a dump file. > > After C* shutdown, I take the logs to see what happened, and I found > > something strange inside

Re: Cassandra crashed with OOM, and the system.log and debug.log doesn't match.

2017-07-10 Thread Jeff Jirsa
n I've typed a > "nodetool tablestats" command to get some information, the command got an > error, and while that time, the cassandra process start to crash, and > generated a dump file. > After C* shutdown, I take the logs to see what happened, and I found > somet

Re: Cassandra crashed with OOM, and the system.log and debug.log doesn't match.

2017-07-10 Thread 张强
;> I've noticed the abnormal status at about 7-8 16:00:00, then I've typed a >> "nodetool tablestats" command to get some information, the command got an >> error, and while that time, the cassandra process start to crash, and >> generated a dump file. >&g

Re: Cassandra crashed with OOM, and the system.log and debug.log doesn't match.

2017-07-10 Thread Varun Barala
uot; command to get some information, the command got an > error, and while that time, the cassandra process start to crash, and > generated a dump file. > After C* shutdown, I take the logs to see what happened, and I found > something strange inside the logs. > > 1. In the system

Fwd: INFO LOGS NOT written to System.log (Intermittently)

2015-05-24 Thread Parth Setya
-- Forwarded message -- From: Parth Setya Date: Fri, May 22, 2015 at 5:14 PM Subject: INFO LOGS NOT written to System.log (Intermittently) To: user@cassandra.apache.org Hi I have a *3 node *cluster. Logging Level: *INFO* We observed that for there is nothing written to the

INFO LOGS NOT written to System.log (Intermittently)

2015-05-22 Thread Parth Setya
Hi I have a *3 node *cluster. Logging Level: *INFO* We observed that for there is nothing written to the system.log file(on all three nodes) for a substantial duration of time(~24 minutes) *INFO [CompactionExecutor:52531] 2015-05-20 05:16:38,187 CompactionController.java (line 198

Re: Upgrade from 1.2.19 to 2.0.12 -- seeing lots of SliceQueryFilter messages in system.log

2015-03-18 Thread Robert Coli
On Wed, Mar 18, 2015 at 10:14 AM, Caraballo, Rafael < rafael.caraba...@twcable.com> wrote: > After upgrading a 3 node Cassandra cluster from 1.2.19 to 2.0.12, I have > an event storm of “ SliceQueryFilter” messages flooding the Cassandra > system.log file. > > > > How

Upgrade from 1.2.19 to 2.0.12 -- seeing lots of SliceQueryFilter messages in system.log

2015-03-18 Thread Caraballo, Rafael
After upgrading a 3 node Cassandra cluster from 1.2.19 to 2.0.12, I have an event storm of " SliceQueryFilter" messages flooding the Cassandra system.log file. WARN [ReadStage:1043] 2015-03-18 15:14:12,708 SliceQueryFilter.java (line 231) Read 201 live and 13539 tombstone

Re: Controlling system.log rotation

2014-07-07 Thread Ken Hancock
7, 2014 at 9:50 AM, Xavier Fustero wrote: > Hi, > > I used to have system.log writing directly to syslog and configure a > rsyslog server to get all logs from my cassandra boxes. However, the java > stack traces are a headache on my server and I read on rsyslog forums to > cha

Controlling system.log rotation

2014-07-07 Thread Xavier Fustero
Hi, I used to have system.log writing directly to syslog and configure a rsyslog server to get all logs from my cassandra boxes. However, the java stack traces are a headache on my server and I read on rsyslog forums to change application to write to a file and let rsyslog to read from that file

Re: System.log

2013-02-27 Thread Akshay V. Rao
The conf/ directory of cassandra contains log4j-server.properties. I would assume cassandra just rides on top of whatever log4j does. -- Akshay On Wednesday, February 27, 2013 at 12:44 PM, Andy Stec wrote: > Cassandra rotates system.log when it reaches 20MB. We see that old logs > ar

System.log

2013-02-27 Thread Andy Stec
Cassandra rotates system.log when it reaches 20MB. We see that old logs are kept for over a month. Is Cassandra going to delete or compress these logs when a certain threshold is reached or are we supposed to do it ourselves?

Re: Understanding system.log

2013-02-27 Thread Alain RODRIGUEZ
r description of the cassandra > server log(system.log). > I mean, how should I interpret each log event, and what information may I > retain for it; > >

Understanding system.log

2013-02-25 Thread Víctor Hugo Oliveira Molinar
Hello everyone! I'd like to know if there is any guide or description of the cassandra server log(system.log). I mean, how should I interpret each log event, and what information may I retain for it;

Re: MeteredFlusher in system.log entries

2012-07-07 Thread rohit bhatia
> Freelance Developer >> >>> @aaronmorton >> >>> http://www.thelastpickle.com >> >>> >> >>> On 6/06/2012, at 2:27 AM, rohit bhatia wrote: >> >>> >> >>> I am trying to understand the variance in flushes frequency in a 8 >>

Re: MeteredFlusher in system.log entries

2012-07-07 Thread Boris Yen
t; >>> On 6/06/2012, at 2:27 AM, rohit bhatia wrote: > >>> > >>> I am trying to understand the variance in flushes frequency in a 8 > >>> node Cassandra cluster. > >>> All the flushes are of the same type and initiated by > MeteredFlusher.java =

Re: Interpreting system.log MeteredFlusher messages

2012-06-27 Thread rohit bhatia
On Wed, Jun 27, 2012 at 2:27 PM, aaron morton wrote: > , but I do not > understand the remedy to the problem. > Is increasing this variable my only option? > > There is nothing to be fixed. This is Cassandra flushing data to disk to > free memory and checkpoint the commit log. yes, but it induces

Re: Interpreting system.log MeteredFlusher messages

2012-06-27 Thread aaron morton
> , but I do not > understand the remedy to the problem. > Is increasing this variable my only option? There is nothing to be fixed. This is Cassandra flushing data to disk to free memory and checkpoint the commit log. > I see memtables of serialized size of 100-200 MB with estimated live > size

Interpreting system.log MeteredFlusher messages

2012-06-25 Thread rohit bhatia
Hi We have 8 cassandra 1.0.5 nodes with 16 cores and 32G ram, Heap size is 12G, memtable_total_space_in_mb is one third = 4G, There are 12 Hot CFs (write-read ratio of 10). memtable_flush_queue_size = 4 and memtable_flush_writers = 2.. I got this log-entry " MeteredFlusher.java (line 74) estimate

Re: MeteredFlusher in system.log entries

2012-06-06 Thread aaron morton
;>>> http://www.thelastpickle.com >>>> >>>> On 6/06/2012, at 2:27 AM, rohit bhatia wrote: >>>> >>>> I am trying to understand the variance in flushes frequency in a 8 >>>> node Cassandra cluster. >>>> All the fl

Re: MeteredFlusher in system.log entries

2012-06-06 Thread rohit bhatia
in a 8 >>> node Cassandra cluster. >>> All the flushes are of the same type and initiated by MeteredFlusher.java => >>> >>> "INFO [OptionalTasks:1] 2012-06-05 06:32:05,873 MeteredFlusher.java >>> (line 62) flushing high-traffic column family CFS(Keyspace='St

Re: MeteredFlusher in system.log entries

2012-06-06 Thread rohit bhatia
gt;> >> "INFO [OptionalTasks:1] 2012-06-05 06:32:05,873 MeteredFlusher.java >> (line 62) flushing high-traffic column family CFS(Keyspace='Stats', >> ColumnFamily='Minutewise_Channel_Stats') (estimated 501695882 bytes)" >> [taken from system.

Re: MeteredFlusher in system.log entries

2012-06-05 Thread rohit bhatia
; (line 62) flushing high-traffic column family CFS(Keyspace='Stats', > ColumnFamily='Minutewise_Channel_Stats') (estimated 501695882 bytes)" > [taken from system.log] > > Number of flushes for 1 column family vary from 6 flushes per day to > 24 flushes per day among

Re: MeteredFlusher in system.log entries

2012-06-05 Thread aaron morton
ce='Stats', > ColumnFamily='Minutewise_Channel_Stats') (estimated 501695882 bytes)" > [taken from system.log] > > Number of flushes for 1 column family vary from 6 flushes per day to > 24 flushes per day among nodes of same configuration and same >

MeteredFlusher in system.log entries

2012-06-05 Thread rohit bhatia
Keyspace='Stats', ColumnFamily='Minutewise_Channel_Stats') (estimated 501695882 bytes)" [taken from system.log] Number of flushes for 1 column family vary from 6 flushes per day to 24 flushes per day among nodes of same configuration and same hardware. Could you please throw