-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clickhouse] Use chrono::UTC for distributed_ddl_queue endpoint (#7001)
Modified the SQL query to set the date/time format to one we can parse. ```console $ curl http://[::1]:8888/distributed-ddl-queue | jq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1993 100 1993 0 0 4203 0 --:--:-- --:--:-- --:--:-- 4213 [ { "entry": "query-0000000001", "entry_version": 5, "initiator_host": "ixchel", "initiator_port": 22001, "cluster": "oximeter_cluster", "query": "CREATE DATABASE IF NOT EXISTS db1 UUID '701a3dd3-10f0-4f5d-b5b2-0ad11bcf2b17' ON CLUSTER oximeter_cluster", "settings": { "load_balancing": "random" }, "query_create_time": "2024-11-01T03:17:08Z", "host": "::1", "port": 22001, "status": "Finished", "exception_code": 0, "exception_text": "", "query_finish_time": "2024-11-01T03:17:08Z", "query_duration_ms": 3 }, ```
- Loading branch information
Showing
5 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters