summaryrefslogtreecommitdiffstats
path: root/tests/basic/afr/ta-read.t
Commit message (Collapse)AuthorAgeFilesLines
* afr: thin-arbiter read txn changesRavishankar N2018-09-051-0/+60
If both data bricks are up, read subvol will be based on read_subvols. If only one data brick is up: - First qeury the data-brick that is up. If it blames the other brick, allow the reads. - If if doesn't, query the TA to obtain the source of truth. TODO: See if in-memory state can be maintained for read txns (BZ 1624358). updates: bz#1579788 Change-Id: I61eec35592af3a1aaf9f90846d9a358b2e4b2fcc Signed-off-by: Ravishankar N <ravishankar@redhat.com>