Commit 89c810e4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent da653ef7
...@@ -602,8 +602,9 @@ class ZBigFile(LivePersistent): ...@@ -602,8 +602,9 @@ class ZBigFile(LivePersistent):
# More: the algorythm to compute δ(ZODB) -> δ(blk) is more complex # More: the algorythm to compute δ(ZODB) -> δ(blk) is more complex
# than 1-1 ZBlk <-> blk mapping: ZBlk could stay constant, but if # than 1-1 ZBlk <-> blk mapping: ZBlk could stay constant, but if
# ZBigFile.blktab topology is changed, affected file blocks have to # ZBigFile.blktab topology is changed, affected file blocks have to
# be invalidated. Currently both !wcfs and wcfs codepaths fail to # be invalidated. Currently !wcfs codepath fails to handle that,
# handle that, but wcfs will be improved and !wcfs will be deprecated. # while wcfs handles invalidations correctly. The plan is to make
# wcfs way the primary and to deprecate !wcfs.
# #
# -> don't propagate ZODB -> WCFS invalidation by client to fully # -> don't propagate ZODB -> WCFS invalidation by client to fully
# rely on and test wcfs subsystem. # rely on and test wcfs subsystem.
......
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