HubSpot/Singularity

Unnecessary LOG.error message when running singularity on a cluster that contains another framework

gtinjr opened this issue · 1 comments

When installing SingularityService 0.19.2 on a Mesos cluster with Marathon installed, Singularity logs error messages because it can not find singularityTaskId on tasks that got deployed by marathon.

Could you please remove the LOG.error("Couldn't get SingularityTaskId for {}", taskUsage); from SingularityUsagePoller.java around line 199?

Thx

We can update that code to filter for Singularity's own framework ID in the output from mesos 👍