Versions Compared

Key

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

...

  1. Changes to messaging form (Eric James, Unknown User (escowles@ucsd.edu)).

Minutes

Standup update


 

Frankfrank asseg

  • talked with SCC guy about APIs they have available (HPSS, similar to TSM)

  • issue with scape cluster impl - when using the SCAPE API

  • looking to test the setting/reading of properties

  • looking at PR on benchtool transactions

Greg Jansen

  • working on clean shutdown in tomcat, inc. clustered, using ModeShapeEngine to deploy, undeploy, shutdown

  • will return to cluster performance testing after.

Mike Daines

  • reviewing auth use cases and making notes, will ask Qs in chat

Ben Pennell

  • finished PR for transactions in benchtool

  • will try single node tests with transactions turned on

AdamA. Soroka

  • communcating communicating with Stefano on restrictive type system

  • has paper reviews for OR taking up time today

Agenda item: Changes to messaging form

  • Eric J. and Esme C. are James and Unknown User (escowles@ucsd.edu) are proposing that we make our messages more efficient and clear

  • Observer converts JCR event bus messages to JMS, receives batches (iterator)

  • We currently trigger an event for only the first property for a node within a batch.

  • Proposal: just send a single message w/the node id and not the property

  • We can either report every single property event separately or report a summary of changes

  • Proposal to make it configurable: summary or separate events or both

  • Proposal to add property ids to summary message: include which properties changed from the event iterator (requires no additional mode lookup)

...