From 016d1ee0914ef0d66da2feb471e86c45482a6775 Mon Sep 17 00:00:00 2001 From: msalem2 Date: Fri, 14 Apr 2017 11:01:17 -0700 Subject: [PATCH] Adding Real ECS vnest object Properties --- patches/3.0.0.1/vnest.object.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/patches/3.0.0.1/vnest.object.properties b/patches/3.0.0.1/vnest.object.properties index accde9f6..4bbb948d 100644 --- a/patches/3.0.0.1/vnest.object.properties +++ b/patches/3.0.0.1/vnest.object.properties @@ -24,6 +24,7 @@ object.BcastThreshold=100 # comm requests to other servers object.PaxosClientTimeoutSecs=10 +object.PaxosSuspectedTimeoutMillis=3000 # Total number of pre-allocated files object.NumOfFiles=10 @@ -81,6 +82,7 @@ object.BTree.DaysToRetain=2 object.BTree.RecycleBinDir=recycleBin object.BTree.StalePageRetenionDays=15 object.VNestStaleJournalRetentionDays=5 +object.BTreeGCScriptTimeoutSecs=7200 # index BFW object.IndexMaxSizePerWrite=524288 @@ -116,6 +118,9 @@ object.OperationsToggledLengthSeconds=10 object.OperationsToggleEnabled=true object.DiagnosticsEnabled=false + +# DT initialized, but can't create journal chunk +object.WaitForReadOnlySecs=60 + # Use separate thread pools to prevent deadlock in vnest init object.UseSeparateThreadPools=true -