only the metadata tables shall be able to use the tail cache

pull/1/head
Michael Peter Christen 13 years ago
parent 7ec9bef0c3
commit 0746308bc2

@ -89,7 +89,6 @@ public class Table implements Index, Iterable<Row.Entry> {
boolean useTailCache,
final boolean exceed134217727,
final boolean warmUp) throws RowSpaceExceededException {
useTailCache = true; // fixed for testing
this.rowdef = rowdef;
this.buffersize = buffersize;

@ -380,7 +380,7 @@ public final class Switchboard extends serverSwitch
mySeedFile,
redundancy,
partitionExponent,
this.useTailCache,
false,
this.exceed134217727);
// initialize index

Loading…
Cancel
Save