Re: slurm for cluster job scheduling and coordination

2020-03-10 Thread John Sanda
> > I've been working towards organizing an effort around using Kubernetes for > cluster management. There is a lot of work to do but this could be > something really important to tackle as a community if you(or anyone else) > are interested in getting involved. > This is a big area of interest fo

Re: slurm for cluster job scheduling and coordination

2020-03-10 Thread Patrick McFadin
Carl, Slurm might be a nice way to keep things you already have built in some sort of control plane. Things already built meaning terraform, ansible, salt, chef, wrote: > Between repairs, rolling restarts, scheduled maintenance bounces, backups, > upgrades, etc there are lots of cluster-wide tas

Re: disable debug message on read repair

2020-03-10 Thread Paul Chandler
Hi Gil, All the logging is controlled via logback. You can change the level of any type of message. Take a look here for some more details: https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/configuration/configLoggingLevels.html

Re: disable debug message on read repair

2020-03-10 Thread Gil Ganz
That's one option, I wish I there was a way to disable just that and not the entire debug log level, there are some things there I would like to keep. On Sun, Mar 8, 2020 at 6:41 PM Jeff Jirsa wrote: > There are likely two log configs - one for debug.log and one for > system.log. Disable the deb