Documentation states that `SCYLLA_LWT_OPTIMIZATION_META_BIT_MASK` is a 32-bit integer that represents bit mask. What it fails to mention is that it's a unsigned value and in fact it takes value of 2147483648. This is problematic for clients in languages that don't have unsigned types (like Java). This patch improves the documentation to make it clear that `SCYLLA_LWT_OPTIMIZATION_META_BIT_MASK` is represented by unsigned value. Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com> Message-Id: <7166b736461ae6f3d8ffdf5733e810a82aa02abc.1599382184.git.piotr@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.