-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[YSQL][LST] ERROR: Illegal state: Used read time is not set #12464
Comments
There is also a follow-up failure that sometimes happens, can be reproduced on 1167626:
|
This appears to be caused by |
I found an easy way to reproduce this (and the culprit config values, code state eeb799c):
https://phabricator.dev.yugabyte.com/D13703 in combination with #11628 @emhna @nathanhjli If this is not expected to work in combination, maybe we should at least have a friendlier error message. This is also sometimes failing for me during
I'm running it like this on build 2.13.3.0-b118:
Note that in LST I did not have ysql_session_max_batch_size and ysql_max_in_flight_ops set, but only yb_disable_transactional_writes. So this can still fail just by disabling transactional writes, but easier to reproduce with smaller batch sizes. |
Specific failure raised: https://github.com/yugabyte/yugabyte-db/blob/master/src/yb/tserver/pg_client_session.cc#L1042
|
COPY progress hasn't been checked in yet. |
I noticed that as well and removed that again. Comes from https://phabricator.dev.yugabyte.com/D17260 |
@pkj415 Will check if this is fixed and reopen if it happens again. |
Still seems to happend @pkj415 |
This is easily reproducible in LST runs during upgrade: https://phabricator.dev.yugabyte.com/D17456
Happened here in upgrade from 2.13.2.0-b135 to 2.15.3.0-b133. Note that it happens here even without yb_disable_transactional_writes. |
Possibly related to #16446 ? |
Jira Link: [DB-288](https://yugabyte.atlassian.net/browse/DB-288)
Description
This failure happened using the Long-running System Test framework I'm currently working on. Yugabyte-DB is on code state 817b50b, Release build on Almalinux 8:
lst_2022-05-11_13:12:54_773252.zip
Can be reproduced.
The text was updated successfully, but these errors were encountered: