You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Arpan Ghosh <ar...@gmail.com> on 2012/06/07 06:12:16 UTC

Make check and test framework failed for latest source

Hi,

I pulled the latest mesos source from the SVN repository. I am able to
configure and make it, but 3 tests in 'make check' fail with the following
message:

[----------] Global test environment tear-down
[==========] 141 tests from 28 test cases ran. (37832 ms total)
[  PASSED  ] 138 tests.
[  FAILED  ] 3 tests, listed below:
[  FAILED  ] ProcTest.Pids
[  FAILED  ] FsTest.MountTableHasOption
[  FAILED  ] FsTest.FileSystemTableRead

 3 FAILED TESTS
  YOU HAVE 6 DISABLED TESTS

FAIL: mesos-tests
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/princeton_ram/mesos-latest/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/princeton_ram/mesos-latest/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/princeton_ram/mesos-latest/src'
make: *** [check-recursive] Error 1

I start one master and one slave and try running the C++ test framework. It
launches 5 tasks and then they get lost with the following output:

I0607 04:01:51.041038 23652 slave.cpp:493] Queuing task '1' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.041810 23652 slave.cpp:457] Got assigned task 2 for
framework 201206070345-682324096-5050-23190-0002
I0607 04:01:51.041918 23652 slave.cpp:493] Queuing task '2' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.041817 23655 process_based_isolation_module.cpp:129] Forked
executor at 28209
I0607 04:01:51.042006 23652 slave.cpp:457] Got assigned task 3 for
framework 201206070345-682324096-5050-23190-0002
I0607 04:01:51.042037 23652 slave.cpp:493] Queuing task '3' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.042080 23652 slave.cpp:457] Got assigned task 4 for
framework 201206070345-682324096-5050-23190-0002
I0607 04:01:51.042104 23652 slave.cpp:493] Queuing task '4' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.430037 23645 process_based_isolation_module.cpp:255] Telling
slave of lost executor default of framework
201206070345-682324096-5050-23190-0002
I0607 04:01:51.430143 23650 slave.cpp:1383] Executor 'default' of framework
201206070345-682324096-5050-23190-0002 has exited with status 127
I0607 04:01:51.432226 23650 slave.cpp:989] Status update: task 0 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.432874 23213 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 0 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.433084 23213 master.cpp:1166] Sending 1 offers to framework
201206070345-682324096-5050-23190-0002
Task 0 is in state 5
.I0607 04:01:51.433737 23650 slave.cpp:989] Status update: task 1 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.434123 23212 master.cpp:704] Received reply for offer
201206070345-682324096-5050-23190-150
I0607 04:01:51.434206 23212 master.cpp:1417] Filtered slave
201206070345-682324096-5050-23190-0 (node11.princeton.vicci.org) for
framework 201206070345-682324096-5050-23190-0002 for 5 seconds
I0607 04:01:51.434376 23212 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 1 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
Task 1 is in state 5
I0607 04:01:51.435143 23650 slave.cpp:989] Status update: task 2 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.435583 23215 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 2 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
Task 2 is in state 5
I0607 04:01:51.436579 23650 slave.cpp:989] Status update: task 3 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.436964 23214 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 3 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST


Any help would be appreciated.

Thanks

Arpan

Fwd: Make check and test framework failed for latest source

Posted by Benjamin Hindman <be...@eecs.berkeley.edu>.
---------- Forwarded message ----------
From: Benjamin Hindman <be...@eecs.berkeley.edu>
Date: Wed, Jun 6, 2012 at 11:13 PM
Subject: Re: Make check and test framework failed for latest source
To: mesos-user@incubator.apache.org


Hi Arpan,

There were two recent bugs introduced. We've got some fixes but are waiting
for https://reviews.apache.org to come back online to get it reviewed and
committed (but if it doesn't, we'll commit the fixes by EOD June 6th).

Sorry for the inconvenience.

Ben.


On Wed, Jun 6, 2012 at 9:37 PM, Arpan Ghosh <ar...@gmail.com> wrote:

