summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/linearstore/ISSUES
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/linearstore/ISSUES')
-rw-r--r--cpp/src/qpid/linearstore/ISSUES7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/src/qpid/linearstore/ISSUES b/cpp/src/qpid/linearstore/ISSUES
index 0d15744694..7bbb9dc6a4 100644
--- a/cpp/src/qpid/linearstore/ISSUES
+++ b/cpp/src/qpid/linearstore/ISSUES
@@ -3,8 +3,8 @@ LinearStore issues:
Store:
------
-1. Overwrite identity: When recovering a previously used file, if the write boundary coincides with old record start,
- no way of discriminating old from new at boundary (used to use OWI).
+1. (SOLVED) Overwrite identity: When recovering a previously used file, if the write boundary coincides with old record
+ start, no way of discriminating old from new at boundary (used to use OWI).
2. Recycling files while in use not working, however, files are recovered to EFP during recovery. Must solve #1 first.
@@ -12,6 +12,9 @@ Store:
4. Rework qpid management parameters and controls.
+5. Consistent logging: rework logging to provide uniform and consistent logging from store (both logging level and
+ places where logging occurs).
+
Tests
-----