Leo Toff
Leo Toff
Store hashes of passwords instead of the original passwords. Optionally, apply salt to it. ### Context Currently, passwords seem to be stored in its original form in Local Storage under...
Adding Remedy Entertainment engineering blog at https://www.remedygames.com/northlight
Default to human-readable in `nodetool tablestats`. See a discussion on the topic in the dev mailing list [[email protected]](https://lists.apache.org/thread/mlp715kxho5b6f1ql9omlzmmnh4qfby9) ### Before `nodetool tablestats` doesn't use the human-readable formatting by default (with...
[CASSANDRA-19335](https://issues.apache.org/jira/browse/CASSANDRA-19335), introduced in [PR#3069](https://github.com/apache/cassandra/pull/3069), implements the following changes: 1. By default, `nodetool tablestats` now outputs byte sizes with human-readable suffixes (e.g., "bytes", "KiB", "MiB"). This update has caused several dtests...