do not merge this commit

This commit is contained in:
vdimir 2023-09-08 16:01:13 +00:00
parent a46d1974ac
commit 6a51d9fd7d
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862
2 changed files with 2 additions and 3 deletions

View File

@ -7656,8 +7656,7 @@ void StorageReplicatedMergeTree::replacePartitionFrom(
entry_replace.columns_version = -1;
}
if (replace)
{
if (replace) {
/// Cancel concurrent inserts in range
clearLockedBlockNumbersInPartition(*zookeeper, drop_range.partition_id, drop_range.max_block, drop_range.max_block);
/// Remove deduplication block_ids of replacing parts

View File

@ -248,7 +248,7 @@ def generate_status_comment(pr_info: PRInfo, statuses: CommitStatuses) -> str:
)
table_footer = "<tbody>\n</table>\n"
details_header = "<details><summary>Successfull checks</summary>\n"
details_header = "<details><summary>Successful checks</summary>\n"
details_footer = "</details>\n"
visible_table_rows = [] # type: List[str]