nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
333 stars 124 forks source link

[BUG]: Cache discrepancies between DFPRollingWindowStage and dfp_rolling_window module #1634

Open dagardner-nv opened 4 months ago

dagardner-nv commented 4 months ago

Version

24.06

Which installation method(s) does this occur on?

Source

Describe the bug.

It appears that the stage never flushes the cache or loads from the cache.

The module does appear to be behaving properly, however not all of the pipelines are using the module.

We should either refactor the stage & module to share the same impl, or drop the stage and just use the module.

Minimum reproducible example

No response

Relevant log output

Click here to see error details

 [Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct