You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by prefetch + the non-deterministic process id.
Prefetch will query the original data source, e.g., the stix-bundle in this case. The prefetch query will load the bundle again. Without a way to deterministically generate process id, all records will be reloaded as different records in firepit process table and __reflist table. This causes the issue to double the size of the query results then.
Will postpone the fix until we have better process id generation, which is not easy. For static stix bundle, it is feasible, but for stix-shifter created results, the observation id is different for each query though the results could point to the same. we need better support from stix-shifter to handle it.
Describe the bug
When executing the FIND command on the same return variable, the variable is not recreated, but outputs are appended.
Details of the bug
FIND
command, when executing multiple times, will getp
to be larger and larger.To Reproduce
Steps to reproduce the behavior:
Expected behavior
p
should not change even theFIND
command has been executed multiple times.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: