This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 50997 - MDR storage may get corrupted occasionally
Summary: MDR storage may get corrupted occasionally
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-30 12:47 UTC by Martin Matula
Modified: 2004-10-30 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matula 2004-10-30 12:47:58 UTC
There are bugs in interacting between MDR cache
and BtreeDatabase that may cause only a part of a
transaction gets commited. This may cause serious
storage inconsistencies. The probability of
getting the inconsistencies is higher with
lowering size of cache threshold.
Comment 1 Martin Matula 2004-10-30 12:57:40 UTC
Fixed.

Checking in
src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/BtreeDatabase.java;
/cvs/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/BtreeDatabase.java,v
 <--  BtreeDatabase.java
new revision: 1.24; previous revision: 1.23
done
Checking in
src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/MDRCache.java;
/cvs/mdr/src/org/netbeans/mdr/persistence/btreeimpl/btreestorage/MDRCache.java,v
 <--  MDRCache.java
new revision: 1.14; previous revision: 1.13
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/mdr/storagemodel/MdrStorage.java;
/cvs/mdr/src/org/netbeans/mdr/storagemodel/MdrStorage.java,v  <-- 
MdrStorage.java
new revision: 1.68; previous revision: 1.67
done