Azat Khuzhin
3903b442fb
tests: fix broken disk emulation in test_jbod_ha
...
The problem with chmod 000 is that it is simply ignored for the owner of
the namespace (verified with kprobe for security_capable [1]),
previously it worked only cause there was a check for uid explicitly in
FS::canRead/canWrite.
[1]: cat-10561 [001] 1340776.172944: security_capable_retprobe: (capable_wrt_inode_uidgid+0x40/0x70 <- security_capable) arg1=0xffffffff
0xffffffff is -1 and it is EPERM
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-27 21:11:10 +01:00
Azat Khuzhin
e6695196aa
tests/integration: add SYS_ADMIN capability for mount/remount
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-27 21:11:10 +01:00
Azat Khuzhin
1e3f33ad4b
tests/integration: fix --privileged passthrough
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-27 21:11:10 +01:00
Azat Khuzhin
6b42b66257
Simply filesystem helpers to check is-readable/writable/executable
...
Use one system call - faccessat(), over multiple system calls.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-27 21:11:10 +01:00
Igor Nikonov
300f78df96
Merge pull request #45567 from ClickHouse/enable-remove-redundant-sorting
...
Enable query_plan_remove_redundant_sorting optimization by default
2023-01-27 19:14:36 +01:00
Kseniia Sumarokova
7d178e5ee6
Merge pull request #45680 from DanRoscigno/docs-mergetree-s3-cache
...
doc updates related to s3 cache change
2023-01-27 17:54:31 +01:00
Anton Popov
f10e82355e
Merge pull request #45630 from CurtizJ/fix-performance-columns-description
...
Fix performance of short queries with `Array` columns
2023-01-27 14:59:55 +01:00
DanRoscigno
a88c222f44
add missing heading
2023-01-27 08:56:25 -05:00
DanRoscigno
80b3b882c3
review from ksenii
2023-01-27 08:48:29 -05:00
Robert Schulze
596cbb1d23
Merge pull request #45694 from ClickHouse/fix-docs-typo
...
Docs: Fix typo
2023-01-27 14:41:23 +01:00
Alexander Tokmakov
ec0738ef31
Merge pull request #45692 from ClickHouse/tavplubix-patch-3
...
Fix build
2023-01-27 16:39:56 +03:00
Robert Schulze
4abd395153
Docs: Fix typo
2023-01-27 13:39:50 +00:00
Alexander Tokmakov
f375b1246f
Merge pull request #45363 from ClickHouse/fix_hang_during_drop_in_zero_copy_replication
...
Fix no shared id during drop for the fourth time
2023-01-27 15:59:27 +03:00
Alexander Tokmakov
1494262a38
Update DataPartStorageOnDiskFull.cpp
2023-01-27 15:42:41 +03:00
alesapin
716d25c33f
Merge pull request #45619 from CurtizJ/refactoring-merge-tree-parts
...
Refactoring of code near merge tree parts
2023-01-27 13:36:33 +01:00
Alexander Tokmakov
c366806c3e
Merge pull request #45527 from ClickHouse/exception_message_patterns4
...
Better formatting for exception messages 2
2023-01-27 15:31:52 +03:00
Maksim Kita
8e1e136d0c
Merge pull request #42976 from kitaisreal/analyzer-settings-push-down
...
Analyzer SETTINGS push down
2023-01-27 12:52:23 +03:00
Mikhail f. Shiryaev
4635a62cec
Merge pull request #45476 from ClickHouse/automerge
...
Another attempt to fix automerge, or at least to have debug footprint
2023-01-27 10:06:24 +01:00
Alexander Tokmakov
7af3c6d162
fix
2023-01-27 01:22:29 +01:00
Alexey Milovidov
5b257ab806
Merge pull request #45233 from ClickHouse/improve_week_day
...
Revert "Revert "Improve week day""
2023-01-27 02:44:17 +03:00
Alexey Milovidov
f401449bd9
Merge pull request #45661 from ClickHouse/generate-random-lowcardinality
...
Allow LowCardinality in GenerateRandom
2023-01-27 02:14:38 +03:00
Robert Schulze
dae708c588
Merge pull request #45593 from genzgd/update_poco_http
...
Update poco version
2023-01-27 00:08:24 +01:00
Robert Schulze
032cdb986e
Merge pull request #45615 from ClickHouse/fix-gorilla
...
Fix codec pipeline Delta (or DoubleDelta) + Gorilla
2023-01-27 00:04:39 +01:00
DanRoscigno
15b4c712df
updates related to s3 cache change
2023-01-26 16:32:39 -05:00
Dan Roscigno
76d6e2edf9
Merge pull request #45569 from AVMusorin/docs_optimize_skip_merged_partitions
...
docs: added optimize_skip_merged_partitions setting
2023-01-26 16:04:27 -05:00
Dan Roscigno
f8bd83a94f
Merge pull request #45595 from den-crane/patch-59
...
Doc. Update range_hashed description
2023-01-26 16:01:52 -05:00
Alexander Tokmakov
08379ca840
fix
2023-01-26 21:11:39 +01:00
Igor Nikonov
211edc054e
Fix check for sum*(Float)
2023-01-26 19:26:53 +00:00
robot-clickhouse
b501f54bbb
Merge pull request #45677 from ClickHouse/DanRoscigno-patch-4
...
reformat example DDL in inverted index page
2023-01-26 20:22:51 +01:00
Alexander Tokmakov
68a60ad4f6
fix
2023-01-26 20:20:56 +01:00
Robert Schulze
94864a10e6
Disable test in asan builds (too slow)
2023-01-26 19:12:20 +00:00
Dan Roscigno
d1a81b2776
Update docs/en/engines/table-engines/mergetree-family/invertedindexes.md
2023-01-26 14:07:13 -05:00
Dan Roscigno
00b5354a93
Update invertedindexes.md
2023-01-26 14:05:26 -05:00
Alexander Tokmakov
061026c307
fix
2023-01-26 19:01:29 +01:00
Dan Roscigno
f71b68bc46
Merge pull request #45651 from mrcrypster/patch-5
...
Added markdown format docs
2023-01-26 11:42:22 -05:00
Dan Roscigno
777ddf80ab
Update docs/en/interfaces/formats.md
2023-01-26 11:18:18 -05:00
robot-ch-test-poll3
9ef2720d2d
Merge pull request #45667 from DanRoscigno/add-keywords
...
docs: add keywords to inverted index page
2023-01-26 17:04:00 +01:00
Dan Roscigno
8549af4853
Update docs/en/engines/table-engines/mergetree-family/invertedindexes.md
2023-01-26 10:51:08 -05:00
DanRoscigno
710384e69a
remove sidebar position
2023-01-26 10:13:06 -05:00
DanRoscigno
88076b6db0
add keywords
2023-01-26 10:06:06 -05:00
Vitaly Baranov
5b469eb91f
Merge pull request #45603 from vitlibar/fix-wiping-sensitive-info
...
Fix wiping sensitive info in logs
2023-01-26 15:44:24 +01:00
Alexey Milovidov
2659818a66
Add a test
2023-01-26 15:42:17 +01:00
Alexey Milovidov
d942a4ddef
Allow LowCardinality in GenerateRandom
2023-01-26 15:35:20 +01:00
Alexander Tokmakov
d7c697ee38
fix
2023-01-26 15:24:39 +01:00
Dan Roscigno
3093d0a48a
Merge pull request #45656 from DanRoscigno/docs-inverted-index-edits
...
Inverted index docs: edits, add frontmatter
2023-01-26 09:21:26 -05:00
Alexander Tokmakov
067b1f5f13
Merge branch 'master' into exception_message_patterns4
2023-01-26 15:20:58 +01:00
Igor Nikonov
ba92705ea1
Fix duplicated setting in changes history
2023-01-26 14:20:44 +00:00
DanRoscigno
c130050572
capitalize sidebar
2023-01-26 09:05:56 -05:00
Dan Roscigno
03c80d2794
Merge branch 'master' into docs-inverted-index-edits
2023-01-26 09:03:50 -05:00
DanRoscigno
310797d9f0
edits, add frontmatter
2023-01-26 08:58:10 -05:00