[
https://issues.apache.org/jira/browse/IGNITE-13296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-13296:
-------------------------------------
Labels: .NET 2.9.1-rc (was: .NET)
> .NET: TransactionImpl finalizer can crash the process
> -----------------------------------------------------
>
> Key: IGNITE-13296
> URL: https://issues.apache.org/jira/browse/IGNITE-13296
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Sergey Stronchinskiy
> Priority: Major
> Labels: .NET, 2.9.1-rc
> Fix For: 2.10
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> ~TransactionImpl potentially throws an exception (e.g. when grid is stopped),
> causing the entire process to abort.
> GetLocalActiveTransactions is especially problematic - the method is
> informational, yet will result in all the returned transactions to be
> finalized later.
> * Finalizers should not throw exceptions
> * Stopped grid is a valid use case
> * GetLocalActiveTransactions should be fixed to return "read-only"
> transactions that won't be finalized
> Review all filalizers and make sure they are safe.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)