As of now Raft Engine is already wired with TiKV, and can be enabled by TiKV's raft-engine configuration group. But we haven't announce this feature publicly, and do not encourage using it for production.
This task aims to change this situation and make raft engine ready for production. We will be tracking the progress here and the detailed design in this internal doc.
Staff: @tabokie @MrCroxx
Time estimation: currently shooting for late 2021
Task breakdown:
Interface
[x] API for storage access
[x] Basic file system interface for creating IO wrapper: #91
Development Task
As of now Raft Engine is already wired with TiKV, and can be enabled by TiKV's raft-engine configuration group. But we haven't announce this feature publicly, and do not encourage using it for production.
This task aims to change this situation and make raft engine ready for production. We will be tracking the progress here and the detailed design in this internal doc.
Staff: @tabokie @MrCroxx
Time estimation: currently shooting for late 2021
Task breakdown:
Interface
Observability
Performance
Safety
Tools
Integration test
Misc