Re: dataDir param for collection CREATE command

2017-05-25 Thread Takumi Yoshida
Hi All, Thank you for replying. I didn’t have think about the case which multi core exists in the same server. I saw SOLR-6671 and found out that helping me well! I’m looking forward to merge and release it. Thank you, Takumi 2017/05/26 7:17 に、"Erick Erickson" を書き込みました: Ahhh, as usual J

Re: dataDir param for collection CREATE command

2017-05-25 Thread Erick Erickson
Ahhh, as usual Jan is far ahead of the curve ;) On Thu, May 25, 2017 at 2:18 PM, Jan Høydahl wrote: > Yea, having exact dataDir as a system property is a flawed design dating > back before distributed Solr… > See https://issues.apache.org/jira/browse/SOLR-6671 for my proposal to solve > the user

Re: dataDir param for collection CREATE command

2017-05-25 Thread Jan Høydahl
Yea, having exact dataDir as a system property is a flawed design dating back before distributed Solr… See https://issues.apache.org/jira/browse/SOLR-6671 for my proposal to solve the user requirement of placing ALL data dirs on a separate volume

Re: dataDir param for collection CREATE command

2017-05-25 Thread Shawn Heisey
On 5/25/2017 2:05 AM, takumi yoshida wrote: > I wounder if we add new parameter dataDir for collection CREATE > command. There have been dataDir for ADDREPLICA command. So, if we add > dataDir for CREATE too, it would be more easy to handle data directory > when we make new collection with new disk

Re: dataDir param for collection CREATE command

2017-05-25 Thread Erick Erickson
How would you specify it? Say you have two replicas on the same Solr instance (a common occurrence). Now say at collection creation time you specified an absolute path (or even a relative one that goes "up" a few levels). Now you'd have both replicas pointing to the same data dir. Somehow you'd ha

dataDir param for collection CREATE command

2017-05-25 Thread takumi yoshida
Hi, I wounder if we add new parameter dataDir for collection CREATE command. There have been dataDir for ADDREPLICA command. So, if we add dataDir for CREATE too, it would be more easy to handle data directory when we make new collection with new disk or NFS, etc ... What do you think? Thanks, T