You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Dan Creswell (JIRA)" <ji...@apache.org> on 2007/08/04 16:05:53 UTC

[jira] Created: (RIVER-180) Mahalo make remote calls to itself

Mahalo make remote calls to itself
----------------------------------

                 Key: RIVER-180
                 URL: https://issues.apache.org/jira/browse/RIVER-180
             Project: River
          Issue Type: Bug
          Components: com_sun_jini_mahalo
    Affects Versions: jtsk_2.0
            Reporter: Dan Creswell
            Priority: Minor


http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4899372

TxnMgr make remote calls back into self. These calls needlessly risk a communication error and the overhead of a remote call. These calls should replaced with local invocations. For example:
TxnManagerTransaction::commit()
  TxnManagerTransaction::doAbort()
    ServerTransaction::abort() --> remote call back into TxnMgr


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


[jira] Assigned: (RIVER-180) Mahalo make remote calls to itself

Posted by "Peter Firmstone (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Firmstone reassigned RIVER-180:
-------------------------------------

    Assignee: Peter Firmstone

> Mahalo make remote calls to itself
> ----------------------------------
>
>                 Key: RIVER-180
>                 URL: https://issues.apache.org/jira/browse/RIVER-180
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_mahalo
>    Affects Versions: jtsk_2.0
>            Reporter: Dan Creswell
>            Assignee: Peter Firmstone
>            Priority: Minor
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4899372
> TxnMgr make remote calls back into self. These calls needlessly risk a communication error and the overhead of a remote call. These calls should replaced with local invocations. For example:
> TxnManagerTransaction::commit()
>   TxnManagerTransaction::doAbort()
>     ServerTransaction::abort() --> remote call back into TxnMgr

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