Skip to content

Commit

Permalink
Removed extraneous print statement from rocksdb advisor script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Feb 15, 2019
1 parent 36c7c15 commit 1dd76c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/util/rocksdb_advisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ for OBJ in "${OBJECTS[@]}"; do
echo "Advisor for $OBJ..."
python3 -m advisor.rule_parser_example --rules_spec=advisor/rules.ini --rocksdb_options="$DB_PATH/OPTIONS-000014" --log_files_path_prefix="$DB_PATH/LOG" --stats_dump_period_sec=$STATS_DUMP_PERIOD
echo ''
echo $STATS_DUMP_PERIOD
done

exit 0

0 comments on commit 1dd76c0

Please sign in to comment.