Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Walter Ferrara
it also ignore dataDir directive in solr.xml, in fact adding: core name=core0 instanceDir=core0 property name=dataDir value=/multicore/core0 / /core doesn't change the behavior. this seems a bug introduced somewhere after 2nd february any clue? On Tue, Mar 3, 2009 at 5:56 PM,

Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
property name=dataDir value=/multicore/core0 / is not honored automatically. the dataDir tag has to be present in solrconfig.xml and it should use this value. but you can specify it as follows core name=core0 instanceDir=core0 dataDir=/multicore/core0/ then it should be fine. can

Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Walter Ferrara
using: cores adminPath=/admin/cores core name=core0 instanceDir=core0 dataDir=/multicore/core0/ core name=core1 instanceDir=core1 dataDir=/multicore/core1/ /cores doesn't work either here the output: 2009-03-04 12:50:54.890::INFO: Logging to STDERR via org.mortbay.log.StdErrLog

Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Mar 4, 2009 at 5:24 PM, Walter Ferrara walters...@gmail.com wrote: using:  cores adminPath=/admin/cores    core name=core0 instanceDir=core0 dataDir=/multicore/core0/    core name=core1 instanceDir=core1 dataDir=/multicore/core1/  /cores doesn't work either dataDir=/multicore/core0

Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
looks like a bug. must reopen the issue On Wed, Mar 4, 2009 at 5:26 PM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: On Wed, Mar 4, 2009 at 5:24 PM, Walter Ferrara walters...@gmail.com wrote: using:  cores adminPath=/admin/cores    core name=core0 instanceDir=core0

Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Walter Ferrara
tried with core name=core0 instanceDir=core0 dataDir=multicore/core0/ core name=core1 instanceDir=core1 dataDir=multicore/core1/ but no luck, the dataDir parameter seems ignored, no matter what is written there On Wed, Mar 4, 2009 at 12:58 PM, Noble Paul നോബിള്‍ नोब्ळ्

Re: datadir issue for multicore on latest trunk

2009-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
I have reopened the issue. We will fix it completely in a day or two. On Wed, Mar 4, 2009 at 6:30 PM, Walter Ferrara walters...@gmail.com wrote: tried with    core name=core0 instanceDir=core0 dataDir=multicore/core0/    core name=core1 instanceDir=core1 dataDir=multicore/core1/ but no luck,

datadir issue for multicore on latest trunk

2009-03-03 Thread Walter Ferrara
there is a strange behavior which seems to affect hudson today (March 3rd) build but not (for example) hudson February 2th build. Basically when I start the multicore enviroment, it just create datadir in the current path. To replicate: 1. download latest trunk 2. go to example directory $ ls