Versions Compared

Key

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

...

  1. Announcements
    1. 2021-04 Fedora 6 Sprint 
    2. North American User Group Debrief
  2. Performance issues needing attention
    1. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3697
    2. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3696
    3. Jira
      serverLYRASIS JIRA
      serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
      keyFCREPO-3695
  3. Pilots / Testing
  4. 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
  5. 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
  6. 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. In Review

    Expand

    Jira
    serverDuraSpace JIRA
    jqlQueryfilter=13100
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5


  2. Please squash a bug!

    Expand

    Jira
    serverDuraSpace JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    maximumIssues20
    jqlQueryfilter=13122
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5


  3. Tickets resolved this week:

    Expand

    Jira
    serverDuraSpace JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    maximumIssues20
    jqlQueryfilter=13111
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5


  4. Tickets created this week:

    Expand

    Jira
    serverDuraSpace JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    maximumIssues20
    jqlQueryfilter=13029
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5


Notes

...

...

  • 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% cpu, 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.

...

  • 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

...

  • 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

...


Actions

  •  Look through migration util commits since December to see if there are any potential causes of performance drop off.