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, boolean useTailCache,
final boolean exceed134217727, final boolean exceed134217727,
final boolean warmUp) throws RowSpaceExceededException { final boolean warmUp) throws RowSpaceExceededException {
useTailCache = true; // fixed for testing
this.rowdef = rowdef; this.rowdef = rowdef;
this.buffersize = buffersize; this.buffersize = buffersize;

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

Loading…
Cancel
Save