1
0
Fork 0

correct rocksdb cluster start

This commit is contained in:
Kaveh Vahedipour 2017-04-24 15:34:07 +02:00
parent e9c1659f74
commit a823a437b1
1 changed files with 5 additions and 5 deletions

View File

@ -6,13 +6,13 @@ if [ "$POOLSZ" == "" ] ; then
POOLSZ=$NRAGENTS
fi
#if [ -z "USE_ROCKSDB" ] ; then
if [ -z "$USE_ROCKSDB" ] ; then
STORAGE_ENGINE=""
DEFAULT_REPLICATION=""
#else
# STORAGE_ENGINE="--server.storage-engine=rocksdb"
# DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
#fi
else
STORAGE_ENGINE="--server.storage-engine=rocksdb"
DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
fi
printf "Starting agency ... \n"
printf " # agents: %s," "$NRAGENTS"