bbeaudreault commented on PR #4273: URL: https://github.com/apache/hbase/pull/4273#issuecomment-1097209778
The test failure was due to a somewhat implicit dependency between HTableMultiplexer and AsyncProcess conf parsing. I fixed that by creating a new AsyncProcess constuctor for use by HTableMultiplier which upgrades the dependency to explicit. This way we're unlikely to hit issues like this again in the future. The change is covered by existing tests since they failed previously and now succeed. -- 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]
