From 54cad40a785deddda2d4b903f048fdfb43a94927 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 3 Jun 2014 13:21:28 -0600 Subject: Fix merge-split spill issues. --- bucket.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bucket.go') diff --git a/bucket.go b/bucket.go index 2338a8b..e66d41c 100644 --- a/bucket.go +++ b/bucket.go @@ -613,6 +613,7 @@ func (b *Bucket) rebalance() { // node creates a node from a page and associates it with a given parent. func (b *Bucket) node(pgid pgid, parent *node) *node { _assert(b.nodes != nil, "nodes map expected") + // Retrieve node if it's already been created. if n := b.nodes[pgid]; n != nil { return n -- cgit v1.2.3