stroomdev10

Results 153 issues of stroomdev10

``` null java.nio.BufferUnderflowException: null at java.base/java.nio.Buffer.nextGetIndex(Buffer.java:713) at java.base/java.nio.DirectByteBuffer.get(DirectByteBuffer.java:334) at stroom.lmdb.serde.UnsignedBytesInstances.get(UnsignedBytesInstances.java:175) at stroom.planb.impl.serde.temporalkey.TagsKeySerde.lambda$read$0(TagsKeySerde.java:83) at stroom.bytebuffer.impl6.ByteBuffers.use(ByteBuffers.java:32) at stroom.planb.impl.serde.temporalkey.TagsKeySerde.read(TagsKeySerde.java:62) at stroom.planb.impl.serde.temporalkey.TagsKeySerde.read(TagsKeySerde.java:29) at stroom.planb.impl.db.metric.MetricDb.lambda$merge$5(MetricDb.java:261) at stroom.planb.impl.db.metric.MetricDb.iterate(MetricDb.java:249) at stroom.planb.impl.db.metric.MetricDb.lambda$merge$6(MetricDb.java:259) at stroom.planb.impl.db.PlanBEnv.read(PlanBEnv.java:117) at stroom.planb.impl.db.metric.MetricDb.lambda$merge$7(MetricDb.java:258) at stroom.planb.impl.db.PlanBEnv.write(PlanBEnv.java:99)...

f:planb

Can I have a copy button / field popup copy thing for Property Names and Values ![Image](https://github.com/user-attachments/assets/d6d71c01-be25-4c06-be95-9a82e9201f32) and ![Image](https://github.com/user-attachments/assets/5afe53f8-c359-439a-bdc8-d4cc1d2e43c7)

cosmetic

I have a pipeline that has a schemaFilter for EVENTS and a recordOutputFilter If the translation outputs XML using the json schema, then the schema filter is erroring with ```...

f:pipeline-processing

If I have a Query Expression that contains a space , such as `${component.table-1234.selection.Log Level}` then the expression edit is adding quotes around the term i.e `'${component.table-1234.selection.Log Level}'` If i...

f:ui / ux

Using variables I can set a Before Time and an After Time , but not both, if both are set then Before Time appears to be ignored

f:dash / query

so either `stroom:parent-meta('Feed')` or a more general `stroom:getParentId()` and `stroom:metaById(someId, 'Feed')`

p:high

See example Data Splitter below Intended action is to match 10 chars then match 5 chars then ignore rest of the line The first inline comments causes the regex to...

p:normal
s:small
f:data-splitter