Re: compile failed on mesos upstream master branch

2016-12-29 Thread tommy xiao
hi haosdent, remove the mesos, and git clone again, it work like a charm 2016-12-30 13:03 GMT+08:00 tommy xiao : > always output missing > > gcc: error: ../../3rdparty/http-parser-2.6.2/http_parser.c: No such file > or directory > > gcc: fatal error: no input files > > > use below env: > > https

Re: compile failed on mesos upstream master branch

2016-12-29 Thread tommy xiao
always output missing gcc: error: ../../3rdparty/http-parser-2.6.2/http_parser.c: No such file or directory gcc: fatal error: no input files use below env: https://github.com/xiaods/mesos-vagrant-env 2016-12-30 10:33 GMT+08:00 haosdent : > have you try > > $ ./bootstrap > $ mkdir build > $

Re: compile failed on mesos upstream master branch

2016-12-29 Thread haosdent
have you try $ ./bootstrap $ mkdir build $ cd build $ ../configure $ make On Fri, Dec 30, 2016 at 6:19 AM, tommy xiao wrote: > today i refresh the code base on my vagrant develop branch, build, make > then get failed, anyone can do me a hint on the failed file. > > ```shell > > make[3]: 进入目录“

Re: Too many files

2016-12-29 Thread haosdent
No. It means executor/task only could open 4000 files exclude child processes. On Fri, Dec 30, 2016 at 2:32 AM, Kiril Menshikov wrote: > It’s 4000. Does this mean that sum of all child open files should not > exceed this value? Because I see that task limit is also 4000. > > > On Dec 29, 2016, a

compile failed on mesos upstream master branch

2016-12-29 Thread tommy xiao
today i refresh the code base on my vagrant develop branch, build, make then get failed, anyone can do me a hint on the failed file. ```shell make[3]: 进入目录“/home/vagrant/build/3rdparty” /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKA

Re: Too many files

2016-12-29 Thread Kiril Menshikov
It’s 4000. Does this mean that sum of all child open files should not exceed this value? Because I see that task limit is also 4000. > On Dec 29, 2016, at 19:48, haosdent wrote: > > Hi, @Kiril It sounds like your executor reaches max open file limit. May you > show the result of > > $ cat /p

Re: Too many files

2016-12-29 Thread haosdent
Hi, @Kiril It sounds like your executor reaches max open file limit. May you show the result of $ cat /proc/${your_executor_pid}/limits On Fri, Dec 30, 2016 at 1:07 AM, Kiril Menshikov wrote: > ​Hi, > > I have executor which run java programs. One executor execute around 800 > tasks. Last ~10

Too many files

2016-12-29 Thread Kiril Menshikov
​Hi, I have executor which run java programs. One executor execute around 800 tasks. Last ~100 failed with "Too many open files". I increased nofile and nproc limits. During my debug I could not say that problem in in the tasks. But some times linux reach limits. I see some boxes are good with out