Versions Compared

Key

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

...

  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
    1. None
  2. Docker on M1 Mac and multi-architecture docker builds
    1. Prebuilt image doesn't work – need to pull it and build locally
    2. New docker buildx command should be able to build images for different architectures
  3. Testing
    1. migration-utils
      1. Calvin's Maven was too old so he couldn't build it; asked for a built jar
  4. "Cannot create child of immutable resource"
    1. There's a bug when POSTing to a resource that does not exist adds the resource to the root resource
    2. There was confusion about the differences between PUT and POST.
      1. POST creates the resource under the resource that was POSTed to; if the slug already exists, it generates a different id
    3. Andrey was surprised when he created resources with empty nodes and could not get the contents because the ghost nodes are not containers
      1. Maybe there could be a configuration to enable creating containers instead of ghost nodes
      2. Ben: could we fake the ghost node containment?
  5. Updates on the performance improvement work
    1. Tx improvements are in
    2. Danny has his PR almost ready
    3. Need more testing on GETs on nodes with lots of children
    4. Memory leak is fixed
  6. Remaining work
    1. camel toolbox stuff
    2. java client update
    3. containment index cache
  7. Scott has been working on mapping F3 to F6 APIs and has a draft ready for review

Actions

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