OW2 Consortium

CVS log for howl/howl/logger/src/java/org/objectweb/howl/log/xa/XALogger.java

(logo)

Help

(back) Up to [ObjectWeb-CVS] / howl / howl / logger / src / java / org / objectweb / howl / log / xa

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Nov 16 23:09:59 2005 UTC (2 years, 5 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_1_0_2, HOWL_1_0_1_1, HOWL_1_0_1, HOWL_1_0_0, HEAD
Changes since 1.18: +1 -3 lines
Diff to previous 1.18
BUG 304296 - remove unreferenced variables.

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Sep 8 13:54:34 2005 UTC (2 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_11
Changes since 1.17: +9 -5 lines
Diff to previous 1.17
Modify onRecord() XADONE processing to allow for journal files created by older versions of HOWL.

Revision 1.17 / (view) - annotate - [select for diffs] , Thu Aug 18 21:32:33 2005 UTC (2 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_10
Changes since 1.16: +16 -5 lines
Diff to previous 1.16
putDone() method clears the XACommittingTx logKey to guarantee an accidental reuse does not put duplicate information into the log.
BUG 303907

Modify checks in log replay listener to handle the new index information that was added in XACommittingTx.

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Jun 23 22:28:15 2005 UTC (2 years, 10 months ago) by girouxm
Branch: MAIN
Changes since 1.15: +40 -0 lines
Diff to previous 1.15
Add CVS $ID:$ tags to sources

Revision 1.15 / (view) - annotate - [select for diffs] , Thu Nov 4 22:38:23 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_9, HOWL_0_1_8
Changes since 1.14: +47 -7 lines
Diff to previous 1.14
close() method modified to update the active mark to reduce the
amount of journal that is processed during restart.

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Oct 22 17:14:07 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
putDone accepts a null user record.

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Oct 22 17:11:42 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
Changes since 1.12: +18 -12 lines
Diff to previous 1.12
putDone accepts a null user record.

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Sep 16 21:27:57 2004 UTC (3 years, 7 months ago) by girouxm
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
Correct javadocs.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Sep 8 18:57:51 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_7
Changes since 1.10: +30 -5 lines
Diff to previous 1.10
BUG 300799 correction.
LogClosedException during logOverflowNotification is ignored, and
log mark is not moved.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Sep 2 22:26:39 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
Changes since 1.9: +91 -5 lines
Diff to previous 1.9
FEATURE 300768
add replayActiveTx method to allow TM to replay only records for active transactions.

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Aug 19 21:16:20 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_6
Changes since 1.8: +231 -31 lines
Diff to previous 1.8
sync w/ desktop

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Aug 13 21:42:09 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_5
Changes since 1.7: +39 -2 lines
Diff to previous 1.7
modify logOverflowNotification to store an XACOMMITMOVED record
after moving an XACOMMIT record.  Allows XALogger replay to remove
records from the activeTx table that have been moved.

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Aug 13 18:12:13 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
Changes since 1.6: +25 -11 lines
Diff to previous 1.6
modify onError method to forward exception to TM.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Aug 13 15:33:48 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
Changes since 1.5: +363 -25 lines
Diff to previous 1.5
Add support for replay() to allow XALogger to rebuild activeTx
table during open.
Users of XALogger (JOTM for example) must call open(XAReplayListener)
to open the log.
The open() with no parameters throws an UnsupportedOperationException.

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Jul 23 19:07:16 2004 UTC (3 years, 9 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_4
Changes since 1.4: +85 -25 lines
Diff to previous 1.4
Correct Bug 300656, correct javadocs.
atxUsed was being updated incorrectly in putDone() method.

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Jul 13 19:40:22 2004 UTC (3 years, 9 months ago) by girouxm
Branch: MAIN
Changes since 1.3: +18 -18 lines
Diff to previous 1.3
Refactor: rename XATransaction to XACommitingTx

Revision 1.3 / (view) - annotate - [select for diffs] , Tue Jul 13 19:25:06 2004 UTC (3 years, 9 months ago) by girouxm
Branch: MAIN
Changes since 1.2: +4 -5 lines
Diff to previous 1.2
getStats() modified to invoke super.getStats() to take into account
changes that were made in Logger.getStats method.

Revision 1.2 / (view) - annotate - [select for diffs] , Fri Jul 9 20:55:29 2004 UTC (3 years, 10 months ago) by girouxm
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1
correct code in growActiveTxArray() to adjust atxPut and atxGet.

Revision 1.1 / (view) - annotate - [select for diffs] , Fri Jul 9 19:43:55 2004 UTC (3 years, 10 months ago) by girouxm
Branch: MAIN
Refactor modules into org.objectweb.howl.log.xa package
that provides functionality generally useful to any TM.

Implement XALogger extension of Logger with specialized putCommit
and putDone methods.

Implement XATransaction object used by XALogger to track active
COMMITTING transactions.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge