Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase writerScalingMinDataProcessed threshold for scaling test #18319

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

gaurav8297
Copy link
Member

@gaurav8297 gaurav8297 commented Jul 18, 2023

Description

Fixes #17436

We have to increase the value from 32MB to 128MB because we have moved from tracking file size to tracking page size in writer scaling.

Additional context and related issues

Release notes

(x) 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 Jul 18, 2023
@gaurav8297 gaurav8297 marked this pull request as ready for review July 18, 2023 04:08
@github-actions github-actions bot added tests:hive hive Hive connector labels Jul 18, 2023
Since we track page size for scaling writer
instead of actual compressed output file size,
we need to have a larger threshold for
writerScalingMinDataProcessed. This way we can
ensure that the writer scaling is not triggered.
@raunaqmorarka raunaqmorarka merged commit ac6b3cb into trinodb:master Aug 8, 2023
@github-actions github-actions bot added this to the 423 milestone Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector
Development

Successfully merging this pull request may close these issues.

Flaky test TestHiveConnectorTest.testWriterTasksCountLimitPartitionedScaleWritersEnabled
3 participants