Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. ~/workspace/ClickHouse/dbms/programs/server :) ../../../build/dbms/programs/clickhouse server
  2. Include not found: clickhouse_remote_servers
  3. Include not found: clickhouse_compression
  4. Logging trace to console
  5. 2020.01.23 17:08:38.892456 [ 1 ] {} <Information> : Starting ClickHouse 20.1.1.1 with revision 54431
  6. 2020.01.23 17:08:39.059999 [ 1 ] {} <Information> Application: starting up
  7. 2020.01.23 17:08:40.981934 [ 1 ] {} <Warning> Application: Cannot set max number of file descriptors to 4294967295. Try to specify max_open_files according to your system limits. error: Invalid argument
  8. 2020.01.23 17:08:40.982003 [ 1 ] {} <Debug> Application: Initializing DateLUT.
  9. 2020.01.23 17:08:40.982031 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'Europe/Moscow'.
  10. 2020.01.23 17:08:41.197740 [ 1 ] {} <Debug> Application: Configuration parameter 'interserver_http_host' doesn't exist or exists and empty. Will use 'macbook-air-ksenia-3.local' as replica host.
  11. 2020.01.23 17:08:41.220681 [ 1 ] {} <Information> SensitiveDataMaskerConfigRead: 2 query masking rules loaded.
  12. 2020.01.23 17:08:41.235837 [ 1 ] {} <Debug> ConfigReloader: Loading config 'users.xml'
  13. Include not found: networks
  14. 2020.01.23 17:08:41.268609 [ 1 ] {} <Information> Application: Uncompressed cache size was lowered to 4.00 GiB because the system has low amount of memory
  15. 2020.01.23 17:08:41.275079 [ 1 ] {} <Information> Application: Mark cache size was lowered to 4.00 GiB because the system has low amount of memory
  16. 2020.01.23 17:08:41.275263 [ 1 ] {} <Information> Application: Loading metadata from ./
  17. 2020.01.23 17:08:41.309370 [ 1 ] {} <Information> DatabaseOrdinary (system): Total 2 tables and 0 dictionaries.
  18. 2020.01.23 17:08:41.418787 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 56, e.displayText() = DB::Exception: Unknown table engine MergeTree: Cannot attach table '`query_thread_log`' from query ATTACH TABLE query_thread_log (`event_date` Date, `event_time` DateTime, `query_start_time` DateTime, `query_duration_ms` UInt64, `read_rows` UInt64, `read_bytes` UInt64, `written_rows` UInt64, `written_bytes` UInt64, `memory_usage` Int64, `peak_memory_usage` Int64, `thread_name` String, `thread_number` UInt32, `os_thread_id` Int32, `master_thread_number` UInt32, `master_os_thread_id` Int32, `query` String, `is_initial_query` UInt8, `user` String, `query_id` String, `address` IPv6, `port` UInt16, `initial_user` String, `initial_query_id` String, `initial_address` IPv6, `initial_port` UInt16, `interface` UInt8, `os_user` String, `client_hostname` String, `client_name` String, `client_revision` UInt32, `client_version_major` UInt32, `client_version_minor` UInt32, `client_version_patch` UInt32, `http_method` UInt8, `http_user_agent` String, `quota_key` String, `revision` UInt32, `ProfileEvents.Names` Array(String), `ProfileEvents.Values` Array(UInt64)) ENGINE = MergeTree PARTITION BY toYYYYMM(event_date) ORDER BY (event_date, event_time) SETTINGS index_granularity = 8192, Stack trace (when copying this message, always include the lines below):
  19.  
  20. <Empty trace>
  21. (version 20.1.1.1)
  22. 2020.01.23 17:08:41.421648 [ 1 ] {} <Information> Application: Shutting down storages.
  23. 2020.01.23 17:08:41.421752 [ 1 ] {} <Debug> Application: Shut down storages.
  24. 2020.01.23 17:08:41.424966 [ 1 ] {} <Debug> Application: Destroyed global context.
  25. 2020.01.23 17:08:41.426306 [ 1 ] {} <Error> Application: DB::Exception: Unknown table engine MergeTree: Cannot attach table '`query_thread_log`' from query ATTACH TABLE query_thread_log (`event_date` Date, `event_time` DateTime, `query_start_time` DateTime, `query_duration_ms` UInt64, `read_rows` UInt64, `read_bytes` UInt64, `written_rows` UInt64, `written_bytes` UInt64, `memory_usage` Int64, `peak_memory_usage` Int64, `thread_name` String, `thread_number` UInt32, `os_thread_id` Int32, `master_thread_number` UInt32, `master_os_thread_id` Int32, `query` String, `is_initial_query` UInt8, `user` String, `query_id` String, `address` IPv6, `port` UInt16, `initial_user` String, `initial_query_id` String, `initial_address` IPv6, `initial_port` UInt16, `interface` UInt8, `os_user` String, `client_hostname` String, `client_name` String, `client_revision` UInt32, `client_version_major` UInt32, `client_version_minor` UInt32, `client_version_patch` UInt32, `http_method` UInt8, `http_user_agent` String, `quota_key` String, `revision` UInt32, `ProfileEvents.Names` Array(String), `ProfileEvents.Values` Array(UInt64)) ENGINE = MergeTree PARTITION BY toYYYYMM(event_date) ORDER BY (event_date, event_time) SETTINGS index_granularity = 8192
  26. 2020.01.23 17:08:41.426633 [ 1 ] {} <Information> Application: shutting down
  27. 2020.01.23 17:08:41.426676 [ 1 ] {} <Debug> Application: Uninitializing subsystem: Logging Subsystem
  28. 2020.01.23 17:08:41.426776 [ 4 ] {} <Information> BaseDaemon: Stop SignalListener thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement