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
When you're trying to extract a config from the process group where some processors have duplicate names, the export goes without any problem. But later, during the config update phase, these duplicates lead to configuration conflicts which are hard to debug.
SOLUTION PROPOSAL:
Write a warning message to the log if during the export duplicate processors names were detected.
Add a command-line flag "failOnDuplicateNames" which will lead to the exception throwing if duplicate processors names were detected.
The text was updated successfully, but these errors were encountered:
PROBLEM:
When you're trying to extract a config from the process group where some processors have duplicate names, the export goes without any problem. But later, during the config update phase, these duplicates lead to configuration conflicts which are hard to debug.
SOLUTION PROPOSAL:
The text was updated successfully, but these errors were encountered: