Skip to content

v0.10.0: Almost ready for 1.0.0

Choose a tag to compare

@wohler wohler released this 30 Oct 22:50
· 2 commits to main since this release

This version is being used to run the Transiting Exoplanet Survey Satellite (TESS) data analysis pipeline. That effort is currently in dry run in preparation for formal V&V.

The content of this release contains bug fixes and other improvements to get us to this point.

New Features

  1. Relax stringent pipeline configuration naming conventions (ZIGGY-258)
  2. Add java heap size control for before / after algorithm executor (ZIGGY-559)
  3. Adjust task request priorities (ZIGGY-560)
  4. Pipeline task priority in task request handlers is incorrect (ZIGGY-566)
  5. Add final subtask check to TaskMonitor (ZIGGY-568)
  6. Add action thread to ZiggyMessenger (ZIGGY-572)
  7. Remove node numbers from Edit pipeline dialog (ZIGGY-576)
  8. Improve performance of marshaling for new-data processing (ZIGGY-577)
  9. Move Supervisor PID file (ZIGGY-583)
  10. Allow 1-D HDF5 arrays to map to N-D Java fields (ZIGGY-584)
  11. Improvements to task restart API (ZIGGY-585)
  12. Move XmlSchemaExporter classes to command line (ZIGGY-589)
  13. Add index to pipeline instance in PipelineTask (ZIGGY-591)
  14. Delete ProtectedEntityInterceptor class (ZIGGY-596)
  15. Remove sandy bridge option for HECC (ZIGGY-601)
  16. Log "Subtask LOCKED" message only once (ZIGGY-607)

Bug Fixes

  1. The ziggy command does not perform property expansion (ZIGGY-235)
  2. Ziggy query to find consumed files runs too slowly (ZIGGY-548)
  3. Restart fails after marshaling failure (ZIGGY-558)
  4. Failures in remote execution management (ZIGGY-561)
  5. Untangle algorithm and worker heap size usage (ZIGGY-564)
  6. Pipeline step names cannot contain whitespace (ZIGGY-567)
  7. Task Information and Remote Execution commands throw exceptions (ZIGGY-570)
  8. ZiggyFileUtils error on nonexistent directory (ZIGGY-573)
  9. Resubmit tasks is unreliable (ZIGGY-574)
  10. Intermittent failures in ZiggyDatabaseRule (ZIGGY-575)
  11. Worker status panel displays wrong resources (ZIGGY-579)
  12. Resume current step doesn't update console (ZIGGY-580)
  13. Timeout hit viewing logs and log listings (ZIGGY-590)
  14. Edit pipelines dialog gives ConcurrentModificationException (ZIGGY-593)
  15. Ziggy's HDF5 installation refers to the outside directory (ZIGGY-597)
  16. Delete subtask lock files before resubmitting a task (ZIGGY-598)
  17. Double-check that all files are deleted before deleting a directory (ZIGGY-599)
  18. Create log directory for database on database start (ZIGGY-600)
  19. Speed up Instances Panel on console (ZIGGY-605)
  20. Supervisor crashes when orphaned remote jobs are present (ZIGGY-606)