[ 
https://issues.apache.org/jira/browse/DISPATCH-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012142#comment-15012142
 ] 

ASF GitHub Bot commented on DISPATCH-179:
-----------------------------------------

Github user ted-ross commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/34#discussion_r45268045
  
    --- Diff: include/qpid/dispatch/router_core.h ---
    @@ -262,7 +262,7 @@ void qdr_manage_create(qdr_core_t *core, void *context, 
qd_router_entity_type_t
      * @param identity The identity supplied with the request (or 0 if the 
name was supplied)
      */
     void qdr_manage_delete(qdr_core_t *core, void *context, 
qd_router_entity_type_t type,
    -                       qd_field_iterator_t *name, qd_field_iterator_t 
*identity);
    +                       qd_field_iterator_t *name, qd_field_iterator_t 
*identity, qd_composed_field_t *body);
    --- End diff --
    
    Why do you need this?  The body is always an empty map.  I don't see any 
need to pass it into the core.


> Refactor Router Core
> --------------------
>
>                 Key: DISPATCH-179
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-179
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Router Node
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>             Fix For: 0.6
>
>
> Refactor the core router function to clean up the architecture and to fix the 
> significant lock contention issue that exists in 0.5.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to