briaugenreich commented on PR #4853: URL: https://github.com/apache/hbase/pull/4853#issuecomment-1338123031
@bbeaudreault That makes sense to me. I also had to update `MonitoredRPCHandlerImpl` which extends `MonitoredTaskImpl`. The `MonitoredRPCHandlerImpl` usages in our tests definitely did not follow the convention of always calling setDescription. I used a precondition check for not null values as I see that's common throughout the code but can add a null check and plain return if that's better. -- 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]
