[GitHub] incubator-ponymail issue #184: Bug: setup.py does not handle connection fail...

2016-10-15 Thread sebbASF
Github user sebbASF commented on the issue: https://github.com/apache/incubator-ponymail/issues/184 Oops - it looks like the multiple failure reports are caused by the urllib3 connection retry code. However setup.py could/should intercept the failure and provide a concise err

[GitHub] incubator-ponymail issue #184: Bug: setup.py does not handle connection fail...

2016-10-15 Thread sebbASF
GitHub user sebbASF opened an issue: https://github.com/apache/incubator-ponymail/issues/184 Bug: setup.py does not handle connection failure well If setup.py cannot contact the elastic server, it reports multiple errors. It should give up on the first failure. ---