Route Tranform Behavior change in v20 #11333
-
I am noticing a behavior change in the "route" transform between v19.1 and v20. Config:
Now when I have a unit test which tests only route1 i.e insert_at=common_log_processor and extract_from=foo_log_processor, the test generates WARNINGS like: 2022-02-11T08:02:49.100665Z WARN vector::config::builder: Transform "log_event_router.bar" has no consumers. (even though bar_log_processor is a consumer of log_event_router.bar, its just that this test log event doesn't take that route) |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Can you post the code to this unit test? |
Beta Was this translation helpful? Give feedback.
-
sure
|
Beta Was this translation helpful? Give feedback.
-
This does look like a regression. I've raised an issue #11335 so we can investigate and fix this. |
Beta Was this translation helpful? Give feedback.
-
thanks. Good thing is the tests don't fail. It just prints those WARNING logs |
Beta Was this translation helpful? Give feedback.
-
This should be addressed by: #11345. Thanks for bringing it to our attention! |
Beta Was this translation helpful? Give feedback.
This should be addressed by: #11345. Thanks for bringing it to our attention!