XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.0.2
    • Affects Version/s: 2.5, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5, 2.5.6, 2.5.7
    • Component/s: Search - Core
    • Environment:

      Looks like a concurrency problem that is more visible on PowerPC AIX because of its memory model, but this bug applies to all platforms

    • 6

      scheduled content Indexing stops possibly after manual indexing is triggered.

      The very likely cause of the problem is unsynchronized access to a finished flag inside IndexingTask class.
      In this class finishedReindexing flag supposed to be set once indexing is finished. However because it is not synchronized the value of the variable
      may not be visible to other threads. The other code would not start indexing because it thinks that current indexing is not finished yet.

            Assignee:
            Anatoli
            Reporter:
            Anatoli
            Votes:
            11 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: