Denis Chudov created IGNITE-25742:
-------------------------------------

             Summary: Revise tablesVv versioned value usage in table manager
                 Key: IGNITE-25742
                 URL: https://issues.apache.org/jira/browse/IGNITE-25742
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Chudov


There are complications caused by usage of this versioned value: 
#stopAndDestroyTablePartition may be deferred which causes the 
OutdatedTokenException.

Basically, in this method we need not a versioned value but a counter like 
"last seen revision".

It can be implemented either as a counter in TableManager or as a method of 
versioned value (for example, a kind of #join(long token) which is completed 
only when the token is processed but never throwing OutdatedTokenException 
because it doesn't need a value )



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

Reply via email to