apache/pinot

Validating duplicate config properties

Open

#7,882 opened on Dec 8, 2021

 (2 comments) (2 reactions) (1 assignee)Java (1,234 forks)batch import
good first issue

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (PR metrics pending)

Description

We had a situation where defining controller.data.dir twice leads to the values being concatenated.

It would probably be better if an exception was thrown telling the user to only set the property once.

Contributor guide