Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable Task IDs #225

Open
JessicaLHartog opened this issue Oct 19, 2017 · 0 comments
Open

Customizable Task IDs #225

JessicaLHartog opened this issue Oct 19, 2017 · 0 comments

Comments

@JessicaLHartog
Copy link
Collaborator

Right now, the Task IDs for a task are determined by the following code.

String taskName = frameworkName + " | worker | " + topologyAndNodeId + ":" + slot.getPort();

However, in future versions of Mesos (beyond 0.28.2) tasks on the UI are identifiable using their framework name, instead of having to have that information embedded into the task ID. Since this code, that utilizes the frameworkName would then be redundant, we should make it an option on whether or not to include it in the task ID. Namely, the task ID should be a bit more customizable -- adding the ability to toggle on/off inclusion of the framework name in the task ID.

This was realized in discussion of #223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant