uschindler commented on issue #553: SOLR-9515: Update to Hadoop 3
URL: https://github.com/apache/lucene-solr/pull/553#issuecomment-459260156
 
 
   Hi,
   
   > * Forbiddenapis (even with SuppressForbidden) kept saying that 
https://github.com/apache/hadoop/blob/branch-3.2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java#L1500
 was invalid due to 
https://github.com/apache/lucene-solr/blob/master/lucene/tools/forbiddenApis/servlet-api.txt#L18.
 I tried to add SuppressForbidden at the class, static class, method, and 
override methods to fix the issue, but the errors still came back.
   
   That's indeed strange. The reason here is that it overrides a method that is 
forbidden. So the only chance is to add @SuppressForbidden to the inner static 
class "RequestQuoter". I will do a check and maybe open bug in forbiddenapis. I 
will do some tries once I have time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to