Commit 21149d88 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0cd6ed95
...@@ -356,13 +356,13 @@ func (δBtail *ΔBtail) Track(ctx context.Context, key Key, keyPresent bool, pat ...@@ -356,13 +356,13 @@ func (δBtail *ΔBtail) Track(ctx context.Context, key Key, keyPresent bool, pat
leafBucket = treeRoot.Entryv()[0].Child().(*Bucket) // because it is recreated leafBucket = treeRoot.Entryv()[0].Child().(*Bucket) // because it is recreated
} }
/*
bkeys := SetKey{} bkeys := SetKey{}
for _, __ := range leafBucket.Entryv() { for _, __ := range leafBucket.Entryv() {
bkeys.Add(__.Key()) bkeys.Add(__.Key())
} }
fmt.Printf(" bkeys: %s\n", bkeys) fmt.Printf(" bkeys: %s\n", bkeys)
/*
for { for {
track.trackedKeys.Update(bkeys) track.trackedKeys.Update(bkeys)
if track.parent == zodb.InvalidOid { if track.parent == zodb.InvalidOid {
......
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