Open balistof opened 8 years ago
@balistof: Are you following the getting-started instructions? Also, according to your stacktrace, the version is printed as 1.0.1.RELEASE
, but the latest release of SCDF's mesos-server is at 1.0.0.RELEASE
- could you clarify the version and where you downloaded the bits from?
@sabbyanandan: yes I am following the instruction with docker image: springcloud/spring-cloud-dataflow-server-mesos:1.0.0.RELEASE but the logs print 1.0.1 release...
What I have just seen is that if I increase the memory to 1GB it started working.
The logs show the version of SCDF Core. SCDF for Mesos 1.0.0.RELEASE builds on the 1.0.1.RELEASE version of the core project. Maybe we should look into replacing the banner with an implementation specific one.
@trisberg: Ah, yeah, looks like you fixed the banner across all the SCDF servers now! We default the memory setting at 512MB, should we explicitly document the memory requirement to be a little more?
I would rather suggest setting the java memory limits on the spring boot application running inside docker. There seems to be general issues with memory allocation and heap sizing as java cannot detect available memory correctly inside docker.
You could experiment with setting a "_JAVA_OPTIONS" env var for the server deployment in scdf-server.json
. We added additional support for providing env vars for each deployment for the Kubernetes deployer, we should probably do that for the Mesos deployer as well.
When I deploy the dataflow server on mesosphere the task crashes a few seconds after the launch.
The last log I see is:
Marathon UI is telling me following:
Any suggestions where I can dig?