[jboss-jira] [JBoss JIRA] Moved: (JBCLUSTER-278) ClusterPartition should not send service name twice per message
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jun 1 16:49:51 EDT 2010
[ https://jira.jboss.org/browse/JBCLUSTER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry moved JBAS-7941 to JBCLUSTER-278:
--------------------------------------------------
Project: JBoss Clustering (was: JBoss Application Server)
Key: JBCLUSTER-278 (was: JBAS-7941)
Component/s: HA-Server-Core
(was: Clustering)
Fix Version/s: HA-Server-Core 1.0.0.Final
(was: 6.0.0.M4)
> ClusterPartition should not send service name twice per message
> ---------------------------------------------------------------
>
> Key: JBCLUSTER-278
> URL: https://jira.jboss.org/browse/JBCLUSTER-278
> Project: JBoss Clustering
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: HA-Server-Core
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: HA-Server-Core 1.0.0.Final
>
>
> ClusterPartition uses a custom RpcDispatcher.Marshaller that encodes the serviceName of the target service in the first element of an Object[]. The service name is also encoded in the "name" property of the MethodCall that forms the second element of the Object[]. This is inefficient:
> 1) It increases the size of the over-the-wire message.
> 2) It forces each recipient to remove the serviceName from the MethodCall.name to figure out the actual method name.
> Change this so the sender's RpcDispatcher.Marshaller removes the serviceName from MethodCall.name before marshalling it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list