-
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
[docdb] yb-admin logging WARNING about "Failed to schedule invoking callback on response" #4131
Labels
Comments
This harmless warning is confusing a lot of people. We should suppress it. Example:
|
iSignal
added a commit
that referenced
this issue
Jun 19, 2020
Summary: These glogs confuse users who expect to simply see the output if operations succeeded. See original issue. Test Plan: Run and verify glogs are not seen. Run with specified minloglevel and verify glogs are seen New output: ``` build/latest/bin/yb-admin list_all_tablet_servers Tablet Server UUID RPC Host/Port Heartbeat delay Status Reads/s Writes/s Uptime SST total size SST uncomp size SST #files Memory f715e4b31b3e46a798124f1ffb64f71e 127.0.0.1:9100 0.97s ALIVE 0.00 0.00 60 0 B 0 B 0 25.20 MB ``` With minloglevel specified: ``` build/latest/bin/yb-admin --minloglevel=0 list_all_tablet_servers I0618 23:28:19.889179 9365 mem_tracker.cc:249] MemTracker: hard memory limit is 13.185853 GB I0618 23:28:19.889333 9365 mem_tracker.cc:251] MemTracker: soft memory limit is 11.207974 GB I0618 23:28:19.891425 9365 thread_pool.cc:166] Starting thread pool { name: yb-admin queue_limit: 10000 max_workers: 1024 } I0618 23:28:19.893055 9365 client-internal.cc:1963] New master addresses: [localhost:7100] W0618 23:28:19.897009 9367 dns_resolver.cc:149] Peer address 'localhost' resolves to [127.0.0.1, ::1] different addresses. Using 127.0.0.1 W0618 23:28:19.900408 9369 dns_resolver.cc:149] Peer address 'localhost' resolves to [127.0.0.1, ::1] different addresses. Using 127.0.0.1 Tablet Server UUID RPC Host/Port Heartbeat delay Status Reads/s Writes/s Uptime SST total size SST uncomp size SST #files Memory f715e4b31b3e46a798124f1ffb64f71e 127.0.0.1:9100 0.61s ALIVE 0.00 0.00 70 0 B 0 B 0 25.20 MB ``` Reviewers: hector, bogdan Reviewed By: bogdan Subscribers: kannan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D8706
deeps1991
pushed a commit
to deeps1991/yugabyte-db
that referenced
this issue
Jul 22, 2020
Summary: These glogs confuse users who expect to simply see the output if operations succeeded. See original issue. Test Plan: Run and verify glogs are not seen. Run with specified minloglevel and verify glogs are seen New output: ``` build/latest/bin/yb-admin list_all_tablet_servers Tablet Server UUID RPC Host/Port Heartbeat delay Status Reads/s Writes/s Uptime SST total size SST uncomp size SST #files Memory f715e4b31b3e46a798124f1ffb64f71e 127.0.0.1:9100 0.97s ALIVE 0.00 0.00 60 0 B 0 B 0 25.20 MB ``` With minloglevel specified: ``` build/latest/bin/yb-admin --minloglevel=0 list_all_tablet_servers I0618 23:28:19.889179 9365 mem_tracker.cc:249] MemTracker: hard memory limit is 13.185853 GB I0618 23:28:19.889333 9365 mem_tracker.cc:251] MemTracker: soft memory limit is 11.207974 GB I0618 23:28:19.891425 9365 thread_pool.cc:166] Starting thread pool { name: yb-admin queue_limit: 10000 max_workers: 1024 } I0618 23:28:19.893055 9365 client-internal.cc:1963] New master addresses: [localhost:7100] W0618 23:28:19.897009 9367 dns_resolver.cc:149] Peer address 'localhost' resolves to [127.0.0.1, ::1] different addresses. Using 127.0.0.1 W0618 23:28:19.900408 9369 dns_resolver.cc:149] Peer address 'localhost' resolves to [127.0.0.1, ::1] different addresses. Using 127.0.0.1 Tablet Server UUID RPC Host/Port Heartbeat delay Status Reads/s Writes/s Uptime SST total size SST uncomp size SST #files Memory f715e4b31b3e46a798124f1ffb64f71e 127.0.0.1:9100 0.61s ALIVE 0.00 0.00 70 0 B 0 B 0 25.20 MB ``` Reviewers: hector, bogdan Reviewed By: bogdan Subscribers: kannan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D8706
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: