You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abhinab-yb
changed the title
[YSQL][ASH] Sizes of various ASH metadata fields are inconsistent
[DocDB][ASH] Sizes of various ASH metadata fields are inconsistent
Jan 5, 2024
yugabyte-ci
changed the title
[DocDB][ASH] Sizes of various ASH metadata fields are inconsistent
[YSQL][ASH] Sizes of various ASH metadata fields are inconsistent
Jan 5, 2024
abhinab-yb
changed the title
[YSQL][ASH] Sizes of various ASH metadata fields are inconsistent
[DocDB][ASH] Sizes of various ASH metadata fields are inconsistent
Jan 5, 2024
Summary:
This diff fixes the inconsistent sizes of various ASH fields
Upgrade/Rollback safety:
Safe to upgrade/downgrade. Protos only affect the new functionality -- ASH, and
do not interfere with existing functionality. ASH will be unavailable if downgraded.
TEST_yb_enable_ash is used to guard this feature.
Jira: DB-9456
Test Plan: ./yb_build.sh --cxx-test wait_state-test
Reviewers: amitanand, hbhanawat
Reviewed By: amitanand
Subscribers: ybase
Differential Revision: https://phorge.dev.yugabyte.com/D31503
Jira Link: DB-9456
Description
query_id
is a 64 bit unsigned int in PG, but a 64 bit signed int in TServerwait_status_code
is a 32 bit unsigned int in TServer, but a 64 bit unsigned int in the protobufIssue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: