fx19880617 opened a new pull request #5581:
URL: https://github.com/apache/incubator-pinot/pull/5581
## Description
Fixing ControllerConf casting issue after read from config files.
Sample stacktrace
```
INFO: [HttpServer] Started.
2020/06/17 17:45:20.750 ERROR [StartServiceManagerCommand] [main] Failed to
start a [ CONTROLLER ] Service
java.lang.ClassCastException:
org.apache.commons.configuration.PropertiesConfiguration cannot be cast to
org.apache.pinot.controller.ControllerConf
at
org.apache.pinot.tools.service.PinotServiceManager.startRole(PinotServiceManager.java:88)
~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0251892e14887a71300ead0364617c9f8074735f]
at
org.apache.pinot.tools.admin.command.StartServiceManagerCommand.startPinotService(StartServiceManagerCommand.java:199)
[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0251892e14887a71300ead0364617c9f8074735f]
at
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]