Versions Compared

Key

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

...

...

  1. Announcements
  2. Webinar take aways?
  3. Camel Toolbox Sprint October 4-8
  4. Current Work / New Issues/Bugs
    1. Camel toolbox
      1. Calvin's external content issue
      2. DMDINDEX xml metadata indexed to solr via cameltool box XPATH for item metadata

    2. PRs:
      1. https://github.com/fcrepo/fcrepo/pull/1935
      2. https://github.com/fcrepo-exts/migration-utils/pull/171
      3. https://github.com/fcrepo/fcrepo/pull/1937
    3. Large file uploads issue

      Code Block
      curl: option --data-binary: out of memory 


  5. Low hanging documentation tickets:
    1. https://fedora-repository.atlassian.net/browse/FCREPO-3756 
    2. https://fedora-repository.atlassian.net/browse/FCREPO-3751
    3. https://fedora-repository.atlassian.net/browse/FCREPO-3573
  6. Your topic

...

  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. Presentations upcoming at DLF, Access 2021, Squib. Proposal for Samvera Connect. Information gathering sessions starting this Friday, another on the 27th. Working to confirm a time for a non-North American group. 7 institutions are (hopefully) attending tomorrows. Hoping to hear from under-represented groups.
  2. Good presentations. Some questions about metrics and migrating content. Will have a follow-up to get some more information. Will be sending out the video and the slides for anyone interested in reviewing those.
  3. Camel Toolbox sprint (October 4-8), has a page. Mostly a testing sprint. Some bugs especially the external content one to be resolved.
    1. Calvin and Danny working on support for external content with camel-toolbox, when using a redirect and the content is on a remote instance. Seems to have an issue with credentials for the remote instance. Able to index the migrated content, but unable to get the content in a specific file. No password on the remote source but still the redirect is failing.
    2. PRs to be reviewed/tested
    3. 500 Server Error when PUTting a file using curl with the -T  (chunked) option and no Content-type header.
  4. Some low hanging documentation tickets to be reviewed.
  5. Issues with permissions and usability in the new Atlassian Jira. Reporter field shows a hash of the user id (we think), reviewer field does not auto-complete. There is also an old Kanban board that appears as the default view for the Fedora project. It was for Fedora 3.6 and could be removed.
  6. Announcements
    1. Fedora Workshop at the  SWIB  (Semantic Web in Libraries) Conference
      1. online
      2. November 29 - December 3
    2. Soliciting Community Feedback
      1. Institutional sessions will be starting soon
        1. Organizing 3 sessions, should be done by November
      2. Community Feedback form 
        1. Will send this out after the first institutional session
    3.  Webinar 9/14
  7.  Optimization
    1. Currently, multiple resource type reads are occurring on single requests 
    2. Caching types on session could work, but a session could span multiple requests
      1. A more complicated cache could make this work
      2. This is largely a write optimization - not much room for optimization on reads
      3. What about a caching service? Really just an implementation detail.
    3. New round of performance tests based on input stream buffering?
      1. Community tests using Microsoft Azure did not see much improvement
      2. Should mostly benefit NAS implementations
  8. Review of  Work in Progress 
    1. Camel Tool Box (CTB) Update 
      1. Reindexing Issue resolved
        1. Not sure if selective re-indexing is working but it is possible to reindex everything
      2.  PRs
        1.  https://github.com/fcrepo-exts/fcrepo-camel-toolbox/pull/160 should be ready to go.
    2. Team at Villanova working on a project based on the Camel Toolbox now
  9. Camel Toolbox Testing Feedback
    1. Solr indexing doesn't appear to work for NLM, may need a special plugin
      1. They need to index their XML, which isn't available by default
  10. Technical solutions for graciously inviting registration/usage information.
    1. Current approach
      1. Registration is currently voluntary 
      2. We have a registry but not many people use it
    2. Possible approaches 
      1. What benefits of registration that we can offer to help cajole folks to participate?
        1. Swag, etc.
      2. Could have text on the landing page and in the logs with a startup option to suppress
      3. Could ask for email during download and nag that way
      4. Add registration prompts to GitHub release page, readme, etc.
      5. Reminders in Slack
      6. We can bring a short list of options to Steering for vetting
  11. 5.1.2 status
  12. ModeShape 5.5 has an upgrade step if you're using S3 to store data, but this was timing out for Eli
  13. Ben manually updated the hardcoded timeout and sent a version to Eli to test