-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52534/#review161408
-----------------------------------------------------------
Bad patch!
Reviews applied: [52534, 51027]
Failed command: python support/apply-reviews.py -n -r 51027
Error:
Traceback (most recent call last):
File "support/apply-reviews.py", line 349, in <module>
reviewboard()
File "support/apply-reviews.py", line 328, in reviewboard
apply_review()
File "support/apply-reviews.py", line 121, in apply_review
fetch_patch()
File "support/apply-reviews.py", line 150, in fetch_patch
r = urllib2.urlopen(patch_url(), context=ssl_create_default_context())
File "support/apply-reviews.py", line 131, in ssl_create_default_context
context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
AttributeError: 'module' object has no attribute 'SSLContext'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "support/apply-reviews.py", line 119, in <lambda>
atexit.register(lambda: os.remove('%s.patch' % patch_id()))
OSError: [Errno 2] No such file or directory: '51027.patch'
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "support/apply-reviews.py", line 119, in <lambda>
atexit.register(lambda: os.remove('%s.patch' % patch_id()))
OSError: [Errno 2] No such file or directory: '51027.patch'
Full log: https://builds.apache.org/job/Mesos-Reviewbot/16701/console
- Mesos ReviewBot
On Jan. 12, 2017, 6:56 p.m., Jacob Janco wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/52534/
> -----------------------------------------------------------
>
> (Updated Jan. 12, 2017, 6:56 p.m.)
>
>
> Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Jiang Yan Xu.
>
>
> Bugs: MESOS-6904
> https://issues.apache.org/jira/browse/MESOS-6904
>
>
> Repository: mesos
>
>
> Description
> -------
>
> - With an asynchronous `batch()` allocation,
> this ensures that filters do not expire
> before the next allocation.
> - This patch should be reverted when allocation
> occurs on resource recovery.
>
>
> Diffs
> -----
>
> src/master/allocator/mesos/hierarchical.hpp a6424d624864155e1c87a28a63b784512c5c8722
> src/master/allocator/mesos/hierarchical.cpp 91b1ec43940a788459f045ca4a4b82d4e8373bca
>
> Diff: https://reviews.apache.org/r/52534/diff/
>
>
> Testing
> -------
>
> With https://reviews.apache.org/r/51027/:
>
> GTEST_FILTER="-*SmallOfferFilter*" make check -j8
>
>
> Thanks,
>
> Jacob Janco
>
>
|