-
Notifications
You must be signed in to change notification settings - Fork 12
Potential fixes for Restart Required error in automation test #2626
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
base: main
Are you sure you want to change the base?
Conversation
…erver retries for restart read required errors with YugabyteDB
27a23f0
to
eaf5809
Compare
… would have set safe time greater than ht_read(snapshot time)
@@ -169,6 +169,10 @@ main() { | |||
run_ysql ${TARGET_DB_NAME} "\di" | |||
run_ysql ${TARGET_DB_NAME} "\dft" | |||
|
|||
# sleep of 1100ms; greater than hearbeat interval either of 1000ms or 500ms(depends on yb version) | |||
# sleep > max(500, 1000) * n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put the conclusion of our description either in the PR or in the comment here?
Also, * n
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
raised a separate PR.
#2629
will close this PR after we have fully concluded.
- name: "TEST: pg-live-migration-partitions-fall-forward" | ||
if: ${{ !cancelled() && matrix.test_group == 'live_advanced' }} | ||
run: migtests/scripts/live-migration-fallf-run-test.sh pg/partitions | ||
# - name: "TEST: pg-live-migration-partitions-fall-forward" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls uncomment all these test cases
Describe the changes in this pull request
Potential Fix 1: based on max_clock_skew
Potential fix-2: statement level transaction, easing possibility of server retries for restart read required errors with YugabyteDB
Describe if there are any user-facing changes
How was this pull request tested?
Does your PR have changes in callhome/yugabyted payloads? If so, is the payload version incremented?
Does your PR have changes that can cause upgrade issues?