> Hi,
>
> I pulled the latest mesos source from the SVN repository. I am able to
> configure and make it, but 3 tests in 'make check' fail with the following
> message:
>
> [----------] Global test environment tear-down
> [==========] 141 tests from 28 test cases ran. (37832 ms total)
> [  PASSED  ] 138 tests.
> [  FAILED  ] 3 tests, listed below:
> [  FAILED  ] ProcTest.Pids
> [  FAILED  ] FsTest.MountTableHasOption
> [  FAILED  ] FsTest.FileSystemTableRead
>
>  3 FAILED TESTS
>   YOU HAVE 6 DISABLED TESTS
>
> FAIL: mesos-tests
> ==================
> 1 of 1 test failed
> ==================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make: *** [check-recursive] Error 1
>
> I start one master and one slave and try running the C++ test framework.
> It launches 5 tasks and then they get lost with the following output:
>
> I0607 04:01:51.041038 23652 slave.cpp:493] Queuing task '1' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041810 23652 slave.cpp:457] Got assigned task 2 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041918 23652 slave.cpp:493] Queuing task '2' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041817 23655 process_based_isolation_module.cpp:129] Forked
> executor at 28209
> I0607 04:01:51.042006 23652 slave.cpp:457] Got assigned task 3 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042037 23652 slave.cpp:493] Queuing task '3' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042080 23652 slave.cpp:457] Got assigned task 4 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042104 23652 slave.cpp:493] Queuing task '4' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.430037 23645 process_based_isolation_module.cpp:255]
> Telling slave of lost executor default of framework
> 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.430143 23650 slave.cpp:1383] Executor 'default' of
> framework 201206070345-682324096-5050-23190-0002 has exited with status 127
> I0607 04:01:51.432226 23650 slave.cpp:989] Status update: task 0 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.432874 23213 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 0 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
>
> I0607 04:01:51.433084 23213 master.cpp:1166] Sending 1 offers to framework
> 201206070345-682324096-5050-23190-0002
> Task 0 is in state 5
> .I0607 04:01:51.433737 23650 slave.cpp:989] Status update: task 1 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.434123 23212 master.cpp:704] Received reply for offer
> 201206070345-682324096-5050-23190-150
> I0607 04:01:51.434206 23212 master.cpp:1417] Filtered slave
> 201206070345-682324096-5050-23190-0 (node11.princeton.vicci.org) for
> framework 201206070345-682324096-5050-23190-0002 for 5 seconds
>  I0607 04:01:51.434376 23212 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 1 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
>
> Task 1 is in state 5
> I0607 04:01:51.435143 23650 slave.cpp:989] Status update: task 2 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.435583 23215 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 2 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
>
> Task 2 is in state 5
> I0607 04:01:51.436579 23650 slave.cpp:989] Status update: task 3 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.436964 23214 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 3 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
>
>
>
> Any help would be appreciated.
>
> Thanks
>
> Arpan
>
>

Make check and test framework failed for latest source

Posted by Arpan Ghosh <ar...@gmail.com>.
Hi,

I pulled the latest mesos source from the SVN repository. I am able to
configure and make it, but 3 tests in 'make check' fail with the following
message:

[----------] Global test environment tear-down
[==========] 141 tests from 28 test cases ran. (37832 ms total)
[  PASSED  ] 138 tests.
[  FAILED  ] 3 tests, listed below:
[  FAILED  ] ProcTest.Pids
[  FAILED  ] FsTest.MountTableHasOption
[  FAILED  ] FsTest.FileSystemTableRead

 3 FAILED TESTS
  YOU HAVE 6 DISABLED TESTS

FAIL: mesos-tests
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/princeton_ram/mesos-latest/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/princeton_ram/mesos-latest/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/princeton_ram/mesos-latest/src'
make: *** [check-recursive] Error 1

I start one master and one slave and try running the C++ test framework. It
launches 5 tasks and then they get lost with the following output:

