Commit 7d24eeca authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5a815a0c
......@@ -275,6 +275,11 @@ package main
//
// that describes which file(s) parts needs to be invalidated.
//
// FIXME no - we can build it but not in full - since we consider only zobj in live cache.
// FIXME and even if we consider all δ'ed zobj, building complete set of
// file.δtail requires to first do complete scan of file.blktab
// which is prohibitevely expensive.
//
// 4.4) for all file/blk to invalidate we do:
//
// - try to retrieve head/bigfile/file[blk] from OS file cache(*);
......
......@@ -645,6 +645,9 @@ def test_wcfs():
# which @rev blk is pinned on watch? (δtail is missing both and if it will
# be another blk rev < rev1,rev2 - it will be incorrect)
# XXX pin message when blk data only first appeared after > w.at - pin
# needs to pin to zero.
def test_wcfs_invproto():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment