You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org> on 2009/12/04 20:52:20 UTC

[jira] Created: (UIMA-1698) Colocated service shows a wrong count for number of messages processed

Colocated service shows a wrong count for number of messages processed
----------------------------------------------------------------------

                 Key: UIMA-1698
                 URL: https://issues.apache.org/jira/browse/UIMA-1698
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
            Priority: Minor


Colocated service' reply queue JMX stats dont show getMeta reply message. The count is off by one for number of messages sent to the client. It appears that the Executor code is not incrementing the dequeCount correctly.  

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


[jira] Closed: (UIMA-1698) Colocated service shows a wrong count for number of messages processed

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1698.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3AS

Modified VmTransport getExecutorInstance() to prestart threads in ThreadPoolExecutor. Before the change, only primitive controller's Executor Threads were being prestarted. If threads are not prestarted they dont use custom queue object that actually increments the dequeueCount.

> Colocated service shows a wrong count for number of messages processed
> ----------------------------------------------------------------------
>
>                 Key: UIMA-1698
>                 URL: https://issues.apache.org/jira/browse/UIMA-1698
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>             Fix For: 2.3AS
>
>
> Colocated service' reply queue JMX stats dont show getMeta reply message. The count is off by one for number of messages sent to the client. It appears that the Executor code is not incrementing the dequeCount correctly.  

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