I0607 04:01:51.041038 23652 slave.cpp:493] Queuing task '1' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.041810 23652 slave.cpp:457] Got assigned task 2 for
framework 201206070345-682324096-5050-23190-0002
I0607 04:01:51.041918 23652 slave.cpp:493] Queuing task '2' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.041817 23655 process_based_isolation_module.cpp:129] Forked
executor at 28209
I0607 04:01:51.042006 23652 slave.cpp:457] Got assigned task 3 for
framework 201206070345-682324096-5050-23190-0002
I0607 04:01:51.042037 23652 slave.cpp:493] Queuing task '3' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.042080 23652 slave.cpp:457] Got assigned task 4 for
framework 201206070345-682324096-5050-23190-0002
I0607 04:01:51.042104 23652 slave.cpp:493] Queuing task '4' for executor
default of framework '201206070345-682324096-5050-23190-0002
I0607 04:01:51.430037 23645 process_based_isolation_module.cpp:255] Telling
slave of lost executor default of framework
201206070345-682324096-5050-23190-0002
I0607 04:01:51.430143 23650 slave.cpp:1383] Executor 'default' of framework
201206070345-682324096-5050-23190-0002 has exited with status 127
I0607 04:01:51.432226 23650 slave.cpp:989] Status update: task 0 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.432874 23213 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 0 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.433084 23213 master.cpp:1166] Sending 1 offers to framework
201206070345-682324096-5050-23190-0002
Task 0 is in state 5
.I0607 04:01:51.433737 23650 slave.cpp:989] Status update: task 1 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.434123 23212 master.cpp:704] Received reply for offer
201206070345-682324096-5050-23190-150
I0607 04:01:51.434206 23212 master.cpp:1417] Filtered slave
201206070345-682324096-5050-23190-0 (node11.princeton.vicci.org) for
framework 201206070345-682324096-5050-23190-0002 for 5 seconds
I0607 04:01:51.434376 23212 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 1 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
Task 1 is in state 5
I0607 04:01:51.435143 23650 slave.cpp:989] Status update: task 2 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.435583 23215 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 2 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
Task 2 is in state 5
I0607 04:01:51.436579 23650 slave.cpp:989] Status update: task 3 of
framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
I0607 04:01:51.436964 23214 master.cpp:956] Status update from slave(1)@
128.112.171.40:60241: task 3 of framework
201206070345-682324096-5050-23190-0002 is now in state TASK_LOST


Any help would be appreciated.

Thanks

Arpan

Re: Make check and test framework failed for latest source

Posted by Benjamin Hindman <be...@eecs.berkeley.edu>.
Hi Arpan,

There were two recent bugs introduced. We've got some fixes but are waiting
for https://reviews.apache.org to come back online to get it reviewed and
committed (but if it doesn't, we'll commit the fixes by EOD June 6th).

Sorry for the inconvenience.

Ben.


On Wed, Jun 6, 2012 at 9:12 PM, Arpan Ghosh <ar...@gmail.com> wrote:

> Hi,
>
> I pulled the latest mesos source from the SVN repository. I am able to
> configure and make it, but 3 tests in 'make check' fail with the following
> message:
>
> [----------] Global test environment tear-down
> [==========] 141 tests from 28 test cases ran. (37832 ms total)
> [  PASSED  ] 138 tests.
> [  FAILED  ] 3 tests, listed below:
> [  FAILED  ] ProcTest.Pids
> [  FAILED  ] FsTest.MountTableHasOption
> [  FAILED  ] FsTest.FileSystemTableRead
>
>  3 FAILED TESTS
>  YOU HAVE 6 DISABLED TESTS
>
> FAIL: mesos-tests
> ==================
> 1 of 1 test failed
> ==================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make: *** [check-recursive] Error 1
>
> I start one master and one slave and try running the C++ test framework. It
> launches 5 tasks and then they get lost with the following output:
>
> I0607 04:01:51.041038 23652 slave.cpp:493] Queuing task '1' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041810 23652 slave.cpp:457] Got assigned task 2 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041918 23652 slave.cpp:493] Queuing task '2' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041817 23655 process_based_isolation_module.cpp:129] Forked
> executor at 28209
> I0607 04:01:51.042006 23652 slave.cpp:457] Got assigned task 3 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042037 23652 slave.cpp:493] Queuing task '3' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042080 23652 slave.cpp:457] Got assigned task 4 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042104 23652 slave.cpp:493] Queuing task '4' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.430037 23645 process_based_isolation_module.cpp:255] Telling
> slave of lost executor default of framework
> 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.430143 23650 slave.cpp:1383] Executor 'default' of framework
> 201206070345-682324096-5050-23190-0002 has exited with status 127
> I0607 04:01:51.432226 23650 slave.cpp:989] Status update: task 0 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.432874 23213 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 0 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.433084 23213 master.cpp:1166] Sending 1 offers to framework
> 201206070345-682324096-5050-23190-0002
> Task 0 is in state 5
> .I0607 04:01:51.433737 23650 slave.cpp:989] Status update: task 1 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.434123 23212 master.cpp:704] Received reply for offer
> 201206070345-682324096-5050-23190-150
> I0607 04:01:51.434206 23212 master.cpp:1417] Filtered slave
> 201206070345-682324096-5050-23190-0 (node11.princeton.vicci.org) for
> framework 201206070345-682324096-5050-23190-0002 for 5 seconds
> I0607 04:01:51.434376 23212 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 1 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> Task 1 is in state 5
> I0607 04:01:51.435143 23650 slave.cpp:989] Status update: task 2 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.435583 23215 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 2 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> Task 2 is in state 5
> I0607 04:01:51.436579 23650 slave.cpp:989] Status update: task 3 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.436964 23214 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 3 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
>
>
> Any help would be appreciated.
>
> Thanks
>
> Arpan
>

