You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2016/07/29 15:29:20 UTC

[jira] [Created] (YETUS-440) releasedocmaker retry logic still needs work

Allen Wittenauer created YETUS-440:
--------------------------------------

             Summary: releasedocmaker retry logic still needs work
                 Key: YETUS-440
                 URL: https://issues.apache.org/jira/browse/YETUS-440
             Project: Yetus
          Issue Type: Bug
          Components: Release Doc Maker
            Reporter: Allen Wittenauer


Looks like we're not catching 'em all:

{code}
Connection failed 1 times. Retrying.
Traceback (most recent call last):
  File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 993, in <module>
    main()
  File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 834, in main
    jlist = sorted(JiraIter(vstr, projects))
  File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 443, in __init__
    self.jiras = JiraIter.collect_jiras(ver, projects)
  File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 422, in collect_jiras
    data = JiraIter.query_jira(ver, projects, pos)
  File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 379, in query_jira
    return JiraIter.load_jira(params, 0)
  File "/Users/aw/shared-vmware/yetus/release-doc-maker/releasedocmaker.py", line 386, in load_jira
    params)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
    '_open', req)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1240, in https_open
    context=self._context)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1200, in do_open
    r = h.getresponse(buffering=True)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1136, in getresponse
    response.begin()
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 453, in begin
    version, status, reason = self._read_status()
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 409, in _read_status
    line = self.fp.readline(_MAXLINE + 1)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 480, in readline
    data = self._sock.recv(self._rbufsize)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 734, in recv
    return self.read(buflen)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 621, in read
    v = self._sslobj.read(len or 1024)
socket.error: [Errno 54] Connection reset by peer
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)