Skip to content

Fix the default value of partitionedWriterCount and taskConcurrency#14815

Merged
sopel39 merged 2 commits intotrinodb:masterfrom
gaurav8297:gaurav8297/fix_partitioned_writer_count_bug
Oct 31, 2022
Merged

Fix the default value of partitionedWriterCount and taskConcurrency#14815
sopel39 merged 2 commits intotrinodb:masterfrom
gaurav8297:gaurav8297/fix_partitioned_writer_count_bug

Conversation

@gaurav8297
Copy link
Copy Markdown
Member

Description

Bug: https://trinodb.slack.com/archives/CGB0QHWSW/p1666885171236349

Non-technical explanation

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Oct 28, 2022
@gaurav8297 gaurav8297 requested a review from sopel39 October 28, 2022 09:24
Copy link
Copy Markdown
Member

@sopel39 sopel39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also update config tests

@gaurav8297 gaurav8297 requested a review from sopel39 October 28, 2022 09:49
Default value of partitioned task writer count
should be above 1, otherwise it can create a
plan with a single gather exchange node on the
coordinator due to a single available processor.
Whereas, on the worker nodes due to more
available processors, the default value could
be above 1. Therefore, it can cause error due
to config mismatch during execution.
Default value of task concurrency should be
above 1, otherwise it can create a plan with
a single gather exchange node on the coordinator
due to a single available processor. Whereas, on
the worker nodes due to more available processors,
the default value could be above 1. Therefore, it
can cause error due to config mismatch during
execution.
@github-actions github-actions bot added the docs label Oct 28, 2022
@sopel39 sopel39 merged commit d2223dc into trinodb:master Oct 31, 2022
@github-actions github-actions bot added this to the 402 milestone Oct 31, 2022
@sopel39
Copy link
Copy Markdown
Member

sopel39 commented Oct 31, 2022

! NO RELEASE NOTES NEEDED !

@gaurav8297 gaurav8297 deleted the gaurav8297/fix_partitioned_writer_count_bug branch October 31, 2022 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants