Versions Compared

Key

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

...

  1. Danny Bernstein
  2. David Wilcox 
  3. Jared Whiklo 
  4. Peter Winckles 
  5. Daniel Lamb 
  6. Ben Pennell (star) 
  7. Thomas Bernhart 
  8. Calvin Xu 
  9. Mike Ritter 

Agenda

  1. Announcements
    1. 2021-04 Fedora 6 10 Camel Toolbox Sprint 
    2. North American User Group
  2. Pilots / Testing
  3. Pre release short list of bug fixes and improvements
    1. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3289
    2. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3620
    3. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3561
    4. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3638
    5. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3672
  4. Any new tickets/issues to be considered for the release
    1. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3690
       
    2. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3691
    3. others
  5. Your topic
    1. Modeshape CI https://github.com/fcrepo-exts/modeshape/pull/3
    2. fcrepo-java-client question
    3. migration util still have performance issue after tuning java heap size and turning off checksum validation

...

  1. Announcements
  2. Pilots / Testing
    • Performance testing by Andrey, Peter and Jared
      • Andrey and Jared were seeing fairly bad performance
        • Andrey has performed the same tests on Fedora 4 and 5, and is seeing significantly worse performance on 6
        • Will check to see what the specs of the machine running the tests were
      • Peter and Danny have been unable to reproduce the poor performance
    • Including search index commits in same DB commit as the other db commits seems to maintain normal performance
    • Search queries are fast except when getting back RDF types. Danny is working on resolving this in a separate PR.
    • Comparing POSTs and PUTs - Jared reported that PUTs were a little bit slower
    • Single object vs Multi-object transactions
      • At the moment all transactions assume they are multi-object
      • It may reduce the database latency significantly if single object transaction commits were implemented, but at the cost of considerable complexity
      • what percentage of the latency is due to database? To determine how much of a concern this is.
    • Calvin testing migration-util with larger heap, checksum turned off
      • Initially faster, slowed back down to 25k per day after about 1.5 million objects
      • Previous runs used about 30% memorycpu, but not it is only using about 7%
      • It seems to still be processing image files, which are not particularly large
      • UVA originally ran their migration before alpha2, had significantly slower performance in their second migration after alpha2
    • Ben C created a ticket to look into slow resumption of migration-util, which iterates back through all the Fedora 3 objects.
  3. Pre release short list of bug fixes and improvements
  4. Any new tickets/issues to be considered for the release
  5. Other topics
    • fcrepo-java-client
      • Need to follow through on java 11 update and update of integration tests.
      • Thomas will take a look at the existing two tickets for updating it
    • Modeshape
      • Danny will look at the gh actions PR
      • Will update Seth's PR to run gh actions to make sure tests pass
      • We will review the unreleased updates to modeshape since the last release was cut, to determine if we want to sync up our fork
    • ocfl-java database
      • Peter will be checking on its usage of postgres for inventory caching and distributed object locking, as there are additional costs incurred by its use of separate processes per connection that he had not realized

...