Skip to content

Releases: gchq/stroom

stroom distribution v5.0-beta.28

21 May 21:24
Compare
Choose a tag to compare
Pre-release
  • Issue #295 : Made the help URL absolute and not relative.

  • Issue #293 : Attempt to fix mismatch document count error being reported when index shards are opened.

  • Issue #292 : Fixed locking for rolling stream appender.

  • Issue #292 : Rolling stream output is no longer associated with a task, processor or pipeline to avoid future processing tasks from deleting rolling streams by thinking they are superseded.

  • Issue #292 : Data that we expect to be unavailable, e.g. locked and deleted streams, will no longer log exceptions when a user tries to view it and will instead return an appropriate message to the user in place of the data.

stroom distribution v5.0-beta.27

18 May 19:32
Compare
Choose a tag to compare
Pre-release
  • Issue #288 : The error condition 'Expected a new writer but got the same one back!!!' should no longer be encountered as the root cause should now be fixed. The original check has been reinstated so that processing will terminate if we do encounter this problem.

  • Issue #295 : Fixed the help property so that it can now be configured.

  • Issue #296 : Removed 'New' and 'Delete' buttons from the global property dialog.

  • Issue #279 : Fixed NPE thrown during proxy aggregation.

  • Issue #294 : Changing stream task status now tries multiple times to attempt to avoid a hibernate LockAcquisitionException.

stroom distribution v5.0-beta.26

12 May 19:24
Compare
Choose a tag to compare
Pre-release
  • Issue #287 : XSLT not found warnings property description now defaults to false.

  • Issue #261 : The save button is now only enabled when a dashboard or other item is made dirty and it is not read only.

  • Issue #286 : Dashboards now correctly save the selected tab when a tab is selected via the popup tab selector (visible when tabs are collapsed).

  • Issue #289 : Changed Log4J configuration to suppress logging from Hibernate SqlExceptionHandler for expected exceptions like constraint violations.

  • Issue #288 : Changed 'Expected a new writer...' fatal error to warning as the condition in question might be acceptable.

stroom distribution v5.0-beta.25

10 May 22:15
Compare
Choose a tag to compare
Pre-release
  • Issue #285 : Attempted fix for GWT RPC serialisation issue.

stroom distribution v5.0-beta.24

09 May 16:04
Compare
Choose a tag to compare
Pre-release
  • Issue #283 : Statistics for the stream task queue are now captured even if the size is zero.

  • Issue #226 : Fixed issue where querying an index failed with "User does not have the required permission (Manage Users)" message.

stroom distribution v5.0-beta.23

06 May 09:58
Compare
Choose a tag to compare
Pre-release
  • Issue #281 : Made further changes to cope with Files.list() and Files.walk() returning streams that should be closed with 'try with resources' construct.

  • Issue #224 : Removing an element from the pipeline structure now removes all child elements too.

  • Issue #282 : Users can now upload data with just 'Data - View' and 'Data - Import' application permissions, plus update permission on the appropriate feed.

  • Issue #199 : The explorer now scrolls selected items into view.

stroom distribution v5.0-beta.22

04 May 19:47
Compare
Choose a tag to compare
Pre-release
  • Issue #280 : Fixed 'No user is currently authenticated' issue when viewing jobs and nodes.

  • Issue #278 : The date picker now hides once you select a date.

  • Issue #281 : Directory streams etc are now auto closed to prevent systems running out of file handles.