rseetham opened a new issue, #15127:
URL: https://github.com/apache/pinot/issues/15127

   The controller has a property `controller.data.dir`. When the controller is 
started, we initialize a class called `ControllerFilePathProvider`. It reads 
this properpy and tried to load the PinotFS with that scheme. If it cannot be 
created, the controller start up fails. The dataDir is only used for backingup 
segments. Pinot can work without backing up segments. The server does not have 
this check at startup. The segment uploads fail. 
   
   We should remove this check. We use hdfs for the dataDir. There was an issue 
with the hdfs namenode so all segment uploads failed but Pinot was running and 
serving queries well. At that time, server could be restarted but controllers 
could not be restarted which is an issue. 
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to