mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update 00002_log_and_exception_messages_formatting.sql
This commit is contained in:
parent
45157769a5
commit
9174bee76a
@ -22,7 +22,7 @@ select 'unknown runtime exceptions', max2(coalesce(sum(length(message_format_str
|
|||||||
|
|
||||||
-- FIXME some of the following messages are not informative and it has to be fixed
|
-- FIXME some of the following messages are not informative and it has to be fixed
|
||||||
create temporary table known_short_messages (s String) as select * from (select
|
create temporary table known_short_messages (s String) as select * from (select
|
||||||
['', '({}) Keys: {}', '({}) {}', 'Aggregating', 'Became leader', 'Cleaning queue',
|
['', '{} ({})', '({}) Keys: {}', '({}) {}', 'Aggregating', 'Became leader', 'Cleaning queue',
|
||||||
'Creating set.', 'Cyclic aliases', 'Detaching {}', 'Executing {}', 'Fire events: {}',
|
'Creating set.', 'Cyclic aliases', 'Detaching {}', 'Executing {}', 'Fire events: {}',
|
||||||
'Found part {}', 'Loaded queue', 'No sharding key', 'No tables', 'Query: {}', 'Removed',
|
'Found part {}', 'Loaded queue', 'No sharding key', 'No tables', 'Query: {}', 'Removed',
|
||||||
'Removed part {}', 'Removing parts.', 'Request URI: {}', 'Sending part {}',
|
'Removed part {}', 'Removing parts.', 'Request URI: {}', 'Sending part {}',
|
||||||
|
Loading…
Reference in New Issue
Block a user