Peter Nguyen
|
ee6c1467b9
|
Restructure so that OwnFilteringChannel is only created when needed
|
2024-10-20 23:09:41 -07:00 |
|
Peter Nguyen
|
70215dbd9b
|
Add read and write locks to fix race condition in OwnFilterinChannel
|
2024-10-19 01:00:37 -07:00 |
|
Peter Nguyen
|
d08a1b313e
|
Fix flaky test_regexp_logger
|
2024-10-18 09:00:26 -07:00 |
|
Peter Nguyen
|
18ad4a0f34
|
Fix bug with different loggers sharing the same channel
|
2024-10-17 15:13:54 -07:00 |
|
Peter Nguyen
|
7519ce8798
|
Fix config syntax inside buildLoggers() and cleanup
|
2024-10-16 18:42:49 -07:00 |
|
Peter Nguyen
|
79c2be2ce9
|
Add const qualifiers and create local var in Loggers.cpp
|
2024-10-16 11:31:02 -07:00 |
|
Peter Nguyen
|
c5dc4a830b
|
Update docs with note
|
2024-10-16 11:10:04 -07:00 |
|
Peter Nguyen
|
88002990f3
|
Clean up test_regexp_logger
|
2024-10-15 20:02:07 -07:00 |
|
Peter Nguyen
|
18d5bf0f1f
|
Fix bug by adding period for logger specific filtering
|
2024-10-15 17:25:31 -07:00 |
|
Peter Nguyen
|
ebd2c53a19
|
Switch configs and update name of test function in test_regexp_logger
|
2024-10-15 08:43:51 -07:00 |
|
Peter Nguyen
|
5073fa424a
|
Add test_regexp_logger integration test and update example in docs
|
2024-10-14 20:16:18 -07:00 |
|
Peter Nguyen
|
56fbd42037
|
Add note about slowdown to the docs
|
2024-10-14 19:52:58 -07:00 |
|
Peter Nguyen
|
58cad7d96b
|
Change config to separate message_regexps tag instead of level tag
|
2024-10-14 19:19:43 -07:00 |
|
Peter Nguyen
|
642d8adc5e
|
Delete comments
|
2024-10-14 19:10:36 -07:00 |
|
Peter Nguyen
|
460c433331
|
Add mutexes for writing in OwnFilteringChannel.h
|
2024-10-14 13:10:04 -07:00 |
|
Peter Nguyen
|
872bf951d8
|
Try reverting changes to LocalServer.cpp and BaseDaemon.cpp
|
2024-10-14 11:55:38 -07:00 |
|
Peter Nguyen
|
db1609c48d
|
Skip extra formatter if regexp_patterns are empty
|
2024-10-04 17:20:17 -07:00 |
|
Peter Nguyen
|
88d73a9fe1
|
Merge branch 'ClickHouse:master' into regexp_logger
|
2024-10-04 17:12:12 -07:00 |
|
Peter Nguyen
|
0e53ae7299
|
Fix error codes and include format for code review
|
2024-10-04 17:11:45 -07:00 |
|
Peter Nguyen
|
e3c59897d9
|
Fix include statement formatting
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
2024-10-04 15:58:25 -07:00 |
|
Nikolai Kochetov
|
f6041f783a
|
Merge pull request #70322 from ClickHouse/add-compatibility-for-merge-tree-settings
Add compatibility options for MergeTree settings.
|
2024-10-04 20:18:32 +00:00 |
|
Shichao
|
cd62f5a9bb
|
Merge pull request #58408 from Chen768959/fix-57616
Fix type mismatch issue in sumMapFiltered
|
2024-10-04 18:28:29 +00:00 |
|
Pablo Marcos
|
1219adc3ba
|
Merge pull request #70176 from ClickHouse/simplify-test-03246_range_literal_replacement_works
Simplify test 03246_range_literal_replacement_works
|
2024-10-04 15:03:16 +00:00 |
|
Max K.
|
c196d930bf
|
Merge pull request #70329 from ClickHouse/ci_enable_release_integration_tests_for_prs
CI: Enable Integration Tests for backport PRs
|
2024-10-04 13:22:47 +00:00 |
|
János Benjamin Antal
|
c07f2b70d3
|
Merge pull request #70352 from filimonov/maybe_fix_kafka
fix Kafka test
|
2024-10-04 13:17:27 +00:00 |
|
Raúl Marín
|
bb57261f5d
|
Merge pull request #70338 from Algunenano/with_fill_analyzer
Fix crash when using WITH FILL incorrectly
|
2024-10-04 12:24:09 +00:00 |
|
Anton Popov
|
af989353e4
|
Merge pull request #70273 from ucasfl/fix-use-of-uninitialized-vaue
Fix use-of-uinitialized-value
|
2024-10-04 12:06:21 +00:00 |
|
Nikolai Kochetov
|
c6d5d616fe
|
Fix typo.
|
2024-10-04 11:38:58 +00:00 |
|
Nikolai Kochetov
|
cccdd22f95
|
Add comments. Set proper setting.
|
2024-10-04 11:24:10 +00:00 |
|
Daniil Ivanik
|
2fdf802c93
|
Merge pull request #70101 from rschu1ze/vec-search-adaptive-granularity
Make vector similarity indexes work with adaptive granularity
|
2024-10-04 11:05:45 +00:00 |
|
Nikolai Kochetov
|
28bf90d6c1
|
Merge branch 'master' into add-compatibility-for-merge-tree-settings
|
2024-10-04 10:44:30 +00:00 |
|
Nikolai Kochetov
|
0cc5940fba
|
Merge pull request #70327 from jsc0218/IgnoreInDeduplicateMergeProjectionMode
Add Ignore Option In DeduplicateMergeProjectionMode
|
2024-10-04 10:25:43 +00:00 |
|
Kseniia Sumarokova
|
cbd1212a41
|
Merge pull request #70336 from filimonov/maybe_fix_rabbitmq
Maybe fix RabbitMQ
|
2024-10-04 09:43:00 +00:00 |
|
Antonio Andelic
|
1ad027b2c5
|
Merge pull request #70350 from Algunenano/stateless_minio
Don't fail the stateless check script if we can't collect minio logs
|
2024-10-04 08:58:54 +00:00 |
|
Shichao
|
0077924cee
|
use safeGet
|
2024-10-03 21:41:35 -04:00 |
|
Mikhail Filimonov
|
1871de3620
|
fix Kafka test
|
2024-10-04 00:51:54 +02:00 |
|
Raúl Marín
|
81635c50a5
|
Remove odd files
|
2024-10-03 23:19:40 +02:00 |
|
Raúl Marín
|
973aee8f94
|
Don't fail the stateless check script if we can't collect minio logs
|
2024-10-03 23:15:22 +02:00 |
|
Anton Popov
|
af1a0f12aa
|
Merge pull request #70333 from CurtizJ/fix-test-03237_insert_sparse_columns_mem
Fix flaky test `03237_insert_sparse_columns_mem`
|
2024-10-03 20:24:05 +00:00 |
|
jsc0218
|
40e2682c9e
|
reproduce inconsistent results with ignore option
|
2024-10-03 19:30:05 +00:00 |
|
Mikhail Filimonov
|
fd5defd016
|
black formatter
|
2024-10-03 20:03:28 +02:00 |
|
jsc0218
|
6f3cf49229
|
add test and change doc
|
2024-10-03 17:44:35 +00:00 |
|
Raúl Marín
|
2dbef825b4
|
Fix crash when using WITH FILL incorrectly
|
2024-10-03 19:32:17 +02:00 |
|
Antonio Andelic
|
d3a6d7d9c7
|
Merge pull request #70310 from ClickHouse/fix-startup-scripts
Fix context for startup scripts
|
2024-10-03 17:18:16 +00:00 |
|
Mikhail Filimonov
|
b36bfa34c8
|
Better RabbitMQ
|
2024-10-03 18:39:59 +02:00 |
|
Anton Popov
|
fcc2cdfe5e
|
fix flaky test 03237_insert_sparse_columns_mem
|
2024-10-03 16:30:02 +00:00 |
|
Nikolay Degterinsky
|
0d08f0e500
|
Merge pull request #70326 from ClickHouse/evillique-patch-1
Update view.md
|
2024-10-03 15:30:47 +00:00 |
|
Max Kainov
|
f3b7dae1cc
|
CI: Enable Integration Tests for backport PRs
|
2024-10-03 17:18:30 +02:00 |
|
jsc0218
|
b59bd4d28d
|
don't change default
|
2024-10-03 15:06:50 +00:00 |
|
jsc0218
|
d25678fc21
|
add ignore option
|
2024-10-03 15:00:27 +00:00 |
|