# HG changeset patch # User Dan Creswell # Date 1244998811 -3600 # Node ID e3649bdf497375d52fcaddc4efed8f3e835d4cb3 # Parent e20d9146f32e5ac4d6fd5f1d4c432d054c6942d4 Updated to JE 3.3.82. diff -r e20d9146f32e -r e3649bdf4973 config/blitz.config --- a/config/blitz.config Sat May 23 11:31:30 2009 +0100 +++ b/config/blitz.config Sun Jun 14 18:00:11 2009 +0100 @@ -69,7 +69,7 @@ // for it's logs and persistent state - if this isn't done // "bad things will happen" (TM) // - persistDir = "/Users/dan/src/jini/blitz_2fcs/dbfiles_dancres"; + persistDir = "/Users/dan/src/jini/blitzjavaspaces/dbfiles_dancres"; // Location of log files - SHOULD BE DIFFERENT FROM ABOVE // @@ -157,7 +157,7 @@ // attempting the transaction will backoff by an amount of time dictated // by base_backoff + Random(jitter) ms which should allow the conflicting // transaction time to complete. Format is {base_backoff, jitter} - loadBackoff = new int[] {20, 50}; + loadBackoff = new int[] {20, 20}; // The maximum allowable lease time for entries and notify registrations // To permit Lease.FOREVER, set the LeaseBound = 0. @@ -216,7 +216,7 @@ // For concurrent benchmark or application use non-zero log buffering time // storageModel = new Persistent(true, true, 10, true, 10000, 32768); - statsDump = 10000; + statsDump = 60000; // Enable standard destroy semantics - by default, Blitz does NOT // delete state at destroy. Enable that feature here and invoke diff -r e20d9146f32e -r e3649bdf4973 dbjava/je-3.3.82.jar Binary file dbjava/je-3.3.82.jar has changed diff -r e20d9146f32e -r e3649bdf4973 dbjava/je.jar --- a/dbjava/je.jar Sat May 23 11:31:30 2009 +0100 +++ b/dbjava/je.jar Sun Jun 14 18:00:11 2009 +0100 @@ -1,1 +1,1 @@ -je-3.2.74.jar \ No newline at end of file +je-3.3.82.jar \ No newline at end of file