merge tree sink cancel delayed_chunk#66279
Conversation
|
This is an automated comment for commit 0eb6a41 with description of existing statuses. It's updated for the latest CI running ✅ Click here to open a full report in a separate page Successful checks
|
e7d6bfa to
246f421
Compare
|
We have a problem. |
ebbd97f to
614e899
Compare
|
I didn't fully understand how There is no need to do anything in that methods. Because if you have an
So, we could just look at Note that |
src/Storages/MessageQueueSink.h
Outdated
|
|
||
| ~MessageQueueSink() override | ||
| { | ||
| onFinish(); |
There was a problem hiding this comment.
That is not cleat if it could throw an exception. Will revert changes in that class.
|
At previous build: |
|
Stateless Tests (msan) [1/4] |
|
Stress Test (tsan) This is an issue. |
|
|
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240808) * Fix build due to ClickHouse/ClickHouse#66279 * Revert "[GLUTEN-6262][CH]Json input format ignore key case #6263" due to ClickHouse/ClickHouse#67484 revert ClickHouse/ClickHouse#61750 This reverts commit 2be6c86. * fix gtest due to #6722 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
Motivation and context are here #66144 (comment)
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
[Replicated]MergeTreeSink has to properly cancel its delayed_chunk on
onCancel()method.Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):