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
Summary:
Commit 71f5dcc fixes a bug in
YbIsTupleInRange, but it fails to apply the same changes to
YbNeedTupleRangeCheck. This leaves a small, hard-to-hit hole in the
original bug #22800, leading to tserver crash.
Fix that. Also clean up an unused variable from YbIsTupleInRange.
Jira: DB-18411
Test Plan:
On Almalinux 8:
./yb_build.sh fastdebug --gcc13 daemons initdb \
--java-test 'org.yb.pgsql.TestPgRegressJoin' \
--tp 1 -n 20 --stop-at-failure
Close: #28708
Reviewers: mtakahara
Reviewed By: mtakahara
Subscribers: yql
Differential Revision: https://phorge.dev.yugabyte.com/D46994
0 commit comments