Description
Scenario:
- Upsert and commit some data into a transactional table. (Autocommit or following by explicit commit)
- Query same table from another client
The first query on the other client will not see the newly upserted/committed data (regardless of how long one waits).
A second identical query will see the new data.
This happens with both Omid and Tephra.
I guess we can't write a test for this, since it requires multiple JVMs.
Attachments
Attachments
Issue Links
- relates to
-
PHOENIX-5082 Observations about the Phoenix-Omid integration
- Open