Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Announcements
  2. We're ready to start the 6.2.0 Release Process
    1.  Tickets Included
    2. Testing
      1. Release Testing - 6.2.0
    3. What components will be released?
      1. fcrepo-storage-ocfl
      2. fcrepo
      3. migration-utils
      4. fcrepo-migration-validator
      5. ?
    4. Remaining PRs to be merged:
      1. https://github.com/fcrepo/fcrepo/pull/1985 (jackson)
      2. https://github.com/fcrepo/fcrepo/pull/1983: H2 and Flyway update
      3. https://github.com/fcrepo/fcrepo/pull/1974: stats
  3. Ralf's Slack Issue from this morning
  4. Migration Update
  5. Other Tickets
  6. Other topics?

Notes:

  1. Announcements
    1. Code4lib poster session - seeking community members that may be available to man the poster
  2. We're ready to start the 6.2.0 Release Process
    1. Tickets
      1. Jared performing additional testing related to H2, including whether database will need to be regenerated. Will most likely need to include note that H2 data will be lost between versions, but it should never be used for production repos.
      2. Additional ocfl-java changes should be pulled in
      3. Should we include fcrepo-docker changes to disable session serialization?
        1. Ralf's observed issue is that H2 lock file being left behind after shutdown of docker, preventing H2 from starting back up. Problem only present in docker environment, not in any other environment (like one-click). May be worth checking if a spring shutdown hook is missing, as was the case with fcrepo-camel.
        2. https://stackoverflow.com/questions/51675180/how-to-gracefully-shutdown-servelts-in-tomcat-in-docker-container
      4. Ben will re-test the stats PR
    2. Testing
      1. Will follow the typical procedure from previous releases, including performance tests
    3. What components will be released?
      1. Anything with significant updates
  3. Ralf's Slack Issue from this morning
    1. fcrepo/rest/ resulted in a 500 Server Error response, with error "Cannot translate NULL path". Looks like it either can't find a resource or can't access disk
    2. Restarting fcrepo resolved the problem.
    3. Could be tomcat related, will report back on the version