[jira] Updated: (QPID-1764) Create Abstract base class to perform new reference counting for TransactionLog

2009-10-27 Thread Aidan Skinner (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aidan Skinner updated QPID-1764:


Status: Open  (was: Ready To Review)

> Create Abstract base class to perform new reference counting for 
> TransactionLog
> ---
>
> Key: QPID-1764
> URL: https://issues.apache.org/jira/browse/QPID-1764
> Project: Qpid
>  Issue Type: Bug
>  Components: Performance
>Reporter: Martin Ritchie
>Assignee: Aidan Skinner
>Priority: Blocker
> Fix For: 0.6
>
>
> Summary:
> Summary the introduction of the new TransactionLog interface over the old 
> MessageStore has resulted in each of the old Stores performing their own 
> reference counting. As a result they all suffer from:
> a) Being different implementations
> b) Not being fully tested by existing test frameworks.
> By creating a single reference counting TransactionLog base class that 
> delegates the simple storage and retreival tasks to the underlying Stores the 
> stores can be simpler and the testing more complete.
> Current testing has already shown that performance has knocked 5% by the 
> MemoryMessageStore's implementation of  reference counting when it should not 
> need to be doing any reference counting.
> This was brought up during the FtD Code review
> http://cwiki.apache.org/confluence/display/qpid/FtD+Code+Review+Notes

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-1764) Create Abstract base class to perform new reference counting for TransactionLog

2009-04-06 Thread Martin Ritchie (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Ritchie updated QPID-1764:
-

Status: Ready To Review  (was: In Progress)

> Create Abstract base class to perform new reference counting for 
> TransactionLog
> ---
>
> Key: QPID-1764
> URL: https://issues.apache.org/jira/browse/QPID-1764
> Project: Qpid
>  Issue Type: Bug
>  Components: Performance
>Reporter: Martin Ritchie
>Assignee: Martin Ritchie
>Priority: Blocker
> Fix For: 0.5
>
>
> Summary:
> Summary the introduction of the new TransactionLog interface over the old 
> MessageStore has resulted in each of the old Stores performing their own 
> reference counting. As a result they all suffer from:
> a) Being different implementations
> b) Not being fully tested by existing test frameworks.
> By creating a single reference counting TransactionLog base class that 
> delegates the simple storage and retreival tasks to the underlying Stores the 
> stores can be simpler and the testing more complete.
> Current testing has already shown that performance has knocked 5% by the 
> MemoryMessageStore's implementation of  reference counting when it should not 
> need to be doing any reference counting.
> This was brought up during the FtD Code review
> http://cwiki.apache.org/confluence/display/qpid/FtD+Code+Review+Notes

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-1764) Create Abstract base class to perform new reference counting for TransactionLog

2009-03-20 Thread Martin Ritchie (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Ritchie updated QPID-1764:
-

Status: Open  (was: Ready To Review)

Changed wrong JIRA to review state.

> Create Abstract base class to perform new reference counting for 
> TransactionLog
> ---
>
> Key: QPID-1764
> URL: https://issues.apache.org/jira/browse/QPID-1764
> Project: Qpid
>  Issue Type: Bug
>  Components: Performance
>Reporter: Martin Ritchie
>Assignee: Martin Ritchie
>Priority: Blocker
> Fix For: 0.5
>
>
> Summary:
> Summary the introduction of the new TransactionLog interface over the old 
> MessageStore has resulted in each of the old Stores performing their own 
> reference counting. As a result they all suffer from:
> a) Being different implementations
> b) Not being fully tested by existing test frameworks.
> By creating a single reference counting TransactionLog base class that 
> delegates the simple storage and retreival tasks to the underlying Stores the 
> stores can be simpler and the testing more complete.
> Current testing has already shown that performance has knocked 5% by the 
> MemoryMessageStore's implementation of  reference counting when it should not 
> need to be doing any reference counting.
> This was brought up during the FtD Code review
> http://cwiki.apache.org/confluence/display/qpid/FtD+Code+Review+Notes

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-1764) Create Abstract base class to perform new reference counting for TransactionLog

2009-03-20 Thread Martin Ritchie (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Ritchie updated QPID-1764:
-

Status: Ready To Review  (was: In Progress)

> Create Abstract base class to perform new reference counting for 
> TransactionLog
> ---
>
> Key: QPID-1764
> URL: https://issues.apache.org/jira/browse/QPID-1764
> Project: Qpid
>  Issue Type: Bug
>  Components: Performance
>Reporter: Martin Ritchie
>Assignee: Martin Ritchie
>Priority: Blocker
> Fix For: 0.5
>
>
> Summary:
> Summary the introduction of the new TransactionLog interface over the old 
> MessageStore has resulted in each of the old Stores performing their own 
> reference counting. As a result they all suffer from:
> a) Being different implementations
> b) Not being fully tested by existing test frameworks.
> By creating a single reference counting TransactionLog base class that 
> delegates the simple storage and retreival tasks to the underlying Stores the 
> stores can be simpler and the testing more complete.
> Current testing has already shown that performance has knocked 5% by the 
> MemoryMessageStore's implementation of  reference counting when it should not 
> need to be doing any reference counting.
> This was brought up during the FtD Code review
> http://cwiki.apache.org/confluence/display/qpid/FtD+Code+Review+Notes

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-1764) Create Abstract base class to perform new reference counting for TransactionLog

2009-03-20 Thread Martin Ritchie (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Ritchie updated QPID-1764:
-

Priority: Blocker  (was: Critical)

> Create Abstract base class to perform new reference counting for 
> TransactionLog
> ---
>
> Key: QPID-1764
> URL: https://issues.apache.org/jira/browse/QPID-1764
> Project: Qpid
>  Issue Type: Bug
>  Components: Performance
>Reporter: Martin Ritchie
>Assignee: Martin Ritchie
>Priority: Blocker
> Fix For: 0.5
>
>
> Summary:
> Summary the introduction of the new TransactionLog interface over the old 
> MessageStore has resulted in each of the old Stores performing their own 
> reference counting. As a result they all suffer from:
> a) Being different implementations
> b) Not being fully tested by existing test frameworks.
> By creating a single reference counting TransactionLog base class that 
> delegates the simple storage and retreival tasks to the underlying Stores the 
> stores can be simpler and the testing more complete.
> Current testing has already shown that performance has knocked 5% by the 
> MemoryMessageStore's implementation of  reference counting when it should not 
> need to be doing any reference counting.
> This was brought up during the FtD Code review
> http://cwiki.apache.org/confluence/display/qpid/FtD+Code+Review+Notes

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org