Searched refs:resync (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DDelegatedRecoveryManager.java171 // this means we are still in resync. Decrease the count.
264 // If resync is not needed, then perform after-resync
275 resync(logPath);
279 static void resync(String logPath) { method in class:DelegatedRecoveryManager
281 // If there are any transactions, proceed with resync. The map of
285 // Coordinators will remove themselves from the map during resync.
288 // the number of transactions requiring resync,
302 // Go through and resync each transaction. The transaction lock
347 _logger.logp(Level.FINE,"DelegatedRecoveryManager","resync()",
[all...]
H A DRecoveryManager.java116 * resync. This is set to the number of in-doubt transactions recovered
122 * This attribute records the thread which is used to perform resync during
129 * Coordinators which still require resync.
191 // Perform recovery/resync if necessary.
217 // requiring resync.
347 // this means we are still in resync. Decrease the count.
434 * The method returns true if any transactions require resync.
438 * @return Indicates that there are Coordinators requiring resync.
454 // And finish resync
499 // If resync i
527 static void resync() { method in class:RecoveryManager
[all...]

Completed in 37 milliseconds