On 8/27/2018 8:29 PM, zhenyuan wei wrote:
I found the “solr.data.dir” can only config a single directory. I
think it is necessary to be config multi dirs,such as
”solr.data.dir:/mnt/disk1,/mnt/disk2,/mnt/disk3" , due to one disk overload
or capacity limitation. Any reason to support why not do so?
Nobody has written the code to support it. It would very likely not be
easy code to write. Supporting one directory for that setting is pretty
easy ... it would require changing a LOT of existing code to support
more than one.
Thanks,
Shawn