Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
78329b67
Commit
78329b67
authored
Oct 18, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8b317452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
wcfs/internal/zdata/δftail.go
wcfs/internal/zdata/δftail.go
+6
-6
No files found.
wcfs/internal/zdata/δftail.go
View file @
78329b67
...
...
@@ -68,15 +68,15 @@ package zdata
// 1. Track calls ΔBtail.Track and quickly updates .byFile, .byRoot and
// _RootTrack indices under a lock.
//
// 2. BlkRevAt queries ΔBtail.GetAt and then combines retrieved
zblk object
// with vδE and δZ.
// 2. BlkRevAt queries ΔBtail.GetAt and then combines retrieved
information
//
about zblk
with vδE and δZ.
//
// 3. SliceByFileRev queries ΔBtail.SliceByRootRev and then merges retrieved
// vδT data with vδZ, vδE and ztrackInBlk.
//
// 4. In queries vδE is retrieved/buil
d
in snapshot style similarly to how vδT
// is built in ΔBtail. Note that vδE needs to be buil
d
only the first time,
// and does not need to be
rebuilt further
, so the logic in ΔFtail is simpler
// 4. In queries vδE is retrieved/buil
t
in snapshot style similarly to how vδT
// is built in ΔBtail. Note that vδE needs to be buil
t
only the first time,
// and does not need to be
further rebuilt
, so the logic in ΔFtail is simpler
// compared to ΔBtail.
//
// 5. for ztrackInBlk - that is used by SliceByFileRev query - an atomic
...
...
@@ -89,7 +89,7 @@ package zdata
// WCFS would not be able to serve several non-overlapping READ requests to one
// file in parallel.
//
// See "Concurrency" in ΔBtail organization for more details.
// See
also
"Concurrency" in ΔBtail organization for more details.
import
(
"context"
...
...
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