Versions Compared

Key

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

...

  1. Danny Bernstein
  2. Andrew Woods 
  3. Peter Winckles (star)
  4. Ben Pennell  
  5. Ben Cail 
  6. David Wilcox
  7. Daniel Lamb 
  8. Calvin Xu 
  9. Esmé Cowles
  10. Jared Whiklo
  11. Thomas Bernhart

Agenda


  1. Announcements/Updates
    1. 2020-08 Online Fedora Users Group Meeting - American Timezones
    2. 2020-09 Online Fedora Users Group Meeting - European Timezones
  2. Planned Breaking Changes (standing topic)
  3. Mementos
    1. Binary and Binary Description Mementos:  to version together or apart?
    2. AG memento behavior (discussed at the bottom of the above document)
    3. Delete mementos?
  4. PR Round Up
    1. Run ITests against all DBs
    2. Finish fleshing out new storage layer (This PR is blocking two additional PRs that I have ready that depend on it)
    3. FCREPO-3399 - External URI case sensitivity and handling changes
    4. Implements rdf_type parameter and output field in simple search.
    5. do not index deleted resources on rebuild
  5. High availability
    1. The use case we've been hearing about
    2. What would it take for us to support
  6. Fedora 6 Testing
  7. Your Topic Here

    Expand
    titleTickets resolved this week...

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


...

  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

  1. Announcements/Updates
    1. Fedora
    virtual user group during the week of Aug 17th
  2. IMLS grant awarded: F3 -> F6

Valkyrie testing with F6

  1. Seven test failures: all related to inbound references
  2. More Samvera tests should be run
  3. What is needed from the Fedora query service?
  4. May need to update how Samvera stores model types (rdf:type?)

Breaking changes?

  1. None

Sprint updates

  1. Upgrade-utils
  2. Fcrepo-storage-ocfl
  3. External content should now be working - PR in-review
  4. Now able to create archival groups in HTML UI
  5. Need review/merge: https://github.com/fcrepo4/fcrepo4/pull/1736Image Removed

Fedora 6 Testing

  1. NLM testing updates
    • Currently provisioning MySQL 8 - should be ready in ~1 week
    • Running into issue with Tomcat security manager
    • Using H2 database, 60k+ objects hangs
  2. Initial performance tests underway
    1. Andrew Woods to create tickets for: terraform: configure fedora version, and mounting volume
      1. https://github.com/lyrasis/fcrepo-terraform/issues/1
      2. https://github.com/lyrasis/fcrepo-terraform/issues/2

High Availability

    1. user group just wrapped up. 35-40 people. Good participation, and interest in doing more in the future.
  1. Planned Breaking Changes (standing topic)
    1. None
  2. Mementos
    1. Binary and Binary Description Mementos:  to version together or apart?
      1. Leaning towards "Versioning together". Fairly clean approach, and can use transactions to get around double mementos.
    2. AG memento behavior (discussed at the bottom of the above document)
      1. Should all AG resources be versioned together or should the resources be versioned independently?
        1. After much discussion it was decided that the current main behavior is best
          1. AG time maps contain the mementos for all of their children
          2. AG part time maps only contain mementos that apply to the specific resource
          3. Mementos cannot be created directly on AG parts. They must be created at the AG level
      2. Should we allow creating mementos when there are no content changes?
        1. Currently, the thought is no. The current behavior is that the request returns success with a link to the head memento
      3. Should we be updating something other than the last modified timestamp?
        1. There has to be a binary change to a resources header file in order for a memento to exist. The current idea is to touch the last modified date so that the headers change. The downside of this is that the last modified date now no longer represents the last time the resource content changed. If this is a problem, we will need to touch a different field in the headers.
    3. Delete mementos?
      1. Didn't get covered
  3. No time for full discussion
  4. Preview: how do we support this use case

Actions

  •  Danny Bernstein to ensure that a JIRA exists for scenario of transaction does not succeed completely, but rollback does succeed (see: 2020-08-13- Fedora Tech Meeting)
  •  Peter Winckles to create a JIRA to investigate support for optimistic locking and mutable head (see: 2020-08-13- Fedora Tech Meeting)
  •  Who:  Clarify in documentation that multiple simultaneous writes to OCFL are not supported
  •  Peter Winckles Create a Jira to update the locations files stored in OCFL
  •  migration-utils - translating RELS-EXT/INT into RDF in Fedora 6: is the functionality there? If not, add it.

...