You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2013/11/19 18:11:59 UTC

svn commit: r1543504 - /qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES

Author: kpvdr
Date: Tue Nov 19 17:11:59 2013
New Revision: 1543504

URL: http://svn.apache.org/r1543504
Log:
NO-JIRA: Update of ISSUES file to reflect latest JIRA numbers for outstanding issues

Modified:
    qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES

Modified: qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES?rev=1543504&r1=1543503&r2=1543504&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES (original)
+++ qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES Tue Nov 19 17:11:59 2013
@@ -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).
-
-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
+5. QPID-5360: Consistent logging: rework logging to provide uniform and consistent logging from store (both logging
+   level and places where logging occurs).
+
+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
+
+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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org