> On Oct. 16, 2016, 2:35 p.m., Renan DelValle wrote: > > Attempted to deploy binaries generated by this on my cluster. Everything > > seemed to install fine, but I had issues deploying docker containers. > > Thermos crashes with the following error: > > ``` > > ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version > > `GLIBCXX_3.4.20' not found > > ``` > > I suspect that the GLIBC that thermos is compiled with is one of the newer > > ones, causing issues with Docker containers that contain older versions of > > it. I'll have to experiment a bit to see if this is true. > > Renan DelValle wrote: > Looked into his and the take away is that if Mesos is compiled with a > version of GLIBC, we can't compile an egg for Mesos with a lower version of > the GLIBCXX. Containers will just have to have a compatible version of the > libstdc++ as a side effect of the way we load thermos into the container
To be clear, this is with the DockerContainerizer right? - Zameer ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52437/#review152813 ----------------------------------------------------------- On Oct. 12, 2016, 4:17 p.m., Renan DelValle wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52437/ > ----------------------------------------------------------- > > (Updated Oct. 12, 2016, 4:17 p.m.) > > > Review request for Aurora, Dmitriy Shirchenko and Zameer Manji. > > > Repository: aurora-packaging > > > Description > ------- > > Added builder and test environment for Xenial as well as updated instructions > on how to test it. > > Added distributtion to release-candidate script. > > > Diffs > ----- > > build-support/release/release-candidate > c08c88529ec036989032869198da7a21dcf6ac35 > builder/deb/ubuntu-xenial/Dockerfile PRE-CREATION > builder/deb/ubuntu-xenial/build.sh PRE-CREATION > specs/debian/aurora-scheduler.startup.sh PRE-CREATION > specs/ubuntu-xenial/aurora-doc.docs PRE-CREATION > specs/ubuntu-xenial/aurora-doc.examples PRE-CREATION > specs/ubuntu-xenial/aurora-pants.ini PRE-CREATION > specs/ubuntu-xenial/aurora-scheduler.default PRE-CREATION > specs/ubuntu-xenial/aurora-scheduler.install PRE-CREATION > specs/ubuntu-xenial/aurora-scheduler.links PRE-CREATION > specs/ubuntu-xenial/aurora-scheduler.postinst PRE-CREATION > specs/ubuntu-xenial/aurora-scheduler.service PRE-CREATION > specs/ubuntu-xenial/aurora-scheduler.startup.sh PRE-CREATION > specs/ubuntu-xenial/aurora-tools.install PRE-CREATION > specs/ubuntu-xenial/aurora-tools.links PRE-CREATION > specs/ubuntu-xenial/changelog PRE-CREATION > specs/ubuntu-xenial/clusters.json PRE-CREATION > specs/ubuntu-xenial/compat PRE-CREATION > specs/ubuntu-xenial/control PRE-CREATION > specs/ubuntu-xenial/copyright PRE-CREATION > specs/ubuntu-xenial/rules PRE-CREATION > specs/ubuntu-xenial/source/format PRE-CREATION > specs/ubuntu-xenial/thermos.default PRE-CREATION > specs/ubuntu-xenial/thermos.dirs PRE-CREATION > specs/ubuntu-xenial/thermos.install PRE-CREATION > specs/ubuntu-xenial/thermos.links PRE-CREATION > specs/ubuntu-xenial/thermos.service PRE-CREATION > test/deb/ubuntu-xenial/README.md PRE-CREATION > test/deb/ubuntu-xenial/Vagrantfile PRE-CREATION > test/deb/ubuntu-xenial/provision.sh PRE-CREATION > > Diff: https://reviews.apache.org/r/52437/diff/ > > > Testing > ------- > > Created artifacts using the build-artifacts script. > > Brought a vagrant image up, installed all deb files created by the artifacts > script, started both aurora-scheduler and thermos services, and launched a > sample job. > > > Thanks, > > Renan DelValle > >
