In the Design Doc, there is:
Side note: if a SI transaction reader finds an intent with a newer timestamp which the reader’s own transaction has written, the reader always returns that intent’s value.
If the intent is written by a write belonging to the same transaction Txn
. Then the reader from Txn
should have the same timestamp as the intent. How does the intent has a newer timestamp?