gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
424 stars 57 forks source link

ERROR during lookup() #4215

Closed stroomdev10 closed 2 months ago

stroomdev10 commented 2 months ago

I've got a pipeline that utilises a context file, I'm attempting to process 2 feeds of data, basically the same but one has a context file, one doesn't.

The pipeline has a loader for the Context file for Feed 1.

When I process Feed 2 (which does not have a context file) I get the following error on performing a lookup

[1:-1:-1 translationFilter] ERROR: Lookup - Error during lookup: Error supplying value for key [8888888888888888888888888888888], MapDefinition{pipelineDocRef=DocRef{type='Pipeline', uuid='123456-1234-1234-1234-123456', name='xxxxxxx-CONTEXT-REFERENCE'}, pipelineVer=123456-1234-1234-1234-123456, streamId=123456, partIndex=0, mapName='xxxxx-xxxx_LOOKUP'}: Cannot invoke "java.util.NavigableMap.tailMap(Object)" because "rangeSubMap" is null (map: 'xxxxx-xxxx_LOOKUP', key: '8888888888888888888888888888888', lookup time: 2024-04-16T12:50:14.317Z)

I'd like to be able to process Feed2 without it throwing an ERROR

at055612 commented 2 months ago

Fixed in > 7.3-beta.17