Re: Make check and test framework failed for latest source

Posted by Benjamin Hindman <be...@eecs.berkeley.edu>.
Hi Arpan,

There were two recent bugs introduced. We've got some fixes but are waiting
for https://reviews.apache.org to come back online to get it reviewed and
committed (but if it doesn't, we'll commit the fixes by EOD June 6th).

Sorry for the inconvenience.

Ben.


On Wed, Jun 6, 2012 at 9:12 PM, Arpan Ghosh <ar...@gmail.com> wrote:

> Hi,
>
> I pulled the latest mesos source from the SVN repository. I am able to
> configure and make it, but 3 tests in 'make check' fail with the following
> message:
>
> [----------] Global test environment tear-down
> [==========] 141 tests from 28 test cases ran. (37832 ms total)
> [  PASSED  ] 138 tests.
> [  FAILED  ] 3 tests, listed below:
> [  FAILED  ] ProcTest.Pids
> [  FAILED  ] FsTest.MountTableHasOption
> [  FAILED  ] FsTest.FileSystemTableRead
>
>  3 FAILED TESTS
>  YOU HAVE 6 DISABLED TESTS
>
> FAIL: mesos-tests
> ==================
> 1 of 1 test failed
> ==================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `/home/princeton_ram/mesos-latest/src'
> make: *** [check-recursive] Error 1
>
> I start one master and one slave and try running the C++ test framework. It
> launches 5 tasks and then they get lost with the following output:
>
> I0607 04:01:51.041038 23652 slave.cpp:493] Queuing task '1' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041810 23652 slave.cpp:457] Got assigned task 2 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041918 23652 slave.cpp:493] Queuing task '2' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.041817 23655 process_based_isolation_module.cpp:129] Forked
> executor at 28209
> I0607 04:01:51.042006 23652 slave.cpp:457] Got assigned task 3 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042037 23652 slave.cpp:493] Queuing task '3' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042080 23652 slave.cpp:457] Got assigned task 4 for
> framework 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.042104 23652 slave.cpp:493] Queuing task '4' for executor
> default of framework '201206070345-682324096-5050-23190-0002
> I0607 04:01:51.430037 23645 process_based_isolation_module.cpp:255] Telling
> slave of lost executor default of framework
> 201206070345-682324096-5050-23190-0002
> I0607 04:01:51.430143 23650 slave.cpp:1383] Executor 'default' of framework
> 201206070345-682324096-5050-23190-0002 has exited with status 127
> I0607 04:01:51.432226 23650 slave.cpp:989] Status update: task 0 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.432874 23213 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 0 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.433084 23213 master.cpp:1166] Sending 1 offers to framework
> 201206070345-682324096-5050-23190-0002
> Task 0 is in state 5
> .I0607 04:01:51.433737 23650 slave.cpp:989] Status update: task 1 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.434123 23212 master.cpp:704] Received reply for offer
> 201206070345-682324096-5050-23190-150
> I0607 04:01:51.434206 23212 master.cpp:1417] Filtered slave
> 201206070345-682324096-5050-23190-0 (node11.princeton.vicci.org) for
> framework 201206070345-682324096-5050-23190-0002 for 5 seconds
> I0607 04:01:51.434376 23212 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 1 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> Task 1 is in state 5
> I0607 04:01:51.435143 23650 slave.cpp:989] Status update: task 2 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.435583 23215 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 2 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> Task 2 is in state 5
> I0607 04:01:51.436579 23650 slave.cpp:989] Status update: task 3 of
> framework 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
> I0607 04:01:51.436964 23214 master.cpp:956] Status update from slave(1)@
> 128.112.171.40:60241: task 3 of framework
> 201206070345-682324096-5050-23190-0002 is now in state TASK_LOST
>
>
> Any help would be appreciated.
>
> Thanks
>
> Arpan
>