Re: What is the status about GPU feature on Mesos?

2016-01-04 Thread Nan Xiao
should combine with other frameworks, such as Marathon, right? Thanks very much in advance! Best Regards Nan Xiao On Tue, Jan 5, 2016 at 3:52 AM, Anshuman Goswami wrote: > I have been working on GPU QoS by modifying the GPU kernels. Something along > the lines of this. The basic mechanism

What is the status about GPU feature on Mesos?

2016-01-03 Thread Nan Xiao
he v0.26 code, I also can't see any special code for GPU. So what is the status about GPU feature on Mesos? Thanks very much in advance! Best Regards Nan Xiao

Re: The issue of "Failed to shutdown socket with fd xx: Transport endpoint is not connected" on Mesos master

2015-12-30 Thread Nan Xiao
Hi Avinash, Sorry for my unclear expression! The root cause is not related to k8s, but the CentOS which k8s is running on. It is related to iptables. After executing "iptables -F", it works! Best Regards Nan Xiao On Wed, Dec 30, 2015 at 11:41 PM, Avinash Sridharan wrote: > T

Re: How can mesos print logs from VLOG function?

2015-12-30 Thread Nan Xiao
Hi Marco, Yes, it worked, thanks very much! Best Regards Nan Xiao On Wed, Dec 30, 2015 at 4:55 PM, Marco Massenzio wrote: > Mesos uses Google Logging[0] and, according to the documentation there, the > VLOG(n) calls are only logged if a variable GLOG_v=m (where n > m) is > con

How can mesos print logs from VLOG function?

2015-12-30 Thread Nan Xiao
he size of the quorum of replicas when using 'replicated_log' based available options are 'replicated_log', 'in_memory' (for testing). (default: replicated_log) I can't find related configurations. So how can mesos print logs from VLOG function? Thanks in advance! Best Regards Nan Xiao

Re: The issue of "Failed to shutdown socket with fd xx: Transport endpoint is not connected" on Mesos master

2015-12-29 Thread Nan Xiao
Hi Avinash, Thanks very much for your reply! The root cause has been found: the k8s server has enabled the iptables which blocks connection from Mesos master; after disable it, it works! Best Regards Nan Xiao On Wed, Dec 30, 2015 at 3:22 AM, Avinash Sridharan wrote: > lsof command will s

Re: The issue of "Failed to shutdown socket with fd xx: Transport endpoint is not connected" on Mesos master

2015-12-29 Thread Nan Xiao
BTW, using "lsof" command finds there are only 16 file descriptors. I don't know why Mesos master try to close "fd 17". Best Regards Nan Xiao On Tue, Dec 29, 2015 at 11:32 AM, Nan Xiao wrote: > Hi Klaus, > > Firstly, thanks very much for your answer! > &g

Re: The issue of "Failed to shutdown socket with fd xx: Transport endpoint is not connected" on Mesos master

2015-12-28 Thread Nan Xiao
/mesos.internal.RegisterFrameworkMessage .. >From the log, the Mesos master rejected the k8s's registeration, and k8s retry constantly. Have you met this issue before? Thanks very much in advance! Best Regards Nan Xiao On Mon, Dec 28, 2015 at 7:26 PM, Klaus Ma wrote: > It seems Kubernetes is down; would

The issue of "Failed to shutdown socket with fd xx: Transport endpoint is not connected" on Mesos master

2015-12-28 Thread Nan Xiao
figure out why Mesos master complains "Failed to shutdown socket with fd 17: Transport endpoint is not connected". Could someone give some clues on this issue? Thanks very much in advance! Best Regards Nan Xiao