----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25184/#review52544 -----------------------------------------------------------
Bad patch! Reviews applied: [25184] Failed command: ./bootstrap Error: autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --warnings=all -I m4 autoreconf: configure.ac: tracing configure.ac:45: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1] configure.ac:45: Try \`$[0] --help' for more information. aclocal.m4:625: LT_OUTPUT is expanded from... configure.ac:45: the top level configure.ac:45: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1] configure.ac:45: Try \`$[0] --help' for more information. aclocal.m4:625: LT_OUTPUT is expanded from... configure.ac:45: the top level configure.ac:430: warning: cannot check for file existence when cross compiling ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from... configure.ac:430: the top level configure.ac:554: warning: The macro `AC_LANG_SAVE' is obsolete. configure.ac:554: You should run autoupdate. ../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:554: the top level configure.ac:554: warning: The macro `AC_LANG_C' is obsolete. configure.ac:554: You should run autoupdate. ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:554: the top level configure.ac:554: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:554: You should run autoupdate. ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:554: the top level configure.ac:554: warning: The macro `AC_LANG_RESTORE' is obsolete. configure.ac:554: You should run autoupdate. ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from... m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:554: the top level configure.ac:905: warning: The macro `AC_PYTHON_DEVEL' is obsolete. configure.ac:905: You should run autoupdate. m4/ax_python_devel.m4:72: AC_PYTHON_DEVEL is expanded from... configure.ac:905: the top level autoreconf: configure.ac: adding subdirectory 3rdparty/libprocess to autoreconf autoreconf: Entering directory `3rdparty/libprocess' autom4te: cannot open > /tmp/ar9elUtK/am4t5EkGUD/traces.m4: No such file or directory aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 - Mesos ReviewBot On Sept. 6, 2014, 3:38 a.m., Chengwei Yang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25184/ > ----------------------------------------------------------- > > (Updated Sept. 6, 2014, 3:38 a.m.) > > > Review request for mesos and Adam B. > > > Bugs: MESOS-1746 > https://issues.apache.org/jira/browse/MESOS-1746 > > > Repository: mesos-git > > > Description > ------- > > There was a bug found that Spark use TaskStatus.data to transfer computed > result and mesos-master RES memory keeps increasing fast and finally will be > killed by OOM killer. > > > Diffs > ----- > > src/master/master.cpp 2508b38e86b8399886bffcbaca8ec11c731363d8 > > Diff: https://reviews.apache.org/r/25184/diff/ > > > Testing > ------- > > tested with spark > > > Thanks, > > Chengwei Yang > >
