HUSTERGS commented on issue #15452:
URL: https://github.com/apache/lucene/issues/15452#issuecomment-3722166169

   I'm thinking if this problem is that simple. Take `RateLimitedIndexOutput` 
for example, if we delegate all methods in `FilterIndexOutput`, then we also 
need to delegate all related methods for `RateLimitedIndexOutput`, otherwise 
the sub-classes can implement their own methods and skip the rate limiter? I'm 
not sure if there are any other sub-class of FilterXxx have the same problem.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to