Yingchun Lai
Yingchun Lai
Although rdsn and Pegasus have been merged to one repo, there are still many work left to do: - [x] unify th clang-format tools - [x] remove run.sh in rdsn...
Apache Rangerâ„¢ [1] is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. There are many big data components support to integate with Ranger, like...
ref: https://github.com/apache/incubator-pegasus/runs/7207609581?check_suite_focus=true ``` [ RUN ] mutation_log_test.reset_from_while_writing E2022-07-06 04:02:45.778 (1657080165778461573 106695) replica.default0.0000a0ae00010001: replica.cpp:569:init_disk_tag(): [1.1@] get disk tag of ./test-log failed: ERR_OBJECT_NOT_FOUND, init it to empty E2022-07-06 04:02:46.323 (1657080166323215987 106695) replica.default0.0000a0ae00010001:...
Because we will load rocksdb options from disk when bootstrap, even if we update configs in Pegasus' config file, it seems will not take effect on these options.
For some historical reasons, we use the Xiaomi modified rocksdb library, since Pegasus 2.1.0, we have removed all modifications on rocksdb, only left some code to keep compatiable [1], now...
https://github.com/apache/incubator-pegasus/issues/1047 For some historical reasons, we use the Xiaomi modified rocksdb library, since Pegasus 2.1.0, we have removed all modifications on rocksdb, only left some code to keep compatiable [1],...
There are some scripts written in Shell, Python, and etc in Pegasus project, we can add more linter actions to check the style and avoid stupid mistakes. There are some...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? `./run.sh test` 2. What did you expect to see? All unit tests passed....
https://github.com/apache/incubator-pegasus/issues/1166 This is a flow up to https://github.com/apache/incubator-pegasus/pull/1149, now refactoring these function tests to inherit from test_util to reduce duplicate code. And also include some other non-functional refactors.