Kseniia Sumarokova
|
d6240f2bd4
|
Merge pull request #25309 from azat/fs-fix
Catch ErrnoException during parts cleaning
|
2021-06-16 22:03:54 +03:00 |
|
Nikolai Kochetov
|
8bf55ae2b5
|
Merge pull request #25166 from ClickHouse/always-detach-parts-with-wrong-partition-id
Always detach parts with wrong partition ID
|
2021-06-16 11:06:07 +03:00 |
|
Azat Khuzhin
|
de9689379f
|
Catch ErrnoException during parts cleaning
Avoids noisy messages like:
2021.06.15 09:27:35.546982 [ 58176 ] {} <Error> auto DB::IBackgroundJobExecutor::jobExecutingTask()::(anonymous class)::operator()() const: Code: 481, e.displayText() = DB::ErrnoException: Cannot check modification time for file: /var/lib/clickhouse/store/c52/c52619f8-99bd-435e-8526-19f899bdb35e/tmp_insert_202106_7010_7010_0/, errno: 2, strerror: No such file or directory, Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception() @ 0x903209a in /usr/lib/debug/.build-id/be/ea088a1830cb2f.debug
1. DB::throwFromErrnoWithPath() @ 0x9033089 in /usr/lib/debug/.build-id/be/ea088a1830cb2f.debug
2. FS::getModificationTime() @ 0x907b166 in /usr/lib/debug/.build-id/be/ea088a1830cb2f.debug
3. DB::DiskLocal::getLastModified() @ 0xf9a6669 in /usr/lib/debug/.build-id/be/ea088a1830cb2f.debug
4. DB::MergeTreeData::clearOldTemporaryDirectories(long) @ 0x1069a6de in /usr/lib/debug/.build-id/be/ea088a1830cb2f.debug
|
2021-06-16 06:56:55 +03:00 |
|
tavplubix
|
e2ecc51a1f
|
Merge pull request #25087 from ClickHouse/srmt_remove_copypaste
Remove copypaste from StorageReplicatedMergeTree
|
2021-06-15 12:43:55 +03:00 |
|
alexey-milovidov
|
30f0124e77
|
Merge branch 'master' into always-detach-parts-with-wrong-partition-id
|
2021-06-12 02:55:55 +03:00 |
|
Nikolai Kochetov
|
79c69ea316
|
Fix build.
|
2021-06-11 11:29:39 +03:00 |
|
Nikolai Kochetov
|
6222fcffe0
|
Never remove parts on start at all. Always move.
|
2021-06-10 15:47:55 +03:00 |
|
Nikolai Kochetov
|
aa90309abf
|
Never remove parts on start at all. Always move.
|
2021-06-10 15:46:03 +03:00 |
|
Nikolai Kochetov
|
847dfb9914
|
Merge remote-tracking branch 'origin' into always-detach-parts-with-wrong-partition-id
|
2021-06-10 12:37:46 +03:00 |
|
Nikolai Kochetov
|
d52b87d47d
|
Always detach proken parts with wrong partition id.
|
2021-06-10 12:37:33 +03:00 |
|
Amos Bird
|
4e358b28f1
|
Disable projection with final is used
|
2021-06-10 17:11:17 +08:00 |
|
Alexander Tokmakov
|
cef22688ff
|
make code less ugly
|
2021-06-09 15:36:47 +03:00 |
|
Alexander Tokmakov
|
3ade38df82
|
remove copypaste
|
2021-06-08 22:17:45 +03:00 |
|
tavplubix
|
1aff716f18
|
Merge pull request #24777 from ClickHouse/fix_intersection_with_lost_part
Do not crash on intersecting virtual parts
|
2021-06-03 15:42:46 +03:00 |
|
Alexander Tokmakov
|
7d7c5638a5
|
Merge branch 'master' into fix_intersection_with_lost_part
|
2021-06-01 16:32:59 +03:00 |
|
Alexander Tokmakov
|
5969891611
|
do not crash on intersecting parts
|
2021-06-01 16:25:23 +03:00 |
|
Nikolai Kochetov
|
e615858b10
|
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
|
2021-06-01 16:25:04 +03:00 |
|
alexey-milovidov
|
c7bd3b8674
|
Merge pull request #23315 from CurtizJ/empty-parts-fix
Fix waiting while dropping empty parts
|
2021-06-01 13:52:49 +03:00 |
|
Nikolai Kochetov
|
b54ff696e5
|
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
|
2021-06-01 12:08:37 +03:00 |
|
tavplubix
|
e9ff0b6d70
|
Merge pull request #23657 from kssenii/poco-file-to-std-fs
Poco::File to std::filesystem
|
2021-05-31 23:17:02 +03:00 |
|
Nikolai Kochetov
|
b9aa404508
|
Review fixes.
|
2021-05-31 21:25:43 +03:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
Alexander Tokmakov
|
16647fe8ce
|
some unrelated fixes
|
2021-05-31 00:29:37 +03:00 |
|
kssenii
|
2a631aaf08
|
Final fixes
|
2021-05-29 00:34:44 +03:00 |
|
Anton Popov
|
336abfa475
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-28 01:58:30 +03:00 |
|
Nikolai Kochetov
|
936bd8a011
|
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
|
2021-05-27 20:47:39 +03:00 |
|
Nikolai Kochetov
|
1aeb705b20
|
Fix some tests.
|
2021-05-27 19:53:58 +03:00 |
|
Nikolai Kochetov
|
cbdf3752ef
|
Part 3.
|
2021-05-27 16:40:33 +03:00 |
|
kssenii
|
73f16ee9ee
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-26 23:08:08 +03:00 |
|
alesapin
|
069d45790f
|
Merge pull request #24157 from kssenii/modulo-partition-key
Adjust modulo function when used in partition key
|
2021-05-26 10:30:54 +03:00 |
|
kssenii
|
31107816bb
|
fs::absolute to fs::canonical
|
2021-05-24 20:37:54 +03:00 |
|
Anton Ivashkin
|
a98286b4c4
|
Merge master
|
2021-05-24 17:46:29 +03:00 |
|
kssenii
|
659e57e60f
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
|
2021-05-23 22:46:00 +00:00 |
|
kssenii
|
bbf56e35ac
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-23 10:54:48 +03:00 |
|
kssenii
|
94b5763dbd
|
Revert "Different approach to fix modulo"
This reverts commit 665f1aa0f6 .
|
2021-05-21 16:14:01 +00:00 |
|
kssenii
|
30845a383f
|
Fix comparisons with modulo key
|
2021-05-21 15:01:41 +00:00 |
|
kssenii
|
665f1aa0f6
|
Different approach to fix modulo
|
2021-05-21 14:30:08 +00:00 |
|
Anton Ivashkin
|
6b1b80f5cc
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
|
2021-05-21 16:01:48 +03:00 |
|
Anton Ivashkin
|
29336a4a34
|
Use keep_s3_on_delet flag instead of DeleteOnDestroyKeepS3 state
|
2021-05-21 15:29:10 +03:00 |
|
kssenii
|
3dee003f9b
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-20 19:20:09 +03:00 |
|
kssenii
|
477214a57f
|
Fix partitionPrunner with modulo
|
2021-05-19 17:36:32 +00:00 |
|
mergify[bot]
|
230bec70fb
|
Merge branch 'master' into modulo-partition-key
|
2021-05-19 10:08:41 +00:00 |
|
alesapin
|
4d6c71801c
|
Merge branch 'master' into nv/parts-uuid-move-shard
|
2021-05-19 13:03:14 +03:00 |
|
tavplubix
|
8b13e73ac2
|
Merge pull request #24208 from ClickHouse/fix_intersecting_parts_again
Addition to #23997
|
2021-05-18 21:13:25 +03:00 |
|
Kseniia Sumarokova
|
0ab15d0bc4
|
Merge branch 'master' into modulo-partition-key
|
2021-05-18 17:45:32 +03:00 |
|
kssenii
|
5f083b779d
|
A little better, fix checks
|
2021-05-18 14:25:19 +03:00 |
|
Alexander Tokmakov
|
20b9af7b26
|
do not allow concurrent alter partition
|
2021-05-18 00:20:58 +03:00 |
|
kssenii
|
9b8df78fdd
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-17 17:42:05 +03:00 |
|
Anton Popov
|
e27acc26be
|
better dropPart and dropPartition
|
2021-05-17 17:26:36 +03:00 |
|
Anton Popov
|
e043cc45bf
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-17 16:11:12 +03:00 |
|