}
// read in all the key values
kvs.ensureCapacity(length);
for(int i=0; i< length && decoder.advance(); i++) {
kvs.add(decoder.current());
}
//its a new style WAL, so we need replication scopes too
if (versionOrLength == VERSION_2) {
int numEntries = in.readInt();