You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2022/11/18 08:46:00 UTC

[jira] [Created] (IGNITE-18194) Scan chooses incorerect timestamp to scan storage in RO transaction

Vladislav Pyatkov created IGNITE-18194:
------------------------------------------

             Summary: Scan chooses incorerect timestamp to scan storage in RO transaction
                 Key: IGNITE-18194
                 URL: https://issues.apache.org/jira/browse/IGNITE-18194
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


*Motivation:*
Method _PartitionReplicaListener.retrieveExactEntriesUntilCursorEmpty_ creates a cursor over storage using _HybridTimestamp.MAX_VALUE_ timestamp, but required to use a timestamp from request (_readTimestamp_ is a timestamp from read request here).
Also, this scenario is not covered by test, because TC is green. Need to write a test scenario that demonstrate issue when storage cursor is opened with incorrect timestamp in RO transaction.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)