[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-30 Thread Erick Erickson (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723790#comment-13723790
 ] 

Erick Erickson commented on SOLR-5087:
--

Testing, merging and committing shortly.

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Erick Erickson
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723926#comment-13723926
 ] 

ASF subversion and git services commented on SOLR-5087:
---

Commit 1508476 from [~erickoerickson] in branch 'dev/trunk'
[ https://svn.apache.org/r1508476 ]

SOLR-5087, CoreAdminHandler.handleMergeAction generating NullPointerException. 
Thanks Patrick

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Erick Erickson
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723958#comment-13723958
 ] 

ASF subversion and git services commented on SOLR-5087:
---

Commit 1508491 from [~erickoerickson] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1508491 ]

SOLR-5087, CoreAdminHandler.handleMergeAction generating NullPointerException. 
Thanks Patrick

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Erick Erickson
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723961#comment-13723961
 ] 

ASF subversion and git services commented on SOLR-5087:
---

Commit 1508494 from [~erickoerickson] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1508494 ]

Added entry for SOLR-5087

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Erick Erickson
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-29 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723190#comment-13723190
 ] 

Mark Miller commented on SOLR-5087:
---

Looks good to me - there is a little back compat breakage in the merge command, 
but I think that's fine. Just calling it out in case anyone else has a concern 
there. 

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-29 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723200#comment-13723200
 ] 

Patrick Hunt commented on SOLR-5087:


Oh, yes. I forgot about that, it seemed like an internal operation though. LMK 
if it should be reverted. (it was cleaner to push the List usage through, but 
not critical)

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-29 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723203#comment-13723203
 ] 

Mark Miller commented on SOLR-5087:
---

bq.  it seemed like an internal operation though

Technically it's part of the UpdatePrcoessor chain user plugin point API's - 
but we are kind of ad-hoc with back compat in these API's - I think it's rare 
enough to do something custom with the merge command that I'm not personally 
worried about it though.

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5087) CoreAdminHandler.handleMergeAction generating NullPointerException

2013-07-29 Thread Shalin Shekhar Mangar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723362#comment-13723362
 ] 

Shalin Shekhar Mangar commented on SOLR-5087:
-

bq. there is a little back compat breakage in the merge command, but I think 
that's fine.

That should be fine. Patch looks good. Thanks Patrick!

 CoreAdminHandler.handleMergeAction generating NullPointerException
 --

 Key: SOLR-5087
 URL: https://issues.apache.org/jira/browse/SOLR-5087
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.4
Reporter: Patrick Hunt
Assignee: Patrick Hunt
 Fix For: 5.0, 4.5

 Attachments: SOLR-5087.patch


 CoreAdminHandler.handleMergeAction is generating NullPointerException
 If directoryFactory.get(...) in handleMergeAction throws an exception the 
 original error is lost as the finally clause will attempt to clean up and 
 generate an NPE. (notice that dirsToBeReleased is pre-allocated with nulls 
 that are not filled in)
 {noformat}
 ERROR org.apache.solr.core.SolrCore: java.lang.NullPointerException
 at 
 org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:430)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleMergeAction(CoreAdminHandler.java:380)
 at 
 org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org