dbw9580 commented on pull request #2084: URL: https://github.com/apache/drill/pull/2084#issuecomment-674045895
The `connection rejected: /127.0.0.1:31011` failure was because sometimes Drill does not bind to the default ports (`31010, 31011, 31012`). It can bind to later ports like `31013, 31014, 31015`, hence the connection was rejected. I believe the reason Drill didn't bind to the default ports is that those ports was used by the process from the last test run and had not been recycled by the system. If I wait for a minute or two before starting another round of testing, it's likely the test will pass. This is part of DRILL-7754, but I haven't come up with a plan to reliably store the ports info in IPFS. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org