mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 18:50:53 +00:00
Currently the section on "Debugging coredumps" only briefly mentions relocatable binaries, then starts with an extensive subsection on how to open cores generated by non-relocatable binaries. There is a subsection about relocatable binaries, but it just contains some out-of-date workaround without any context. In this patch we completely replace this outdated and not very useful subsection on relocatable binaries, with a much more extensive one, documenting step-by-step a procedure that is known to work. Also, this subsection is moved above the non-relocatable one. All our current releases except for 2019.1 use relocatable binaries, so the subsection about these should be the more prominent one. Signed-off-by: Botond Dénes <bdenes@scylladb.com> Message-Id: <20200630145655.159926-1-bdenes@scylladb.com>
Scylla developer documentation
This folder (and its subfolders) contain developer-oriented documentation concerning the Scylla codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.