Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

root: 141 53

latest revision download root:

141 annotated / raw | Diffs: previous, other | Lines: 191 ( +39, -6 )

Created: 2005-11-01 17:34:27 -0600 (2 years 6 months ago) | Author: chirino | Changeset: 141

Copied to: tags/ACTIVEIO-2.1/activeio/src/java/org/activeio/journal/active/ControlFile.java 146

- Use only 1 thread to do the actual IO to the journal, the recent concurrent backport port had changed this
- Do safer locking of the control file.  We now check to see if the same java process has locked the file.

80 annotated / raw | Diffs: previous, other | Lines: 158 ( +4, -2 )

Created: 2005-03-10 12:56:11 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 80

Copied (2 times):

- Packets are now disposable so that they can be pooled.
- Generalize the journal PacketPool
- Changed the packet interface so that it's easier to know when an operation produces a new reference to the buffer.  Methods that return
a Packet are not allways creating new references.  Clients that are pooling should eventually dispose that reference.
- Small enhancment to the journal so that does not force if the batched write did not require a force.

64 annotated / raw | Diffs: previous, other | Lines: 156 ( +4, -0 )

Created: 2005-02-18 15:56:18 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 64

- Control file was not being closed on journal close.
- Started using the Disposable interface

61 annotated / raw | Diffs: previous, other | Lines: 152 ( +6, -8 )

Created: 2005-02-18 09:43:35 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 61

- Tagged the journal classes final to help optimizers inline more.
- Reduced the number of seek calls done by caching the current seek location
- Logs are preallocated when the journal first starts up
- Added test to check to see if disconnected peers are detected.

60 annotated / raw | Diffs: previous, other | Lines: 154 ( +9, -2 )

Created: 2005-02-17 23:24:02 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 60

Journal fixes:
- control file locking was not throwing an exception if the control file was allready locked.
- LogFileManager was not storing his state properly

53 new annotated / raw | Lines: 147 ( +147, -0 )

Created: 2005-02-16 13:55:40 -0600 (3 years 2 months ago) | Author: chirino | Changeset: 53

Did a big re-org of the active journal implementation:
- Renamed classes so that they are more descriptive of what they do
- Got rid of needing sequence numbers: simplified the code through out
- We now store journal state in a control file for faster recovery times.
- Diabled checksuming by default to lower over head, and made the synchronization hot spots faster
  

Open Source License registered to the Codehaus Project. This license of FishEye is provided to support the development of Codehaus only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-296 2008-04-24 ) - Administration - Page generated 2008-05-16 03:26 -0500