vdimir
|
465341eafd
|
Add DiskRestartProxy.cpp to ya.make
|
2021-05-03 20:50:17 +03:00 |
|
Vladimir
|
3b7c68196b
|
Merge pull request #23429 from Jokser/disk-s3-restart-possibility
|
2021-05-01 15:28:14 +03:00 |
|
Maksim Kita
|
318c4bb80d
|
Add examples folder filter to ya.make.in
|
2021-04-30 11:25:52 +03:00 |
|
Pavel Kovalenko
|
0050dbb75b
|
Apply disk settings on config reload.
|
2021-04-29 23:32:19 +03:00 |
|
Pavel Kovalenko
|
838ede6c62
|
Rename delegate -> impl.
|
2021-04-27 15:11:38 +03:00 |
|
Pavel Kovalenko
|
5cedd90bed
|
WriteBufferFromFileDecorator destructor fixes.
|
2021-04-27 13:19:22 +03:00 |
|
Pavel Kovalenko
|
63e5f5d3ab
|
DiskS3 and WriteBufferFromFileDecorator small refactoring.
|
2021-04-27 11:37:59 +03:00 |
|
Nikita Mikhaylov
|
9f55424250
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
|
Pavel Kovalenko
|
37c637cc34
|
Minor fixes.
|
2021-04-21 13:34:07 +03:00 |
|
Pavel Kovalenko
|
2ab8013455
|
DiskRestartProxy improvements and tests.
|
2021-04-21 12:53:46 +03:00 |
|
Pavel Kovalenko
|
9272237c7e
|
Update DiskRestartProxy.cpp
|
2021-04-20 23:47:21 +03:00 |
|
Pavel Kovalenko
|
10cf881a08
|
Add SYSTEM RESTART DISK command.
|
2021-04-20 22:23:54 +03:00 |
|
Pavel Kovalenko
|
016a9c674b
|
DiskRestartProxy refactoring.
|
2021-04-20 21:58:34 +03:00 |
|
Pavel Kovalenko
|
98f8cbbdb2
|
DiskRestartProxy refactoring.
|
2021-04-20 21:58:34 +03:00 |
|
Pavel Kovalenko
|
e8b4dd1e4b
|
Introduce DiskRestartProxy.
|
2021-04-20 21:55:57 +03:00 |
|
Nikita Mikhaylov
|
f55eacee7d
|
Merge pull request #22988 from excitoon-favorites/s3connectionresetretries
Retries on HTTP connection drops during reads from S3
|
2021-04-20 14:59:21 +03:00 |
|
alexey-milovidov
|
4cef8c68f7
|
Merge pull request #23258 from azat/wundef
Add -Wundef for gcc builds
|
2021-04-19 22:45:22 +03:00 |
|
Nikita Mikhaylov
|
adc103e338
|
Merge pull request #21852 from excitoon-favorites/s3stscredentials
Added insecure IMDS credentials provider for S3
|
2021-04-19 14:47:44 +03:00 |
|
Vladimir Chebotarev
|
9d4295f261
|
Removed infinite retries.
|
2021-04-19 11:02:36 +03:00 |
|
Vladimir
|
e4e2b04c53
|
Merge pull request #23112 from Jokser/disk-s3-restore-to-detached
|
2021-04-19 10:29:00 +03:00 |
|
Azat Khuzhin
|
2561a67fd8
|
Replace !__clang__ with !defined(__clang) to fix gcc builds
$ gg 'if !__clang__' | cut -d: -f1 | sort -u | xargs sed -i 's/#if !__clang__/#if !defined(__clang__)/g'
|
2021-04-18 23:37:50 +03:00 |
|
Maksim Kita
|
d381e59791
|
Merge pull request #23114 from kitaisreal/fix-arcadia-build-s3
Fix arcadia build S3
|
2021-04-16 23:35:10 +03:00 |
|
Pavel Kovalenko
|
760a2ccedf
|
DiskS3 restore file format change and minor improvements.
|
2021-04-16 17:43:16 +03:00 |
|
Nikita Mikhaylov
|
0ddb396338
|
add Y_IGNORE
|
2021-04-16 15:52:48 +03:00 |
|
Pavel Kovalenko
|
84a420b806
|
Replace dynamic log getting with private log field in Disk classes.
|
2021-04-15 23:38:44 +03:00 |
|
Pavel Kovalenko
|
6a067d705a
|
Missed include.
|
2021-04-15 14:59:01 +03:00 |
|
Nikita Mikhaylov
|
a6b43f6765
|
Merge pull request #22594 from excitoon-favorites/betters3timeouts
Consistent AWS timeouts
|
2021-04-15 14:29:21 +03:00 |
|
Pavel Kovalenko
|
e53fc635f6
|
Disk S3 restore test improvements.
|
2021-04-15 11:26:44 +03:00 |
|
Vladimir Chebotarev
|
c0ea3ce08a
|
Removed STS client.
|
2021-04-15 10:01:43 +03:00 |
|
Vladimir Chebotarev
|
3a467ffc50
|
Attempt to make credentials provider which uses internal credentials provider chain.
|
2021-04-15 10:01:13 +03:00 |
|
Vladimir Chebotarev
|
037a4de854
|
Added STS GetCallerIdentity credentials provider.
|
2021-04-15 10:00:18 +03:00 |
|
Vladimir Chebotarev
|
10bf56e540
|
Attempt to add retries to S3 reads.
|
2021-04-15 09:47:19 +03:00 |
|
Pavel Kovalenko
|
a2623a2d97
|
Rework Disk S3 revision number storing / searching.
|
2021-04-15 02:09:20 +03:00 |
|
Pavel Kovalenko
|
cad81e3742
|
Disk S3 possibility to restore parts to 'detached' directory.
|
2021-04-15 00:55:48 +03:00 |
|
Pavel Kovalenko
|
b1ba2cf2bc
|
Disk S3 possibility to restore parts to 'detached' directory.
|
2021-04-14 19:21:26 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Vladimir Chebotarev
|
0eb051961c
|
Consistent AWS timeouts.
|
2021-04-04 14:06:10 +03:00 |
|
Alexey Milovidov
|
54caa61af5
|
Fix comments
|
2021-04-04 12:33:06 +03:00 |
|
Vladimir
|
57eb5f8772
|
Merge pull request #22070 from Jokser/disk-s3-migration
|
2021-03-31 11:06:40 +03:00 |
|
Pavel Kovalenko
|
0bb369d5e2
|
Code review fixes.
|
2021-03-30 13:21:46 +03:00 |
|
Alexey Milovidov
|
2a8ac01cdb
|
Rename as suggested by Kita
|
2021-03-28 22:24:28 +03:00 |
|
Alexey Milovidov
|
50f712e198
|
Integrate mmap cache to the infrastructure
|
2021-03-28 04:10:30 +03:00 |
|
Pavel Kovalenko
|
0c0ddefc75
|
Disk S3 possibility to migrate to restorable schema
|
2021-03-24 13:12:47 +03:00 |
|
Pavel Kovalenko
|
9f9419cf14
|
Disk S3 possibility to migrate to restorable schema
|
2021-03-24 13:08:37 +03:00 |
|
Pavel Kovalenko
|
7e462a77a7
|
Disk S3 possibility to migrate to restorable schema
|
2021-03-24 13:07:01 +03:00 |
|
Pavel Kovalenko
|
e378c0bf8a
|
Disk S3 possibility to migrate to restorable schema
|
2021-03-24 12:20:33 +03:00 |
|
Pavel Kovalenko
|
a92cf30b67
|
Code review fixes.
|
2021-03-23 13:33:07 +03:00 |
|
Pavel Kovalenko
|
7c0a1b9451
|
Cleanup destination directory during DiskCacheWrapper::moveFile()
|
2021-03-18 10:23:19 +03:00 |
|
Pavel Kovalenko
|
e6711e936e
|
Cleanup destination directory during DiskCacheWrapper::moveFile()
|
2021-03-17 17:33:13 +03:00 |
|
Anton Ivashkin
|
5b267b7eec
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
|
2021-02-26 13:15:18 +03:00 |
|