Nikolai Kochetov
9e1bb19559
Purge jemalloc arenas in case of high memory usage. ( #40277 )
...
* Purge jemalloc arenas in case of high memory usage.
* Purge jemalloc arenas in case of high memory usage.
* Get RSS before jemalloc counters. Try to avoid negative RSS.
* Try to avoid negative RSS.
* muzzy -> dirty
* Another fix.
* Update MemoryTracker.cpp
* Wait for purged memory.
* Revert "Wait for purged memory."
This reverts commit 53a2621a2d
.
2022-09-20 23:56:10 +02:00
Alexey Milovidov
45bd3cfc30
Merge branch 'master' into fix-three-fourth-of-trash
2022-09-20 21:27:41 +02:00
Alexey Milovidov
f55a67c7b2
Fix build
2022-09-20 21:27:18 +02:00
Alexey Milovidov
a469000497
Fix build
2022-09-20 21:26:11 +02:00
Robert Schulze
5eeec8d9cb
Merge pull request #41498 from ClickHouse/fix-nondeterminstic-test-results
...
Fix non-deterministic test results uncovered by SSE2-only build
2022-09-20 19:04:39 +02:00
Raúl Marín
fd503b34d9
Remove any processing of undelying values for NULLs
2022-09-20 18:43:21 +02:00
Dan Roscigno
f20b5cdeba
Merge pull request #41573 from DanRoscigno/retitle-opentelemetry
...
rename doc to [experimental] Tracing ClickHouse with OpenTelemetry
2022-09-20 12:40:03 -04:00
alesapin
4bd667c6b7
Drop all WALs
2022-09-20 18:28:15 +02:00
Raúl Marín
90e5a06627
Do not replace NULLs by their underlying value on aggregations
2022-09-20 18:04:29 +02:00
alesapin
acde29e314
Nasty code
2022-09-20 17:55:06 +02:00
Igor Nikonov
f579da5b30
Merge remote-tracking branch 'origin/master' into igor/use_only_input_order_info
2022-09-20 15:01:33 +00:00
Nikolai Kochetov
0df2a31911
Fix possible pipeline stuck exception for queries with OFFSET
2022-09-20 14:58:53 +00:00
Igor Nikonov
757736679f
Fix build
2022-09-20 14:53:45 +00:00
Kseniia Sumarokova
11d55f693c
Merge branch 'master' into add-settings-for-delete
2022-09-20 16:45:40 +02:00
Nikolai Kochetov
2b46735c42
Fix a bug with missing rows after partial sort optimisation #41182
2022-09-20 14:08:39 +00:00
Alexander Tokmakov
14b256f64d
Merge pull request #41526 from kssenii/disable-random-settings-for-s3-with-tsan-and-debug
...
Disable random settings for s3_storage && (tsan || debug)
2022-09-20 17:06:50 +03:00
Kseniia Sumarokova
e5c714e437
Merge branch 'master' into disable-random-settings-for-s3-with-tsan-and-debug
2022-09-20 16:06:11 +02:00
Kseniia Sumarokova
08d9c68fc9
Merge pull request #41567 from ClickHouse/docker-latest-master
...
Build latest tags ONLY from master branch
2022-09-20 16:05:44 +02:00
Alexander Tokmakov
f9e7451d88
Merge pull request #41343 from azat/deadlock-fix
...
Fix possible deadlock with async_socket_for_remote/use_hedged_requests and parallel KILL
2022-09-20 16:59:31 +03:00
avogar
b86aec41d4
Remove unused file after renaming
2022-09-20 13:54:54 +00:00
avogar
868ce8bc16
Fix comments, make better naming, add docs, add setting output_format_json_quote_64bit_floats
2022-09-20 13:49:17 +00:00
Anton Popov
802c0c8572
Merge pull request #41472 from ClickHouse/fix_sort_desc_when_read_in_order
...
Fix: sort description for ReadFromMergeTree with read in order optimization
2022-09-20 15:41:53 +02:00
DanRoscigno
bf4b12be43
rename doc
2022-09-20 09:32:35 -04:00
Igor Nikonov
394c2f708d
ReadFromMergeTree: reading in order only if input order info is provided
...
- remove checking optimize*in*order settings, input order info should be
set only if a corresponding optimization is enabled and applicable
2022-09-20 13:30:27 +00:00
Raúl Marín
133345eb37
Fix missing read bytes/rows in X-ClickHouse-Summary
2022-09-20 15:12:44 +02:00
alesapin
35e7287471
Revert "Fix parts removal on drop + add unrelated test"
...
This reverts commit 0027934d27
.
2022-09-20 14:53:05 +02:00
alesapin
cfe398cbbc
Fix lost table shared id during server restart
2022-09-20 14:51:16 +02:00
Duc Canh Le
bb9739308c
fix a test
2022-09-20 20:48:50 +08:00
Alexander Tokmakov
084f7115aa
Merge pull request #41509 from ClickHouse/tavplubix-patch-5
...
Fix flaky 01233_check_table_with_metadata_cache
2022-09-20 15:47:35 +03:00
Mikhail f. Shiryaev
2dff307770
Build latest tags ONLY from master branch
2022-09-20 14:31:04 +02:00
alesapin
0027934d27
Fix parts removal on drop + add unrelated test
2022-09-20 14:29:56 +02:00
Filatenkov Artur
2139d5be17
Merge branch 'master' into annoy
2022-09-20 15:28:08 +03:00
Duc Canh Le
c3970afc45
Merge branch 'master' into ch_fixedstring_len
2022-09-20 20:22:14 +08:00
Raúl Marín
b3a4816079
Merge branch 'master' into groupBitmap_crash
2022-09-20 14:08:02 +02:00
alesapin
8ba74d8655
Fix bugs found by CI
2022-09-20 14:00:57 +02:00
Alexander Tokmakov
f6fd4bc3d3
Merge pull request #41540 from den-crane/test/02373_datetime64_monotonicity
...
fix datetime64_monotonicity flacky test
2022-09-20 14:44:48 +03:00
Alexander Tokmakov
c60a528c3c
Merge branch 'master' into test/02373_datetime64_monotonicity
2022-09-20 14:44:06 +03:00
Igor Nikonov
9c995b9e2a
Merge remote-tracking branch 'origin/master' into distinct_in_order_wo_order_by
2022-09-20 11:29:23 +00:00
Igor Nikonov
88b60f861f
Do not overwrite direction by distinct in order optimization
...
+ tests
2022-09-20 11:27:37 +00:00
Raúl Marín
766f34d9ae
Prevent crash when passing wrong aggregation states to groupBitmap*
2022-09-20 13:17:04 +02:00
kssenii
6d75f9c0bb
Add has_lightweight_delete to system.parts
2022-09-20 13:17:00 +02:00
Kseniia Sumarokova
392a65757d
Merge branch 'master' into add-settings-for-delete
2022-09-20 13:06:27 +02:00
Alexander Tokmakov
c8f2820bf1
Merge pull request #41467 from azat/kill-query/lock-fix
...
Fix possible hung/deadlock on query cancellation
2022-09-20 13:59:55 +03:00
alesapin
8d88b68a85
Merge pull request #41415 from ClickHouse/revert_prefixes_s3
...
Revert prefixes s3 + add retries on write requests unexpected errors
2022-09-20 12:55:04 +02:00
alesapin
66dc1e5597
Merge branch 'master' into fix_parts_removal_on_drop
2022-09-20 12:35:03 +02:00
alesapin
740b0b5cc0
Fix parts removal on drop + add unrelated test
2022-09-20 12:32:05 +02:00
Kseniia Sumarokova
f3844b5e25
Update clickhouse-test
2022-09-20 12:25:51 +02:00
Vitaly Baranov
f58f8104b5
Merge pull request #41474 from vitlibar/mask-some-info-in-logs
...
Mask some information in logs.
2022-09-20 12:11:02 +02:00
Nikolai Kochetov
46c955a469
Merge pull request #41387 from ClickHouse/run-dns-cache-updater-earlier
...
Enable DNS cache updater earlier.
2022-09-20 12:04:05 +02:00
Kseniia Sumarokova
6f6c6f4a65
Update ASTDeleteQuery.cpp
2022-09-20 12:02:29 +02:00