Skip to content

Commit

Permalink
Made change to address git yugabyte#15233 (yugabyte#15234)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizayugabyte authored and jayant07-yb committed Dec 7, 2022
1 parent 45a23ed commit d883eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following table provides information on the expected behavior when a read ha

| Conditions | Expected behavior |
| :--------- | :---------------- |
| yb_read_from_followers is true AND transaction is marked read-only | Read happens from the closest tablet. |
| yb_read_from_followers is true AND transaction is marked read-only | Read happens from the closest replica of the tablet, which could be leader or follower. |
| yb_read_from_followers is false OR transaction or statement is not read-only | Read happens from the leader. |

### Read from follower conditions
Expand Down

0 comments on commit d883eca

Please sign in to comment.