Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3674

Allow multiple iterators in different threads to read the CAS

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.5.0SDK
    • 2.6.0SDK
    • Core Java Framework
    • None

    Description

      Some applications scale out on multi-core machines by using CAS Multipliers. Sometimes, it makes sense when the new CASes have a lot of identical data, to have the common part of these in another CAS which can be set up and shared (read-only) by other threads. Unfortunately, this design suffers from random failures in the CAS iterator code. Figure out what's wrong and fix this, to start supporting read-only CASes being accessed simultaneously in a multi-core platform on multiple threads. Include a JUnit test case, too, if possible.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: