StephanEwen commented on issue #6452: [FLINK-9739] Regression in supported 
filesystems for RocksDB
URL: https://github.com/apache/flink/pull/6452#issuecomment-412559130
 
 
   Do we want to restore the previous behavior? I mean, RocksDB paths must be 
local file paths. Having URIs with file system schemes in there seems like a 
mistake of the past. That is also the reason why splitting at `:` causes 
trouble, because URIs and directory lists don't go together well.
   
   We could simply drop the old behavior and help smoothen the transition.
   
     - Drop the check for absolute path and allow relative paths
     - If "file" occurs as a segment in the path list, abort with the proper 
exception that mentions that URIs are not supported any more and the user 
should switch to file paths only.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to