antogruz opened a new pull request #2520: URL: https://github.com/apache/lucene-solr/pull/2520
To do that, I’ve needed to update 2 other files: 1) The HttpServer2.java. It has been forked from hadoop and would not be compatible anymore with this new version. I’ve only patched what was necessary to make the code compile and the test pass 2) TestSolrCloudWithSecureImpersonation.java. This test is checking the exception thrown for some keyword. However, with the new version of hadoop, a different exception is thrown, "invalid IPv6 address". As it seems that the important check in this test is that an exception is raised, I thought that removing this rigid assertion would keep the spirit of the test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org