rdsn
rdsn copied to clipboard
Has been migrated to https://github.com/apache/incubator-pegasus/tree/master/rdsn
This PR is to resolve https://github.com/apache/incubator-pegasus/issues/1010.
… comparator. I plan to add a pegasus comparator to give a normal users' sort. And the property can be compatible apps(tables) using the old comparator. more details at: https://github.com/apache/incubator-pegasus/issues/729
In jemalloc, there are 2 important options for the two-phase, decay-based purging, with each option corresponding to a phase. They are: - [dirty_decay_ms](http://jemalloc.net/jemalloc.3.html#arena.i.dirty_decay_ms) (from state `dirty` to `muzzy`) - [muzzy_decay_ms](http://jemalloc.net/jemalloc.3.html#arena.i.muzzy_decay_ms)...
https://github.com/apache/incubator-pegasus/issues/845 Add a command to unlock meta_op_status manually. And show meta_op_status in Pegasus shell : "cluster_info".
https://github.com/apache/incubator-pegasus/pull/835
The block size used to read the files of mutation logs should be configurable to limit the memory consumed by rDSN, with `log_private_block_bytes` specified for private logs and `log_shared_block_bytes` for...
This option is to prevent further issues like https://github.com/XiaoMi/rdsn/pull/841 Boost 1.69 has the same errors if this option is turned on. If the reviewers have agreed, we can use a...
### What problem does this PR solve? Data loss becase wrong init_durable_decree in .init-info file. For details, see apache/incubator-pegasus#719 ### What is changed and how it works? using last_durable_decree for...