|
Change Variable Type txEx : IgniteTxEx to txEx : IgniteInternalTx in method private checkPrimaryNodeCrash(commmit boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteTxPessimisticOriginatingNodeFailureAbstractSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTx> to fut : IgniteInternalFuture<IgniteInternalTx> in method public onDone(tx0 IgniteInternalTx<K,V>, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Variable Type gridCacheTxGridFuture : IgniteInternalFuture<IgniteTx> to gridCacheTxGridFuture : IgniteInternalFuture<IgniteInternalTx> in method public onDone(tx0 IgniteInternalTx<K,V>, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Variable Type invalidParts : Set<Integer> to invalidParts : Collection<Integer> in method package onResult(res GridDhtLockResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture.MiniFuture |
From |
To |