Recently, the yaml-cpp package for RHEL 7 / CentOS 7 was updated to
version 0.5.3. This update breaks ScyllaDB. Ubuntu and Debian users may
ignore this email.
You can query the currently installed yaml-cpp version by running the
following command:
rpm -q yaml-cpp
If you have not yet updated to yaml-cpp-0.5.3, and wish to update your
system, make sure to add "--exclude=yaml-cpp" to the yum command line to
prevent it from being updated:
yum --exclude=yaml-cpp update
If you have already updated to yaml-cpp-0.5.3, scylla will fail the next
time you restart it. You can downgrade to yaml-cpp-0.5.1, a known good
version, with:
yum downgrade
https://kojipkgs.fedoraproject.org//packages/yaml-cpp/0.5.1/6.el7/x86_64/yaml-cpp-0.5.1-6.el7.x86_64.rpm
We will shortly release updates to Scylla that allow it to work with
yaml-cpp-0.5.3.