Richard Hightower
Richard Hightower
https://github.com/boonproject/boon/issues/352
Ever seen issues with stackOverflow error and DateTime in json parsing? Boon/QBit fail in a horrible way if you use a JODA DateTime. Exception in thread "WebSocketProtocolEncoder-4" java.lang.StackOverflowError ``` java...
convert project to use glide
systemd journal has a way to limit field size we should use that We have our own custom way to do this but it would be more efficient to use...
streaming Make sure to always set streaming_socket_timeout_in_ms to a non-zero value. 1 hour is a conservative choice that will prevent the worst behavior. https://issues.apache.org/jira/browse/CASSANDRA-8611
chrt The Linux kernel's default policy for new processes is SCHED_OTHER. The SCHED_OTHER policy is designed to make interactive tasks such as X windows and audio/video playback work well. This...
Linux sysctl.conf From .... https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html Compare to what we have ``` The primary interface for tuning the Linux kernel is the /proc virtual filesystem. In recent years, the /sys filesystem...
change image to use xfs
Filesystems & Mount options & other urban legends Cassandra relies on a standard filesystem for storage. The choice of filesystem and how it's configured can have a large impact on...
From https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html #### discovery When getting acquainted with a new machine, one of the first things to do is discover what kind of storage is installed. Here are some handy...