tikv / raft-engine

A persistent storage engine for Multi-Raft log
Apache License 2.0
565 stars 88 forks source link

Initial win32 support #69

Closed skyline75489 closed 5 months ago

skyline75489 commented 3 years ago

Supports https://github.com/tikv/tikv/issues/9103

MichaelScofield commented 1 year ago

ping @tabokie , any chance got this PR merged? cc @skyline75489

tabokie commented 1 year ago

ping @tabokie , any chance got this PR merged? cc @skyline75489

I'm afraid this PR is too old to be useful. This part of code has been heavily refactored. Good thing is right now all file system logic is kept within https://github.com/tikv/raft-engine/blob/master/src/env/default.rs, it should be easy enough to adapt it now.

@MichaelScofield @skyline75489 Welcome to file another PR if anyone is intersted.