Skip to content

Commit

Permalink
Remove unused flag --ycsb_log_remote_command_output
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530976627
  • Loading branch information
p3rf Team authored and copybara-github committed May 10, 2023
1 parent 4a98a65 commit 2b01dc9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGES.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@
- Add additional customization options to SPEC CPU 2017.
- Add average utilization to the metadata of cpu metrics for Cloud Bigtable
benchmark.
- Add flag --ycsb_log_remote_command_output to allow enabling/disabling the
logging of stdout & stderr from wait_for_command.
- Add support for NFS `nconnect` mount option.
- Add support for custom compilation of OpenJDK.
- Add support for configuring the HBase binding to use with `--hbase_binding`.
Expand Down
4 changes: 0 additions & 4 deletions perfkitbenchmarker/linux_packages/ycsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@
'if we have already reached sustained throughput.')
flags.DEFINE_integer('ycsb_sleep_after_load_in_sec', 0,
'Sleep duration in seconds between load and run stage.')
flags.DEFINE_boolean(
'ycsb_log_remote_command_output', True,
'Whether to log the remote command\'s output at the info '
'level.')
_BURST_LOAD_MULTIPLIER = flags.DEFINE_integer(
'ycsb_burst_load', None,
'If set, applies burst load to the system, by running YCSB once, and then '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ runner:
hadoop_bin_url: https://storage.googleapis.com/cbt_ycsb_client_jar/hadoop-3.3.1.tar.gz
google_bigtable_client_version: 2.5.0
ycsb_version: 0.17.0
ycsb_log_remote_command_output: false

#################################
# YCSB result settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ runner:
hadoop_bin_url: https://storage.googleapis.com/cbt_ycsb_client_jar/hadoop-3.3.1.tar.gz
google_bigtable_client_version: 2.5.0
ycsb_version: 0.17.0
ycsb_log_remote_command_output: false

#################################
# YCSB result settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ runner:
hadoop_bin_url: https://storage.googleapis.com/cbt_ycsb_client_jar/hadoop-3.3.1.tar.gz
google_bigtable_client_version: 2.5.0
ycsb_version: 0.17.0
ycsb_log_remote_command_output: false

#################################
# YCSB result settings
Expand Down

0 comments on commit 2b01dc9

Please sign in to comment.