summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2013-11-19 17:11:59 +0000
committerKim van der Riet <kpvdr@apache.org>2013-11-19 17:11:59 +0000
commit2ade1e68ed2bfee6ec49cc1df6a52d05979aaaf6 (patch)
treea886d9cae7d8b4ba67eb4e67a0557078b976e3b5 /qpid/cpp/src
parent320112d419305cf5792226e7520b3bb52f27b221 (diff)
downloadqpid-python-2ade1e68ed2bfee6ec49cc1df6a52d05979aaaf6.tar.gz
NO-JIRA: Update of ISSUES file to reflect latest JIRA numbers for outstanding issues
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1543504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/linearstore/ISSUES36
1 files changed, 17 insertions, 19 deletions
diff --git a/qpid/cpp/src/qpid/linearstore/ISSUES b/qpid/cpp/src/qpid/linearstore/ISSUES
index 7bbb9dc6a4..38eeecd1d0 100644
--- a/qpid/cpp/src/qpid/linearstore/ISSUES
+++ b/qpid/cpp/src/qpid/linearstore/ISSUES
@@ -6,29 +6,26 @@ Store:
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.
+2. QPID-5357: Recycling files while in use not working, however, files are recovered to EFP during recovery. Must solve
+ #1 first.
-3. Checksum not implemented in record tail, not checked during read.
+3. QPID-5358: Checksum not implemented in record tail, not checked during read.
-4. Rework qpid management parameters and controls.
+4. QPID-5359: Rework qpid management parameters and controls (QMF).
-5. Consistent logging: rework logging to provide uniform and consistent logging from store (both logging level and
- places where logging occurs).
+5. QPID-5360: Consistent logging: rework logging to provide uniform and consistent logging from store (both logging
+ level and places where logging occurs).
-Tests
------
+6. QPID-5361: No tests
+ * No existing tests for linearstore:
+ ** Basic broker-level tests for txn and non-txn recovery
+ ** Store-level tests which check write boundary conditions
+ ** Unit tests
+ ** Basic performance tests
-* No existing tests for linearstore:
-** Basic broker-level tests for txn and non-txn recovery
-** Store-level tests which check write boundary conditions
-** Unit tests
-** Basic performance tests
-
-Tools
------
-
-* Store analysis and status
-* Recovery/reading of message content
+7: QPID-5362: No tools
+ * Store analysis and status
+ * Recovery/reading of message content
Code tidy-up
------------
@@ -36,4 +33,5 @@ Code tidy-up
* Remove old comments
* Use c++ cast templates instead of (xxx)y
* Member names: xxx_
-* Add docs to classes
+* Rename classes, functions and variables to camel-case
+* Add Doxygen docs to classes