alesapin

Results 12 issues of alesapin

Hi! Seems like it's possible that NuRaft will concurrently run both methods (gdb trace https://gist.github.com/alesapin/973313f4d89f76634b4b1dd7e653e8ff). My code was node ready for this and I've got a deadlock :) Is it...

todo-backlog

### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

pr-not-for-changelog

### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

pr-not-for-changelog
blob hunter

### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Now projections can be used with zero copy replication.

pr-improvement
blob hunter

### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Now if `StorageBuffer` has more than 1 shard (`num_layers`...

pr-improvement
pr-must-backport-cloud

### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

pr-not-for-changelog

Repro: https://s3.amazonaws.com/clickhouse-test-reports/63353/ff810ceb39a5a5942617bc453854dfc49c9cbb19/stress_test__asan_.html ``` ================================================================= ==3336==ERROR: AddressSanitizer: stack-use-after-return on address 0x7f8c3b1dd020 at pc 0x55ac4a9cad0f bp 0x7f8e0e1c5a10 sp 0x7f8e0e1c5a08 READ of size 16 at 0x7f8c3b1dd020 thread T799 (ThreadPool) #0 0x55ac4a9cad0e in std::__1::shared_ptr::shared_ptr[abi:v15000](std::__1::shared_ptr...

testing

SimpleMergeSelector is an algorithm which ClickHouse use to choose parts for merges. This algorithm is not trivial and has multiple parameters (settings): https://github.com/ClickHouse/ClickHouse/blob/master/src/Storages/MergeTree/SimpleMergeSelector.h#L91-L153. These parameters are carefully selected to fit...

usability
warmup task

### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Now backups with azure blob storage will use multicopy....

pr-improvement

``` 2024.07.30 03:00:45.294456 [ 188 ] {3e92d4fd-fb5f-4e7f-8d07-7ba7e95cec0e} : Logical error: 'Inconsistent AST formatting: the query: ALTER TABLE enum_alter_issue MODIFY COLUMN `a` Enum8(equals(arrayExists(toNullable(18), range(arrayExists(range(toUInt256 % 10)), 51)), 'one', 1), 'two' =...

testing
fuzz