Re: Maybe a bug for solr 4.6 when create a new core

2013-12-29 Thread Mark Miller
Thanks - that is more bad code that needs to be removed. I'll reopen that issue and add to it. - Mark On Sun, Dec 29, 2013 at 8:56 AM, YouPeng Yang wrote: > Hi Mark Miller > >It's great that you have fixed the bug. By the way,there is another > point i want to remind you which I posted it b

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-29 Thread YouPeng Yang
Hi Mark Miller It's great that you have fixed the bug. By the way,there is another point i want to remind you which I posted it before.I am just posting it again. Please check it again.whether is the autoCreated check here is fit? IAfter I create a new core with explicite shard and coreN

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-26 Thread YouPeng Yang
Hi Mark I have filed a jira about the NPE: https://issues.apache.org/jira/browse/SOLR-5580 2013/12/27 YouPeng Yang > Hi Mark. > >Thanks for your reply. > > I will file a JIRA issue about the NPE. > >By the way,would you look through the Question 2. After I create a new > core

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-26 Thread YouPeng Yang
Hi Mark. Thanks for your reply. I will file a JIRA issue about the NPE. By the way,would you look through the Question 2. After I create a new core with explicite shard and coreNodeName successfully,I can not create a replica for above new core also with explicite coreNodeName and the

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-26 Thread Mark Miller
If you are seeing an NPE there, sounds like you are on to something. Please file a JIRA issue. - Mark > On Dec 26, 2013, at 1:29 AM, YouPeng Yang wrote: > > Hi > Merry Christmas. > > Before this mail,I am in trouble with a weird problem for a few days > when to create a new core with b

Re: Maybe a bug for solr 4.6 when create a new core

2013-12-26 Thread Shawn Heisey
On 12/25/2013 11:29 PM, YouPeng Yang wrote: > After I fixed this prolem,I can create a core with the request: > http://10.7.23.122:8080/solr/admin/cores?action=CREATE&name=Test&; > *shard=Test* > &collection.configName=myconf&schema=schema.xml&config=solrconfigLocal_default.xml&collection=default

Maybe a bug for solr 4.6 when create a new core

2013-12-25 Thread YouPeng Yang
Hi Merry Christmas. Before this mail,I am in trouble with a weird problem for a few days when to create a new core with both explicite shard and coreNodeName. And I have posted a few mails in the mailist,no one ever gives any suggestions,maybe they did not encounter the same problem. I