Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
d2ac0ad1
Commit
d2ac0ad1
authored
Feb 22, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5247f617
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
go/neo/xneo/parttab.go
go/neo/xneo/parttab.go
+9
-10
No files found.
go/neo/xneo/parttab.go
View file @
d2ac0ad1
...
@@ -124,16 +124,15 @@ type PartitionTable struct {
...
@@ -124,16 +124,15 @@ type PartitionTable struct {
type
Cell
struct
{
type
Cell
struct
{
proto
.
CellInfo
// .nid + .state
proto
.
CellInfo
// .nid + .state
// XXX ? + .haveUpToTid associated node has data up to such tid
// TODO for S: state of in-progress updates
// = uptodate if haveUpToTid == lastTid
// .backup_tid // last tid this cell has all data for
//
// .replicating // currently replicating up to this tid
// XXX ? + .plannedToDelete (when after tweak another node will get data
// from here and here it will be removed)
// XXX ? + .haveUpToTid associated node has data up to such tid
//
// = uptodate if haveUpToTid == lastTid
// XXX something describing in-progress updates vvv ?
//
// .backup_tid # last tid this cell has all data for
// XXX ? + .plannedToDelete (when after tweak another node will get
// .replicating # currently replicating up to this (.replicating) tid
// data from here and here it will be removed)
//
}
}
// Get returns cells oid is associated with.
// Get returns cells oid is associated with.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment