You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <ui...@incubator.apache.org> on 2008/10/20 21:53:44 UTC

[jira] Created: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

Old 2.2.2 services cannot be used in parallel
---------------------------------------------

                 Key: UIMA-1209
                 URL: https://issues.apache.org/jira/browse/UIMA-1209
             Project: UIMA
          Issue Type: Bug
            Reporter: Burn Lewis
            Priority: Minor


New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Burn Lewis updated UIMA-1209:
-----------------------------

    Attachment: UIMA-1209.patch

This fix checks if the reply is a delta CAS or not, and applies the appropriate merging.

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Burn Lewis updated UIMA-1209:
-----------------------------

    Attachment: UIMA-1209-3.patch

This replaces the 2nd ... again against latest code.

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209-3.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Resolved: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Eddie Epstein resolved UIMA-1209.
---------------------------------

    Resolution: Fixed
      Assignee: Burn Lewis

UIMA-1209-3.patch is committed

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209-3.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Burn Lewis updated UIMA-1209:
-----------------------------

    Attachment:     (was: UIMA-1209-2.patch)

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209-3.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Burn Lewis updated UIMA-1209:
-----------------------------

    Attachment: UIMA-1209-2.patch

This patch replaces the first ... applied against latest code.
Does old-style merging for a parallel step if the service doesn't return a delta CAS (2.2.2)

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209-2.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Marshall Schor updated UIMA-1209:
---------------------------------

      Component/s: Async Scaleout
    Fix Version/s: 2.3AS

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>            Priority: Minor
>             Fix For: 2.3AS
>
>         Attachments: UIMA-1209-3.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Updated: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Burn Lewis updated UIMA-1209:
-----------------------------

    Attachment:     (was: UIMA-1209.patch)

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209-2.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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


[jira] Closed: (UIMA-1209) Old 2.2.2 services cannot be used in parallel

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

Burn Lewis closed UIMA-1209.
----------------------------


Tested against IOD 2.2.2 services

> Old 2.2.2 services cannot be used in parallel
> ---------------------------------------------
>
>                 Key: UIMA-1209
>                 URL: https://issues.apache.org/jira/browse/UIMA-1209
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>            Priority: Minor
>         Attachments: UIMA-1209-3.patch
>
>
> New delta CAS support insists that remote services run in parallel must use delta CAS, but we should also support services still running 2.2.2

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