Skip to content

Conversation

@ajbeamon
Copy link
Contributor

@ajbeamon ajbeamon commented Mar 4, 2020

No description provided.

@dongxinEric
Copy link
Contributor

🚀

@etschannen etschannen merged commit c0385f9 into apple:release-6.2 Mar 5, 2020
else {
fprintf(stderr, "ERROR: Failed to set knob option '%s': %s\n", k->first.c_str(), e.what());
TraceEvent(SevError, "FailedToSetKnob").detail("Knob", printable(k->first)).detail("Value", printable(k->second)).error(e);
throw;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks.

Features
--------

* Add support for setting knobs in fdbcli. `(PR #2773) <https://github.com/apple/foundationdb/pull/2773>`_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems still requires bouncing the process to use the new knob value.

Will it be clearer if we can add a line about whether or not bouncing the process is required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the release note is unclear, this allows you to set knobs for the fdbcli binary, not to use the cli to set knobs on other processes.

@ajbeamon ajbeamon deleted the cli-support-knobs branch March 5, 2020 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants