Repository: oodt Updated Branches: refs/heads/master bec179a3c -> 44c155554
Record change for OODT-954 and include Val's note about workflow instance rep/Lucene upgrade. Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/ffd8ad0c Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/ffd8ad0c Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/ffd8ad0c Branch: refs/heads/master Commit: ffd8ad0cc4dd2ee0e9a50c5ecb793817b41cba4e Parents: bec179a Author: Chris Mattmann <[email protected]> Authored: Wed Jul 19 10:42:15 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Wed Jul 19 10:42:15 2017 -0700 ---------------------------------------------------------------------- CHANGES.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/ffd8ad0c/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index b7cf057..4ac50ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,20 @@ Apache OODT Change Log Release 1.1 - 07/18/2017 +*** NOTE: A change was introduced in this version that causes a forced upgrade to your +Lucene Workflow Instance repository catalog. If you are using Lucene in the workflow manager, +the best bet is to blow away your old workflow instance catalog, and then allow it to be +rebuilt automatically. You can detect if you are affected by this issue if you see a message +akin to the below. +Jul 19, 2017 10:45:02 AM org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository addWorkflowInstanceToCatalog +WARNING: Unable to index workflow instance: [d8dad567-6c90-11e7-9e4e-7574e3a12106]: Message: Format version is not supported +(resource BufferedChecksumIndexInput(MMapIndexInput(path="/project/oodt/dev/jedi/data/workflow/slothrop/segments"))): -1 (needs +to be between 1071082519 and 1071082519). This version of Lucene only supports indexes created with release 5.0 and later. +java.lang.NullPointerException +**** + +* OODT-954 CAS-PGE FileManagerFileStager has NPE b/c it does not set Product Structure (mattmann) + * OODT-526 Add base functionality in Curator for Task List persistence (mjoyce, mattmann) * OODT-525 Export IngestTaskList from Curator (mjoyce, mattmann)
