Task has duplicate ID

2014-08-05 Thread Sai Sagar
Hi, I am getting the message Task has duplicate ID from the task status after calling launchTasks() from scheduler. May I know why this is happening? Thanks and Regards, J. Sai Sagar Software Engineer, Innovation Labs Impetus - Bangalore https://www.linkedin.com/profile/view?id=248623976trk

Re: Task has duplicate ID

2014-08-05 Thread Bill Farner
Mesos requires globally-unique task IDs. This error indicates that you have provided the same ID for two tasks (field TaskInfo.taskId). -=Bill On Tue, Aug 5, 2014 at 5:12 AM, Sai Sagar jsaisa...@gmail.com wrote: Hi, I am getting the message Task has duplicate ID from the task status