Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
21241e02
Commit
21241e02
authored
2 years ago
by
Georgy Moshkin
Browse files
Options
Downloads
Patches
Plain Diff
refactor: rename storage2 -> raft_storage
parent
7f706a4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!236
refactor: isolate RaftSpaceAccess from Storage
Pipeline
#12048
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/traft/mod.rs
+2
-2
2 additions, 2 deletions
src/traft/mod.rs
src/traft/raft_storage.rs
+0
-0
0 additions, 0 deletions
src/traft/raft_storage.rs
with
2 additions
and
2 deletions
src/traft/mod.rs
+
2
−
2
View file @
21241e02
...
...
@@ -6,8 +6,8 @@ pub mod failover;
mod
network
;
pub
mod
node
;
pub
mod
notify
;
mod
raft_storage
;
pub
mod
storage
;
mod
storage2
;
pub
mod
topology
;
use
crate
::
stringify_debug
;
...
...
@@ -28,9 +28,9 @@ use uuid::Uuid;
use
protobuf
::
Message
as
_
;
pub
use
network
::
ConnectionPool
;
pub
use
raft_storage
::
RaftSpaceAccess
;
use
storage
::
RaftSpace
;
pub
use
storage
::
Storage
;
pub
use
storage2
::
RaftSpaceAccess
;
pub
use
topology
::
Topology
;
pub
type
RaftId
=
u64
;
...
...
This diff is collapsed.
Click to expand it.
src/traft/storage
2
.rs
→
src/traft/
raft_
storage.rs
+
0
−
0
View file @
21241e02
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment