stroom icon indicating copy to clipboard operation
stroom copied to clipboard

Stroom is a highly scalable data storage, processing and analysis platform.

Results 410 stroom issues
Sort by recently updated
recently updated
newest added

b.212 Create an XSLT with the line `` Create two XSLTs both named `xxx`. Step main XSLT and get the error `FATAL XsltPoolImpl - java.io.IOException: Found 2 resources for :...

bug

We already have snippets for the dashboard expressions. It would be good to create editor snippets for the build in stroom xlst functions. Each function ought to be annotated up...

enhancement
f:ui / ux

[SQL Stats Deadlock.txt](https://github.com/gchq/stroom/files/8989567/SQL.Stats.Deadlock.txt)

bug

StreamTypeExtensions requires config to know what the file extensions are. Currently the tools do not pull in config so have no way of knowing what the file extensions should be....

bug

Now we have more dropwizard commands (see https://gchq.github.io/stroom-docs/user-guide/tools/command-line.html) it would be useful if the stack and zip distributions shipped with a shell script to make it easier to run them....

enhancement

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

# Problem Indexing pipelines currently don't have an automated way of cleaning up reprocessed `Event` streams. This often leads to data duplication within the target index, impacting search results. While...

enhancement

Per https://www.javadoc.io/doc/org.jooq/jooq/2.6.4/org/jooq/InsertOnDuplicateStep.html#onDuplicateKeyIgnore() Jooq emulates onDuplicateKeyIgnore as "INSERT IGNORE" which means ANY error, not just dup key errors will get silently ignored. This could lead to frustrating bugs where we can't...

bug

Closes #2868. # Main changes 1. XML character validity is now consistent with `SAXParser`, such that `InvalidXmlCharFilterReader` and `InvalidCharFilterReader` now work as they did in Stroom v5. Specifically, characters deemed...