-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running yb-admin and other tools produces a few lines of extra output #208
Comments
Also happens in PG logs on new connections.
Since this comes from the root tracker, we could probably just default to not logging anything and just allow a one time logging in master & tserver. |
|
Summary: Currently, the soft and hard memory limits are reported whenever the root memory tracker is constructed. This patch removes that behavior. With this patch, the Master and TabletServer classes now explicitly log the hard and soft memory limits during their construction. Test Plan: Manually verified the following: 1. The `yb-admin` no longer prints memory limits when using the `-minloglevel 1` flag. 2. The PG logs no longer print memory limits whenever a connection is established. 3. The master and tserver logs print the memory limits exactly as they did before, but in a slightly different order. Reviewers: asrivastava, amitanand, hsunder Reviewed By: asrivastava, amitanand, hsunder Subscribers: ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D18290
Fixed by 0d6e495 |
Hierarchical Query identifys the leaves
Fix syntax error in the docs. Thanks to PeteDevoy for the patch.
Jira Link: DB-1737
yb-admin outputs the following regardless of the command:
The text was updated successfully, but these errors were encountered: