change to 3-digit replication types

This commit is contained in:
Chris Lu
2012-09-30 02:20:33 -07:00
parent 2fe4371899
commit 6ce41e30a4
10 changed files with 214 additions and 122 deletions

View File

@@ -44,8 +44,6 @@ func TestXYZ(t *testing.T) {
}
}
//println("cm.list =", len(m.list))
for i := uint32(10 * batch); i < 100*batch; i++ {
v, ok := m.Get(Key(i))
if i%37 == 0 {