Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn user about duplicate processor names #41

Open
luzhanov opened this issue Feb 26, 2018 · 0 comments
Open

Warn user about duplicate processor names #41

luzhanov opened this issue Feb 26, 2018 · 0 comments

Comments

@luzhanov
Copy link

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:

  1. Write a warning message to the log if during the export duplicate processors names were detected.
  2. Add a command-line flag "failOnDuplicateNames" which will lead to the exception throwing if duplicate processors names were detected.
hermannpencole added a commit that referenced this issue Mar 1, 2018
Warn user about duplicate processor names - #41 implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant