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 POOLSZ=$NRAGENTS
fi fi
#if [ -z "USE_ROCKSDB" ] ; then if [ -z "$USE_ROCKSDB" ] ; then
STORAGE_ENGINE="" STORAGE_ENGINE=""
DEFAULT_REPLICATION="" DEFAULT_REPLICATION=""
#else else
# STORAGE_ENGINE="--server.storage-engine=rocksdb" STORAGE_ENGINE="--server.storage-engine=rocksdb"
# DEFAULT_REPLICATION="--cluster.system-replication-factor=1" DEFAULT_REPLICATION="--cluster.system-replication-factor=1"
#fi fi
printf "Starting agency ... \n" printf "Starting agency ... \n"
printf " # agents: %s," "$NRAGENTS" printf " # agents: %s," "$NRAGENTS"