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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
fee4a7e4
Commit
fee4a7e4
authored
Oct 19, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
06ed10ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
wcfs/wcfs.go
wcfs/wcfs.go
+11
-2
No files found.
wcfs/wcfs.go
View file @
fee4a7e4
...
@@ -273,6 +273,14 @@ package main
...
@@ -273,6 +273,14 @@ package main
// won't be served from OS file cache and instead will trigger a FUSE read
// won't be served from OS file cache and instead will trigger a FUSE read
// request to wcfs.
// request to wcfs.
//
//
// - for file δFtail invalidation info is maintained:
//
// - tail of [](rev↑, []#blk)
// - {} #blk -> []rev↑ in tail XXX needed?
//
// δFtail describes changes to file we learned from ZODB invalidation.
// XXX and allows to quick #blk -> ... ?
//
// - XXX δZtail of invalidation info is maintained.
// - XXX δZtail of invalidation info is maintained.
//
//
// - tail of [](tid↑, []oid)
// - tail of [](tid↑, []oid)
...
@@ -365,7 +373,7 @@ package main
...
@@ -365,7 +373,7 @@ package main
// δ(BTree) in wcfs context:
// δ(BTree) in wcfs context:
//
//
// . -k(blk) -> invalidata #blk
// . -k(blk) -> invalidata #blk
// . +k(blk) -> i
gnore (no need to invalidate
)
// . +k(blk) -> i
nvalidate #blk (e.g. if blk was previously read as hold
)
//
//
//
//
//
//
...
@@ -374,7 +382,8 @@ package main
...
@@ -374,7 +382,8 @@ package main
// XXX serving read from @<rev>/data
// XXX serving read from @<rev>/data
//
//
//
//
//
// XXX(integrate place=?) ZData - ne need to keep track -> ZBlk1 is always
// marked as changed on blk data change.
//
//
//
//
// - XXX(kill) 1 ZODB connection per 1 bigfile (each bigfile can be at its different @at,
// - XXX(kill) 1 ZODB connection per 1 bigfile (each bigfile can be at its different @at,
...
...
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