Vincent
Vincent
@imzhenyu, you may want to run perf-test when the fault injector(for tcp model) is enabled with native run. I encountered core dump several times. Here is the stack trace: ```...
currently replica_server、 meta server、Poco、boost are dynamic libraries, we can change it to static libs for better deployment. if we change all libraries to static libraries, we can link the tcmalloc...
currently the app information aren't removed from meta-state-service(it's zookeeper in our implementation). In order to resolve this issue, we need a new field to track the **max app id** and...
currently we have last_durable decree & last flushed decree, which is confused and unnecessary. should refactor this.