cwd [/home/greg/Workspaces/Mongo Workspace/mongo] num procs:358 removing: /data/db/sconsTests//mongod.lock running /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 27999 --dbpath /data/db/sconsTests/ --nopreallocj Wed Aug 1 12:27:40 [initandlisten] MongoDB starting : pid=10266 port=27999 dbpath=/data/db/sconsTests/ 64-bit host=ubuntu Wed Aug 1 12:27:40 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 Wed Aug 1 12:27:40 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f Wed Aug 1 12:27:40 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 Wed Aug 1 12:27:40 [initandlisten] options: { dbpath: "/data/db/sconsTests/", nopreallocj: true, port: 27999 } [Errno 111] Connection refused Wed Aug 1 12:27:42 [initandlisten] journal dir=/data/db/sconsTests/journal Wed Aug 1 12:27:42 [initandlisten] recover : no journal files present, no recovery needed Wed Aug 1 12:27:42 [initandlisten] waiting for connections on port 27999 Wed Aug 1 12:27:42 [websvr] admin web console waiting for connections on port 28999 Wed Aug 1 12:27:42 [initandlisten] connection accepted from 127.0.0.1:39483 #1 (1 connection now open) ******************************************* Test : multi_version_cluster_passthrough.js ... Wed Aug 1 12:27:42 [conn1] end connection 127.0.0.1:39483 (0 connections now open) Command : /home/greg/Workspaces/Mongo Workspace/mongo/mongo --port 27999 /home/greg/Workspaces/Mongo Workspace/mongo/jstests/multiVersion/multi_version_cluster_passthrough.js --eval TestData = new Object();TestData.testPath = "/home/greg/Workspaces/Mongo Workspace/mongo/jstests/multiVersion/multi_version_cluster_passthrough.js";TestData.testFile = "multi_version_cluster_passthrough.js";TestData.testName = "multi_version_cluster_passthrough";TestData.noJournal = false;TestData.noJournalPrealloc = true;TestData.auth = false;TestData.keyFile = null;TestData.keyFileData = null; Date : Wed Aug 1 12:27:42 2012 MongoDB shell version: 2.2.0-rc1-pre- connecting to: 127.0.0.1:27999/test Wed Aug 1 12:27:42 [initandlisten] connection accepted from 127.0.0.1:39484 #2 (1 connection now open) null ---- Running multi-version 2.0/2.2 mongod/mongos cluster tests... ---- ******************************************* Test : jstests/sharding/multi_mongos2a.js ... Resetting db path '/data/db/multi_mongos10' Wed Aug 1 12:27:42 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/multi_mongos10 --nopreallocj m30000| Wed Aug 1 12:27:42 [initandlisten] MongoDB starting : pid=10281 port=30000 dbpath=/data/db/multi_mongos10 64-bit host=ubuntu m30000| Wed Aug 1 12:27:42 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:27:42 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:27:42 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:27:42 [initandlisten] options: { dbpath: "/data/db/multi_mongos10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:27:42 [initandlisten] journal dir=/data/db/multi_mongos10/journal m30000| Wed Aug 1 12:27:42 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:27:42 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:27:42 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:27:42 [initandlisten] connection accepted from 127.0.0.1:41661 #1 Resetting db path '/data/db/multi_mongos11' Wed Aug 1 12:27:42 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/multi_mongos11 --nopreallocj m30001| Wed Aug 1 12:27:42 [initandlisten] MongoDB starting : pid=10294 port=30001 dbpath=/data/db/multi_mongos11 64-bit host=ubuntu m30001| Wed Aug 1 12:27:42 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:27:42 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:27:42 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:27:42 [initandlisten] options: { dbpath: "/data/db/multi_mongos11", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:27:42 [initandlisten] journal dir=/data/db/multi_mongos11/journal m30001| Wed Aug 1 12:27:42 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:27:43 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:27:43 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:27:43 [initandlisten] connection accepted from 127.0.0.1:57105 #1 "localhost:30000" m30000| Wed Aug 1 12:27:43 [initandlisten] connection accepted from 127.0.0.1:41664 #2 ShardingTest multi_mongos1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:27:43 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -v --chunkSize 50 m30999| Wed Aug 1 12:27:43 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:27:43 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10309 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:27:43 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:27:43 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:27:43 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999, verbose: true } m30999| Wed Aug 1 12:27:43 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:27:43 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:27:43 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:43 [initandlisten] connection accepted from 127.0.0.1:41666 #3 m30999| Wed Aug 1 12:27:43 [mongosMain] connected connection! m30999| Wed Aug 1 12:27:43 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:27:43 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:27:43 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:43 [CheckConfigServers] connected connection! m30000| Wed Aug 1 12:27:43 [initandlisten] connection accepted from 127.0.0.1:41667 #4 m30999| Wed Aug 1 12:27:43 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:27:43 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:43 [initandlisten] connection accepted from 127.0.0.1:41668 #5 m30999| Wed Aug 1 12:27:43 [mongosMain] connected connection! m30000| Wed Aug 1 12:27:43 [FileAllocator] allocating new datafile /data/db/multi_mongos10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:27:43 [FileAllocator] creating directory /data/db/multi_mongos10/_tmp m30000| Wed Aug 1 12:27:43 [FileAllocator] done allocating datafile /data/db/multi_mongos10/config.ns, size: 16MB, took 0.121 secs m30000| Wed Aug 1 12:27:43 [FileAllocator] allocating new datafile /data/db/multi_mongos10/config.0, filling with zeroes... m30000| Wed Aug 1 12:27:44 [FileAllocator] done allocating datafile /data/db/multi_mongos10/config.0, size: 64MB, took 0.734 secs m30000| Wed Aug 1 12:27:44 [FileAllocator] allocating new datafile /data/db/multi_mongos10/config.1, filling with zeroes... m30000| Wed Aug 1 12:27:44 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn5] insert config.version 872ms m30999| Wed Aug 1 12:27:44 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:27:44 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:27:44 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:27:44 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:27:44 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:27:44 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:27:44 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:27:44 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:27:44 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:27:44 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:44 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:27:44 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:44 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:27:44 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:27:44 m30999| Wed Aug 1 12:27:44 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:27:44 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:27:44 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:44 [Balancer] connected connection! m30000| Wed Aug 1 12:27:44 [initandlisten] connection accepted from 127.0.0.1:41674 #6 m30000| Wed Aug 1 12:27:44 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:44 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:27:44 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838464:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:27:44 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:44 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:27:44 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838464:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838464:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838464:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:27:44 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195900a72427703e5c82e5" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:27:44 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:44 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:27:44 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838464:1804289383', sleeping for 30000ms m30000| Wed Aug 1 12:27:44 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:27:44 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838464:1804289383' acquired, ts : 50195900a72427703e5c82e5 m30999| Wed Aug 1 12:27:44 [Balancer] *** start balancing round m30999| Wed Aug 1 12:27:44 [Balancer] no collections to balance m30999| Wed Aug 1 12:27:44 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:27:44 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:27:44 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838464:1804289383' unlocked. m30999| Wed Aug 1 12:27:44 [mongosMain] connection accepted from 127.0.0.1:59843 #1 (1 connection now open) Wed Aug 1 12:27:44 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30998 --configdb localhost:30000 -v --chunkSize 50 m30998| Wed Aug 1 12:27:44 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30998| Wed Aug 1 12:27:44 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10333 port=30998 64-bit host=ubuntu (--help for usage) m30998| Wed Aug 1 12:27:44 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30998| Wed Aug 1 12:27:44 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30998| Wed Aug 1 12:27:44 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30998, verbose: true } m30998| Wed Aug 1 12:27:44 [mongosMain] config string : localhost:30000 m30998| Wed Aug 1 12:27:44 [mongosMain] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:27:44 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:44 [initandlisten] connection accepted from 127.0.0.1:41677 #7 m30998| Wed Aug 1 12:27:44 [mongosMain] connected connection! m30998| Wed Aug 1 12:27:44 BackgroundJob starting: CheckConfigServers m30998| Wed Aug 1 12:27:44 [CheckConfigServers] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:27:44 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:44 [initandlisten] connection accepted from 127.0.0.1:41678 #8 m30998| Wed Aug 1 12:27:44 [CheckConfigServers] connected connection! m30998| Wed Aug 1 12:27:44 [mongosMain] MaxChunkSize: 50 m30998| Wed Aug 1 12:27:44 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:27:44 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:27:44 BackgroundJob starting: Balancer m30998| Wed Aug 1 12:27:44 [Balancer] about to contact config servers and shards m30998| Wed Aug 1 12:27:44 BackgroundJob starting: cursorTimeout m30998| Wed Aug 1 12:27:44 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:27:44 BackgroundJob starting: PeriodicTask::Runner m30998| Wed Aug 1 12:27:44 [websvr] admin web console waiting for connections on port 31998 m30998| Wed Aug 1 12:27:44 [mongosMain] waiting for connections on port 30998 m30998| Wed Aug 1 12:27:44 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:44 [initandlisten] connection accepted from 127.0.0.1:41679 #9 m30998| Wed Aug 1 12:27:44 [Balancer] connected connection! m30998| Wed Aug 1 12:27:44 [Balancer] config servers and shards contacted successfully m30998| Wed Aug 1 12:27:44 [Balancer] balancer id: ubuntu:30998 started at Aug 1 12:27:44 m30998| Wed Aug 1 12:27:44 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30998| Wed Aug 1 12:27:44 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:27:44 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:44 [initandlisten] connection accepted from 127.0.0.1:41680 #10 m30998| Wed Aug 1 12:27:44 [Balancer] connected connection! m30998| Wed Aug 1 12:27:44 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:27:44 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30998:1343838464:1804289383 (sleeping for 30000ms) m30998| Wed Aug 1 12:27:44 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30998:1343838464:1804289383: m30998| { "state" : 1, m30998| "who" : "ubuntu:30998:1343838464:1804289383:Balancer:846930886", m30998| "process" : "ubuntu:30998:1343838464:1804289383", m30998| "when" : { "$date" : "Wed Aug 1 12:27:44 2012" }, m30998| "why" : "doing balance round", m30998| "ts" : { "$oid" : "501959005efe03646b53f093" } } m30998| { "_id" : "balancer", m30998| "state" : 0, m30998| "ts" : { "$oid" : "50195900a72427703e5c82e5" } } m30998| Wed Aug 1 12:27:44 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:27:44 2012 by distributed lock pinger 'localhost:30000/ubuntu:30998:1343838464:1804289383', sleeping for 30000ms m30998| Wed Aug 1 12:27:44 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838464:1804289383' acquired, ts : 501959005efe03646b53f093 m30998| Wed Aug 1 12:27:44 [Balancer] *** start balancing round m30998| Wed Aug 1 12:27:44 [Balancer] no collections to balance m30998| Wed Aug 1 12:27:44 [Balancer] no need to move any chunk m30998| Wed Aug 1 12:27:44 [Balancer] *** end of balancing round m30998| Wed Aug 1 12:27:44 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838464:1804289383' unlocked. m30998| Wed Aug 1 12:27:44 [mongosMain] connection accepted from 127.0.0.1:53293 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:27:44 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:27:44 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:27:44 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:44 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:27:46 [FileAllocator] done allocating datafile /data/db/multi_mongos10/config.1, size: 128MB, took 2.297 secs m30000| Wed Aug 1 12:27:46 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 1769ms m30999| Wed Aug 1 12:27:46 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:27:46 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:27:46 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:46 [conn1] connected connection! m30001| Wed Aug 1 12:27:46 [initandlisten] connection accepted from 127.0.0.1:57124 #2 m30999| Wed Aug 1 12:27:46 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:27:46 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:27:46 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:27:46 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:27:46 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:27:46 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { num: 1.0 } } m30999| Wed Aug 1 12:27:46 [conn1] enable sharding on: test.foo with shard key: { num: 1.0 } m30001| Wed Aug 1 12:27:46 [FileAllocator] allocating new datafile /data/db/multi_mongos11/test.ns, filling with zeroes... m30001| Wed Aug 1 12:27:46 [FileAllocator] creating directory /data/db/multi_mongos11/_tmp m30001| Wed Aug 1 12:27:46 [FileAllocator] done allocating datafile /data/db/multi_mongos11/test.ns, size: 16MB, took 0.411 secs m30001| Wed Aug 1 12:27:46 [FileAllocator] allocating new datafile /data/db/multi_mongos11/test.0, filling with zeroes... m30001| Wed Aug 1 12:27:47 [FileAllocator] done allocating datafile /data/db/multi_mongos11/test.0, size: 64MB, took 0.786 secs m30001| Wed Aug 1 12:27:47 [FileAllocator] allocating new datafile /data/db/multi_mongos11/test.1, filling with zeroes... m30001| Wed Aug 1 12:27:47 [conn2] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:27:47 [conn2] build index done 0 records 0 secs m30001| Wed Aug 1 12:27:47 [conn2] info: creating collection test.foo on add index m30001| Wed Aug 1 12:27:47 [conn2] build index test.foo { num: 1.0 } m30001| Wed Aug 1 12:27:47 [conn2] build index done 0 records 0 secs m30001| Wed Aug 1 12:27:47 [conn2] insert test.system.indexes 1215ms m30999| Wed Aug 1 12:27:47 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 50195903a72427703e5c82e6 m30999| Wed Aug 1 12:27:47 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195903a72427703e5c82e6 based on: (empty) m30000| Wed Aug 1 12:27:47 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:27:47 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:47 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:27:47 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:47 [conn1] connected connection! m30000| Wed Aug 1 12:27:47 [initandlisten] connection accepted from 127.0.0.1:41683 #11 m30999| Wed Aug 1 12:27:47 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195900a72427703e5c82e4 m30999| Wed Aug 1 12:27:47 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:27:47 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:27:47 [conn1] resetting shard version of test.foo on localhost:30000, version is zero m30999| Wed Aug 1 12:27:47 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195900a72427703e5c82e4'), shard: "shard0000", shardHost: "localhost:30000" } 0x2ad6790 m30999| Wed Aug 1 12:27:47 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:27:47 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:27:47 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:47 [conn1] connected connection! m30999| Wed Aug 1 12:27:47 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195900a72427703e5c82e4 m30001| Wed Aug 1 12:27:47 [initandlisten] connection accepted from 127.0.0.1:57126 #3 m30999| Wed Aug 1 12:27:47 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:27:47 BackgroundJob starting: WriteBackListener-localhost:30001 m30001| Wed Aug 1 12:27:48 [conn3] command admin.$cmd command: { setShardVersion: "", init: true, configdb: "localhost:30000", serverID: ObjectId('50195900a72427703e5c82e4'), authoritative: true, $auth: {} } ntoreturn:1 reslen:51 609ms m30999| Wed Aug 1 12:27:48 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195903a72427703e5c82e6'), serverID: ObjectId('50195900a72427703e5c82e4'), shard: "shard0001", shardHost: "localhost:30001" } 0x2ad7210 m30999| Wed Aug 1 12:27:48 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:27:48 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195903a72427703e5c82e6'), serverID: ObjectId('50195900a72427703e5c82e4'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x2ad7210 m30000| Wed Aug 1 12:27:48 [initandlisten] connection accepted from 127.0.0.1:41685 #12 m30999| Wed Aug 1 12:27:48 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test", "partitioned" : true, "primary" : "shard0001" } m30001| Wed Aug 1 12:27:48 [conn3] build index test.existing { _id: 1 } m30001| Wed Aug 1 12:27:48 [conn3] build index done 0 records 0 secs m30998| Wed Aug 1 12:27:48 [conn1] DBConfig unserialize: test { _id: "test", partitioned: true, primary: "shard0001" } m30998| Wed Aug 1 12:27:48 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195903a72427703e5c82e6 based on: (empty) m30998| Wed Aug 1 12:27:48 [conn1] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:27:48 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:48 [initandlisten] connection accepted from 127.0.0.1:41686 #13 m30998| Wed Aug 1 12:27:48 [conn1] connected connection! m30998| Wed Aug 1 12:27:48 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959005efe03646b53f092 m30998| Wed Aug 1 12:27:48 [conn1] initializing shard connection to localhost:30000 m30998| Wed Aug 1 12:27:48 BackgroundJob starting: WriteBackListener-localhost:30000 m30998| Wed Aug 1 12:27:48 [conn1] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:27:48 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:27:48 [initandlisten] connection accepted from 127.0.0.1:57129 #4 m30998| Wed Aug 1 12:27:48 [conn1] connected connection! m30998| Wed Aug 1 12:27:48 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959005efe03646b53f092 m30998| Wed Aug 1 12:27:48 [conn1] initializing shard connection to localhost:30001 m30998| Wed Aug 1 12:27:48 BackgroundJob starting: WriteBackListener-localhost:30001 m30998| Wed Aug 1 12:27:48 [WriteBackListener-localhost:30001] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:27:48 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:27:48 [initandlisten] connection accepted from 127.0.0.1:57130 #5 m30998| Wed Aug 1 12:27:48 [WriteBackListener-localhost:30001] connected connection! m30998| Wed Aug 1 12:27:48 [conn1] DBConfig unserialize: admin { _id: "admin", partitioned: false, primary: "config" } m30998| Wed Aug 1 12:27:48 [conn1] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:27:48 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:27:48 [initandlisten] connection accepted from 127.0.0.1:57131 #6 m30998| Wed Aug 1 12:27:48 [conn1] connected connection! m30001| Wed Aug 1 12:27:49 [FileAllocator] done allocating datafile /data/db/multi_mongos11/test.1, size: 128MB, took 1.881 secs m30001| Wed Aug 1 12:27:49 [conn6] command admin.$cmd command: { checkShardingIndex: "test.existing", keyPattern: { _id: 1.0 } } ntoreturn:1 reslen:46 1261ms m30998| Wed Aug 1 12:27:49 [conn1] CMD: shardcollection: { shardcollection: "test.existing", key: { _id: 1.0 } } m30998| Wed Aug 1 12:27:49 [conn1] enable sharding on: test.existing with shard key: { _id: 1.0 } m30998| Wed Aug 1 12:27:49 [conn1] going to create 1 chunk(s) for: test.existing using new epoch 501959055efe03646b53f094 m30998| Wed Aug 1 12:27:49 [conn1] ChunkManager: time to load chunks for test.existing: 0ms sequenceNumber: 3 version: 1|0||501959055efe03646b53f094 based on: (empty) m30998| Wed Aug 1 12:27:49 [conn1] setShardVersion shard0001 localhost:30001 test.existing { setShardVersion: "test.existing", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959055efe03646b53f094'), serverID: ObjectId('501959005efe03646b53f092'), shard: "shard0001", shardHost: "localhost:30001" } 0x1253ee0 m30998| Wed Aug 1 12:27:49 [conn1] setShardVersion failed! m30998| { oldVersion: Timestamp 0|0, ns: "test.existing", need_authoritative: true, errmsg: "first time for collection 'test.existing'", ok: 0.0 } m30998| Wed Aug 1 12:27:49 [conn1] setShardVersion shard0001 localhost:30001 test.existing { setShardVersion: "test.existing", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959055efe03646b53f094'), serverID: ObjectId('501959005efe03646b53f092'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1253ee0 m30998| Wed Aug 1 12:27:49 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:27:49 [conn1] CMD: movechunk: { moveChunk: "test.existing", find: { _id: 1.0 }, to: "localhost:30000" } m30998| Wed Aug 1 12:27:49 [conn1] moving chunk ns: test.existing moving ( ns:test.existing at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30000| Wed Aug 1 12:27:49 [initandlisten] connection accepted from 127.0.0.1:41690 #14 m30001| Wed Aug 1 12:27:49 [conn6] received moveChunk request: { moveChunk: "test.existing", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.existing-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:27:49 [conn6] created new distributed lock for test.existing on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:27:49 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838469:1900810031 (sleeping for 30000ms) m30001| Wed Aug 1 12:27:49 [conn6] distributed lock 'test.existing/ubuntu:30001:1343838469:1900810031' acquired, ts : 501959057df74bd5c2f89f26 m30001| Wed Aug 1 12:27:49 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:27:49-0", server: "ubuntu", clientAddr: "127.0.0.1:57131", time: new Date(1343838469444), what: "moveChunk.start", ns: "test.existing", details: { min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:27:49 [conn6] moveChunk request accepted at version 1|0 m30001| Wed Aug 1 12:27:49 [conn6] moveChunk number of documents: 1 m30001| Wed Aug 1 12:27:49 [initandlisten] connection accepted from 127.0.0.1:57133 #7 m30000| Wed Aug 1 12:27:49 [FileAllocator] allocating new datafile /data/db/multi_mongos10/test.ns, filling with zeroes... m30000| Wed Aug 1 12:27:49 [FileAllocator] done allocating datafile /data/db/multi_mongos10/test.ns, size: 16MB, took 0.349 secs m30000| Wed Aug 1 12:27:49 [FileAllocator] allocating new datafile /data/db/multi_mongos10/test.0, filling with zeroes... m30999| Wed Aug 1 12:27:50 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:27:50 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:50 [Balancer] connected connection! m30000| Wed Aug 1 12:27:50 [initandlisten] connection accepted from 127.0.0.1:41692 #15 m30998| Wed Aug 1 12:27:50 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:27:50 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:27:50 [Balancer] connected connection! m30000| Wed Aug 1 12:27:50 [initandlisten] connection accepted from 127.0.0.1:41693 #16 m30001| Wed Aug 1 12:27:50 [conn6] moveChunk data transfer progress: { active: true, ns: "test.existing", from: "localhost:30001", min: { _id: MinKey }, max: { _id: MaxKey }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:27:50 [FileAllocator] done allocating datafile /data/db/multi_mongos10/test.0, size: 64MB, took 0.713 secs m30000| Wed Aug 1 12:27:50 [FileAllocator] allocating new datafile /data/db/multi_mongos10/test.1, filling with zeroes... m30000| Wed Aug 1 12:27:50 [migrateThread] build index test.existing { _id: 1 } m30000| Wed Aug 1 12:27:50 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:50 [migrateThread] info: creating collection test.existing on add index m30999| Wed Aug 1 12:27:50 [Balancer] Refreshing MaxChunkSize: 50 m30000| Wed Aug 1 12:27:50 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.existing' { _id: MinKey } -> { _id: MaxKey } m30998| Wed Aug 1 12:27:50 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:27:50 [Balancer] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:27:50 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:50 [Balancer] connected connection! m30001| Wed Aug 1 12:27:50 [initandlisten] connection accepted from 127.0.0.1:57136 #8 m30998| Wed Aug 1 12:27:50 [Balancer] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:27:50 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:27:50 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838464:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838464:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838464:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:27:50 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195906a72427703e5c82e7" } } m30999| { "_id" : "balancer", m30999| "state" : 0, m30999| "ts" : { "$oid" : "501959005efe03646b53f093" } } m30998| Wed Aug 1 12:27:50 [Balancer] connected connection! m30001| Wed Aug 1 12:27:50 [initandlisten] connection accepted from 127.0.0.1:57137 #9 m30001| Wed Aug 1 12:27:51 [conn6] moveChunk data transfer progress: { active: true, ns: "test.existing", from: "localhost:30001", min: { _id: MinKey }, max: { _id: MaxKey }, state: "catchup", counts: { cloned: 1, clonedBytes: 18, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:27:52 [migrateThread] migrate commit flushed to journal for 'test.existing' { _id: MinKey } -> { _id: MaxKey } m30001| Wed Aug 1 12:27:52 [conn6] moveChunk data transfer progress: { active: true, ns: "test.existing", from: "localhost:30001", min: { _id: MinKey }, max: { _id: MaxKey }, state: "steady", counts: { cloned: 1, clonedBytes: 18, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:27:52 [conn6] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:27:52 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.existing' { _id: MinKey } -> { _id: MaxKey } m30000| Wed Aug 1 12:27:54 [FileAllocator] done allocating datafile /data/db/multi_mongos10/test.1, size: 128MB, took 3.607 secs m30000| Wed Aug 1 12:27:54 [migrateThread] migrate commit flushed to journal for 'test.existing' { _id: MinKey } -> { _id: MaxKey } m30000| Wed Aug 1 12:27:54 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:27:54-0", server: "ubuntu", clientAddr: "", time: new Date(1343838474129), what: "moveChunk.to", ns: "test.existing", details: { min: { _id: MinKey }, max: { _id: MaxKey }, step1: 1069, step2: 0, step3: 57, step4: 0, step5: 3557 } } m30998| Wed Aug 1 12:27:54 [Balancer] checking last ping for lock 'balancer/ubuntu:30999:1343838464:1804289383' against process and ping Wed Dec 31 19:00:00 1969 m30999| Wed Aug 1 12:27:54 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838464:1804289383' acquired, ts : 50195906a72427703e5c82e7 m30998| Wed Aug 1 12:27:54 [Balancer] creating new connection to:localhost:30000 m30001| Wed Aug 1 12:27:54 [conn6] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.existing", from: "localhost:30001", min: { _id: MinKey }, max: { _id: MaxKey }, state: "done", counts: { cloned: 1, clonedBytes: 18, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:27:54 [conn6] moveChunk moved last chunk out for collection 'test.existing' m30999| Wed Aug 1 12:27:54 [Balancer] *** start balancing round m30000| Wed Aug 1 12:27:54 [conn14] command admin.$cmd command: { _recvChunkCommit: 1 } ntoreturn:1 reslen:223 1683ms m30000| Wed Aug 1 12:27:54 [initandlisten] connection accepted from 127.0.0.1:41696 #17 m30998| Wed Aug 1 12:27:54 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:27:54 [initandlisten] connection accepted from 127.0.0.1:41697 #18 m30998| Wed Aug 1 12:27:54 [Balancer] connected connection! m30998| Wed Aug 1 12:27:54 [Balancer] could not force lock 'balancer/ubuntu:30999:1343838464:1804289383' because elapsed time 0 <= takeover time 900000 m30998| Wed Aug 1 12:27:54 [Balancer] skipping balancing round because another balancer is active m30001| Wed Aug 1 12:27:54 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:27:54-1", server: "ubuntu", clientAddr: "127.0.0.1:57131", time: new Date(1343838474130), what: "moveChunk.commit", ns: "test.existing", details: { min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:27:54 [conn6] doing delete inline m30001| Wed Aug 1 12:27:54 [conn6] moveChunk deleted: 1 m30000| Wed Aug 1 12:27:54 [conn6] build index config.tags { _id: 1 } m30001| Wed Aug 1 12:27:54 [conn6] distributed lock 'test.existing/ubuntu:30001:1343838469:1900810031' unlocked. m30001| Wed Aug 1 12:27:54 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:27:54-2", server: "ubuntu", clientAddr: "127.0.0.1:57131", time: new Date(1343838474132), what: "moveChunk.from", ns: "test.existing", details: { min: { _id: MinKey }, max: { _id: MaxKey }, step1: 0, step2: 1, step3: 0, step4: 3001, step5: 1684, step6: 0 } } m30001| Wed Aug 1 12:27:54 [conn6] command admin.$cmd command: { moveChunk: "test.existing", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.existing-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4688ms m30998| Wed Aug 1 12:27:54 [conn1] moveChunk result: { ok: 1.0 } m30000| Wed Aug 1 12:27:54 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:27:54 [conn6] info: creating collection config.tags on add index m30000| Wed Aug 1 12:27:54 [conn6] build index config.tags { ns: 1, min: 1 } m30000| Wed Aug 1 12:27:54 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:27:54 [Balancer] shard0001 has more chunks me:1 best: shard0000:0 m30999| Wed Aug 1 12:27:54 [Balancer] collection : test.foo m30999| Wed Aug 1 12:27:54 [Balancer] donor : shard0001 chunks on 1 m30999| Wed Aug 1 12:27:54 [Balancer] receiver : shard0000 chunks on 0 m30999| Wed Aug 1 12:27:54 [Balancer] threshold : 2 m30999| Wed Aug 1 12:27:54 [Balancer] collection : test.existing m30999| Wed Aug 1 12:27:54 [Balancer] donor : shard0000 chunks on 1 m30999| Wed Aug 1 12:27:54 [Balancer] receiver : shard0001 chunks on 0 m30999| Wed Aug 1 12:27:54 [Balancer] threshold : 2 m30999| Wed Aug 1 12:27:54 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:27:54 [Balancer] *** end of balancing round m30998| Wed Aug 1 12:27:54 [conn1] ChunkManager: time to load chunks for test.existing: 0ms sequenceNumber: 4 version: 2|0||000000000000000000000000 based on: 1|0||501959055efe03646b53f094 m30999| Wed Aug 1 12:27:54 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838464:1804289383' unlocked. m30999| Wed Aug 1 12:27:54 [conn1] DBConfig unserialize: test { _id: "test", partitioned: true, primary: "shard0001" } m30999| Wed Aug 1 12:27:54 [conn1] ChunkManager: time to load chunks for test.existing: 0ms sequenceNumber: 3 version: 2|0||000000000000000000000000 based on: (empty) m30999| Wed Aug 1 12:27:54 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 4 version: 1|0||50195903a72427703e5c82e6 based on: (empty) m30999| Wed Aug 1 12:27:54 [conn1] setShardVersion shard0000 localhost:30000 test.existing { setShardVersion: "test.existing", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195900a72427703e5c82e4'), shard: "shard0000", shardHost: "localhost:30000" } 0x2ad6790 m30999| Wed Aug 1 12:27:54 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.existing", need_authoritative: true, errmsg: "first time for collection 'test.existing'", ok: 0.0 } m30999| Wed Aug 1 12:27:54 [conn1] setShardVersion shard0000 localhost:30000 test.existing { setShardVersion: "test.existing", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195900a72427703e5c82e4'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x2ad6790 m30999| Wed Aug 1 12:27:54 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:27:54 [conn1] setShardVersion shard0000 localhost:30000 test.existing { setShardVersion: "test.existing", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959005efe03646b53f092'), shard: "shard0000", shardHost: "localhost:30000" } 0x1251a60 m30998| Wed Aug 1 12:27:54 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:27:54 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:27:54 [conn3] end connection 127.0.0.1:41666 m30001| Wed Aug 1 12:27:54 [conn8] end connection 127.0.0.1:57136 m30001| Wed Aug 1 12:27:54 [conn3] end connection 127.0.0.1:57126 m30000| Wed Aug 1 12:27:54 [conn11] end connection 127.0.0.1:41683 m30000| Wed Aug 1 12:27:54 [conn15] end connection 127.0.0.1:41692 m30000| Wed Aug 1 12:27:54 [conn4] end connection 127.0.0.1:41667 m30000| Wed Aug 1 12:27:54 [conn6] end connection 127.0.0.1:41674 Wed Aug 1 12:27:55 shell: stopped mongo program on port 30999 m30998| Wed Aug 1 12:27:55 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:27:55 [conn7] end connection 127.0.0.1:41677 m30000| Wed Aug 1 12:27:55 [conn8] end connection 127.0.0.1:41678 m30000| Wed Aug 1 12:27:55 [conn10] end connection 127.0.0.1:41680 m30001| Wed Aug 1 12:27:55 [conn9] end connection 127.0.0.1:57137 m30001| Wed Aug 1 12:27:55 [conn4] end connection 127.0.0.1:57129 m30000| Wed Aug 1 12:27:55 [conn18] end connection 127.0.0.1:41697 m30000| Wed Aug 1 12:27:55 [conn16] end connection 127.0.0.1:41693 m30000| Wed Aug 1 12:27:55 [conn13] end connection 127.0.0.1:41686 m30001| Wed Aug 1 12:27:55 [conn6] end connection 127.0.0.1:57131 Wed Aug 1 12:27:56 shell: stopped mongo program on port 30998 m30000| Wed Aug 1 12:27:56 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:27:56 [interruptThread] now exiting m30000| Wed Aug 1 12:27:56 dbexit: m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:27:56 [interruptThread] closing listening socket: 12 m30000| Wed Aug 1 12:27:56 [interruptThread] closing listening socket: 13 m30000| Wed Aug 1 12:27:56 [interruptThread] closing listening socket: 14 m30000| Wed Aug 1 12:27:56 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:27:56 [conn7] end connection 127.0.0.1:57133 m30000| Wed Aug 1 12:27:56 [conn17] end connection 127.0.0.1:41696 m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:27:56 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:27:56 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:27:56 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:27:56 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:27:56 dbexit: really exiting now Wed Aug 1 12:27:57 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:27:57 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:27:57 [interruptThread] now exiting m30001| Wed Aug 1 12:27:57 dbexit: m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:27:57 [interruptThread] closing listening socket: 15 m30001| Wed Aug 1 12:27:57 [interruptThread] closing listening socket: 16 m30001| Wed Aug 1 12:27:57 [interruptThread] closing listening socket: 17 m30001| Wed Aug 1 12:27:57 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:27:57 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:27:57 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:27:57 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:27:57 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:27:57 dbexit: really exiting now Wed Aug 1 12:27:58 shell: stopped mongo program on port 30001 *** ShardingTest multi_mongos1 completed successfully in 15.505 seconds *** 15506ms >>>>>>> skipping test that will fail due to a custom multi-version setup names ******************************************* Test : jstests/sharding/sync1.js ... Wed Aug 1 12:27:58 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30000 --dbpath /data/db/sync10 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m30000| note: noprealloc may hurt performance in many applications m30000| Wed Aug 1 12:27:58 [initandlisten] MongoDB starting : pid=10393 port=30000 dbpath=/data/db/sync10 64-bit host=ubuntu m30000| Wed Aug 1 12:27:58 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m30000| Wed Aug 1 12:27:58 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30000| Wed Aug 1 12:27:58 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30000| Wed Aug 1 12:27:58 [initandlisten] options: { dbpath: "/data/db/sync10", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 30000, smallfiles: true } m30000| Wed Aug 1 12:27:58 [initandlisten] journal dir=/data/db/sync10/journal m30000| Wed Aug 1 12:27:58 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:27:58 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:27:58 [initandlisten] connection accepted from 127.0.0.1:41699 #1 (1 connection now open) Wed Aug 1 12:27:58 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30001 --dbpath /data/db/sync11 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m30001| note: noprealloc may hurt performance in many applications m30001| Wed Aug 1 12:27:58 [initandlisten] MongoDB starting : pid=10406 port=30001 dbpath=/data/db/sync11 64-bit host=ubuntu m30001| Wed Aug 1 12:27:58 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m30001| Wed Aug 1 12:27:58 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30001| Wed Aug 1 12:27:58 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30001| Wed Aug 1 12:27:58 [initandlisten] options: { dbpath: "/data/db/sync11", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 30001, smallfiles: true } m30001| Wed Aug 1 12:27:58 [initandlisten] journal dir=/data/db/sync11/journal m30001| Wed Aug 1 12:27:58 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:27:58 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:27:58 [initandlisten] connection accepted from 127.0.0.1:57143 #1 (1 connection now open) Wed Aug 1 12:27:58 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30002 --dbpath /data/db/sync12 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m30002| note: noprealloc may hurt performance in many applications m30002| Wed Aug 1 12:27:58 [initandlisten] MongoDB starting : pid=10419 port=30002 dbpath=/data/db/sync12 64-bit host=ubuntu m30002| Wed Aug 1 12:27:58 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m30002| Wed Aug 1 12:27:58 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30002| Wed Aug 1 12:27:58 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30002| Wed Aug 1 12:27:58 [initandlisten] options: { dbpath: "/data/db/sync12", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 30002, smallfiles: true } m30002| Wed Aug 1 12:27:58 [initandlisten] journal dir=/data/db/sync12/journal m30002| Wed Aug 1 12:27:58 [initandlisten] recover : no journal files present, no recovery needed m30002| Wed Aug 1 12:27:58 [initandlisten] waiting for connections on port 30002 m30002| Wed Aug 1 12:27:58 [initandlisten] connection accepted from 127.0.0.1:59135 #1 (1 connection now open) Wed Aug 1 12:27:58 SyncClusterConnection connecting to [localhost:30000] m30000| Wed Aug 1 12:27:58 [initandlisten] connection accepted from 127.0.0.1:41704 #2 (2 connections now open) Wed Aug 1 12:27:58 SyncClusterConnection connecting to [localhost:30001] m30001| Wed Aug 1 12:27:58 [initandlisten] connection accepted from 127.0.0.1:57147 #2 (2 connections now open) Wed Aug 1 12:27:58 SyncClusterConnection connecting to [localhost:30002] m30002| Wed Aug 1 12:27:58 [initandlisten] connection accepted from 127.0.0.1:59138 #2 (2 connections now open) m30000| Wed Aug 1 12:27:58 [conn2] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:27:58 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:27:58 [conn2] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:27:58 [FileAllocator] allocating new datafile /data/db/sync10/test.ns, filling with zeroes... m30001| Wed Aug 1 12:27:58 [FileAllocator] allocating new datafile /data/db/sync11/test.ns, filling with zeroes... m30000| Wed Aug 1 12:27:58 [FileAllocator] creating directory /data/db/sync10/_tmp m30001| Wed Aug 1 12:27:58 [FileAllocator] creating directory /data/db/sync11/_tmp m30002| Wed Aug 1 12:27:58 [FileAllocator] allocating new datafile /data/db/sync12/test.ns, filling with zeroes... m30002| Wed Aug 1 12:27:58 [FileAllocator] creating directory /data/db/sync12/_tmp m30002| Wed Aug 1 12:27:59 [FileAllocator] done allocating datafile /data/db/sync12/test.ns, size: 16MB, took 0.562 secs m30002| Wed Aug 1 12:27:59 [FileAllocator] allocating new datafile /data/db/sync12/test.0, filling with zeroes... m30001| Wed Aug 1 12:27:59 [FileAllocator] done allocating datafile /data/db/sync11/test.ns, size: 16MB, took 0.802 secs m30000| Wed Aug 1 12:27:59 [FileAllocator] done allocating datafile /data/db/sync10/test.ns, size: 16MB, took 0.802 secs m30000| Wed Aug 1 12:27:59 [FileAllocator] allocating new datafile /data/db/sync10/test.0, filling with zeroes... m30001| Wed Aug 1 12:27:59 [FileAllocator] allocating new datafile /data/db/sync11/test.0, filling with zeroes... m30002| Wed Aug 1 12:27:59 [FileAllocator] done allocating datafile /data/db/sync12/test.0, size: 16MB, took 0.353 secs m30002| Wed Aug 1 12:27:59 [conn2] build index test.sync1 { _id: 1 } m30002| Wed Aug 1 12:27:59 [conn2] build index done. scanned 0 total records. 0 secs m30002| Wed Aug 1 12:27:59 [conn2] insert test.sync1 keyUpdates:0 locks(micros) w:928964 928ms m30001| Wed Aug 1 12:28:00 [FileAllocator] done allocating datafile /data/db/sync11/test.0, size: 16MB, took 0.504 secs m30000| Wed Aug 1 12:28:00 [FileAllocator] done allocating datafile /data/db/sync10/test.0, size: 16MB, took 0.505 secs m30000| Wed Aug 1 12:28:00 [conn2] build index test.sync1 { _id: 1 } m30001| Wed Aug 1 12:28:00 [conn2] build index test.sync1 { _id: 1 } m30000| Wed Aug 1 12:28:00 [conn2] build index done. scanned 0 total records. 0 secs m30001| Wed Aug 1 12:28:00 [conn2] build index done. scanned 0 total records. 0 secs m30000| Wed Aug 1 12:28:00 [conn2] insert test.sync1 keyUpdates:0 locks(micros) w:1319620 1319ms m30001| Wed Aug 1 12:28:00 [conn2] insert test.sync1 keyUpdates:0 locks(micros) w:1319634 1319ms m30000| Wed Aug 1 12:28:00 [conn2] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 keyUpdates:0 reslen:79 122ms m30000| Wed Aug 1 12:28:00 [conn2] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:28:00 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:00 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:00 [conn2] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 keyUpdates:0 reslen:79 112ms m30000| Wed Aug 1 12:28:00 got signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:28:00 [interruptThread] now exiting m30000| Wed Aug 1 12:28:00 dbexit: m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:28:00 [interruptThread] closing listening socket: 15 m30000| Wed Aug 1 12:28:00 [interruptThread] closing listening socket: 17 m30000| Wed Aug 1 12:28:00 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:28:00 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:28:00 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:28:00 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:28:00 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:28:00 dbexit: really exiting now Wed Aug 1 12:28:01 shell: stopped mongo program on port 30000 Wed Aug 1 12:28:01 DBClientCursor::init call() failed m30001| Wed Aug 1 12:28:01 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:01 [conn2] CMD fsync: sync:1 lock:0 Wed Aug 1 12:28:01 trying reconnect to localhost:30000 Wed Aug 1 12:28:01 reconnect localhost:30000 failed couldn't connect to server localhost:30000 Wed Aug 1 12:28:01 query failed to: localhost:30000 exception: socket exception Wed Aug 1 12:28:01 query failed to: localhost:30000 exception: socket exception Wed Aug 1 12:28:01 query failed to: localhost:30000 exception: socket exception Wed Aug 1 12:28:01 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30000 --dbpath /data/db/sync10 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m30000| note: noprealloc may hurt performance in many applications m30000| Wed Aug 1 12:28:01 [initandlisten] MongoDB starting : pid=10440 port=30000 dbpath=/data/db/sync10 64-bit host=ubuntu m30000| Wed Aug 1 12:28:01 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m30000| Wed Aug 1 12:28:01 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30000| Wed Aug 1 12:28:01 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30000| Wed Aug 1 12:28:01 [initandlisten] options: { dbpath: "/data/db/sync10", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 30000, smallfiles: true } m30000| Wed Aug 1 12:28:01 [initandlisten] journal dir=/data/db/sync10/journal m30000| Wed Aug 1 12:28:01 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:28:01 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:28:01 [initandlisten] connection accepted from 127.0.0.1:41709 #1 (1 connection now open) m30001| Wed Aug 1 12:28:01 got signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:28:01 [interruptThread] now exiting m30001| Wed Aug 1 12:28:01 dbexit: m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:28:01 [interruptThread] closing listening socket: 20 m30001| Wed Aug 1 12:28:01 [interruptThread] closing listening socket: 21 m30001| Wed Aug 1 12:28:01 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:28:01 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:28:01 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:28:01 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:28:01 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:28:01 dbexit: really exiting now Wed Aug 1 12:28:02 shell: stopped mongo program on port 30001 Wed Aug 1 12:28:02 DBClientCursor::init call() failed m30002| Wed Aug 1 12:28:02 [conn2] CMD fsync: sync:1 lock:0 Wed Aug 1 12:28:02 query failed to: localhost:30000 exception: socket exception Wed Aug 1 12:28:02 trying reconnect to localhost:30001 Wed Aug 1 12:28:02 reconnect localhost:30001 failed couldn't connect to server localhost:30001 Wed Aug 1 12:28:02 query failed to: localhost:30001 exception: socket exception Wed Aug 1 12:28:02 query failed to: localhost:30000 exception: socket exception Wed Aug 1 12:28:02 query failed to: localhost:30001 exception: socket exception Wed Aug 1 12:28:02 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30001 --dbpath /data/db/sync11 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m30001| note: noprealloc may hurt performance in many applications m30001| Wed Aug 1 12:28:02 [initandlisten] MongoDB starting : pid=10455 port=30001 dbpath=/data/db/sync11 64-bit host=ubuntu m30001| Wed Aug 1 12:28:02 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m30001| Wed Aug 1 12:28:02 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30001| Wed Aug 1 12:28:02 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30001| Wed Aug 1 12:28:02 [initandlisten] options: { dbpath: "/data/db/sync11", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 30001, smallfiles: true } m30001| Wed Aug 1 12:28:02 [initandlisten] journal dir=/data/db/sync11/journal m30001| Wed Aug 1 12:28:02 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:28:02 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:28:03 [initandlisten] connection accepted from 127.0.0.1:57154 #1 (1 connection now open) Wed Aug 1 12:28:03 trying reconnect to localhost:30000 Wed Aug 1 12:28:03 reconnect localhost:30000 ok m30000| Wed Aug 1 12:28:03 [initandlisten] connection accepted from 127.0.0.1:41713 #2 (2 connections now open) m30000| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 Error: SyncClusterConnection::remove prepare failed: 9001 socket exception [5] server [localhost:30001] localhost:30001:{} m30000| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 Error: SyncClusterConnection::remove prepare failed: 9001 socket exception [5] server [localhost:30001] localhost:30001:{} m30000| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 Error: SyncClusterConnection::remove prepare failed: 9001 socket exception [5] server [localhost:30001] localhost:30001:{} m30000| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 Error: SyncClusterConnection::remove prepare failed: 9001 socket exception [5] server [localhost:30001] localhost:30001:{} m30000| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:03 [conn2] CMD fsync: sync:1 lock:0 Error: SyncClusterConnection::remove prepare failed: 9001 socket exception [5] server [localhost:30001] localhost:30001:{} m30000| Wed Aug 1 12:28:04 [conn2] CMD fsync: sync:1 lock:0 Wed Aug 1 12:28:04 trying reconnect to localhost:30001 Wed Aug 1 12:28:04 reconnect localhost:30001 ok m30001| Wed Aug 1 12:28:04 [initandlisten] connection accepted from 127.0.0.1:57156 #2 (2 connections now open) m30001| Wed Aug 1 12:28:04 [conn2] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:28:04 [conn2] CMD fsync: sync:1 lock:0 { "_id" : ObjectId("50195910261c0551237d0387"), "x" : 2 } m30000| Wed Aug 1 12:28:04 got signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:28:04 [interruptThread] now exiting m30000| Wed Aug 1 12:28:04 dbexit: m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:28:04 [interruptThread] closing listening socket: 27 m30000| Wed Aug 1 12:28:04 [interruptThread] closing listening socket: 28 m30000| Wed Aug 1 12:28:04 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:28:04 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:28:04 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:28:04 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:28:04 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:28:04 dbexit: really exiting now Wed Aug 1 12:28:05 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:28:05 got signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:28:05 [interruptThread] now exiting m30001| Wed Aug 1 12:28:05 dbexit: m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:28:05 [interruptThread] closing listening socket: 28 m30001| Wed Aug 1 12:28:05 [interruptThread] closing listening socket: 29 m30001| Wed Aug 1 12:28:05 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:28:05 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:28:05 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:28:05 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:28:05 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:28:05 dbexit: really exiting now Wed Aug 1 12:28:06 shell: stopped mongo program on port 30001 m30002| Wed Aug 1 12:28:06 got signal 15 (Terminated), will terminate after current cmd ends m30002| Wed Aug 1 12:28:06 [interruptThread] now exiting m30002| Wed Aug 1 12:28:06 dbexit: m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: going to close listening sockets... m30002| Wed Aug 1 12:28:06 [interruptThread] closing listening socket: 23 m30002| Wed Aug 1 12:28:06 [interruptThread] closing listening socket: 24 m30002| Wed Aug 1 12:28:06 [interruptThread] removing socket file: /tmp/mongodb-30002.sock m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: going to flush diaglog... m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: going to close sockets... m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: waiting for fs preallocator... m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: lock for final commit... m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: closing all files... m30002| Wed Aug 1 12:28:06 [interruptThread] closeAllFiles() finished m30002| Wed Aug 1 12:28:06 [interruptThread] journalCleanup... m30002| Wed Aug 1 12:28:06 [interruptThread] removeJournalFiles m30002| Wed Aug 1 12:28:06 [interruptThread] shutdown: removing fs lock... m30002| Wed Aug 1 12:28:06 dbexit: really exiting now Wed Aug 1 12:28:07 shell: stopped mongo program on port 30002 *** sync1 completed successfully *** 8872ms >>>>>>> skipping test that will fail due to a custom multi-version setup moveprimary_ignore_sharded >>>>>>> skipping test that will fail due to a custom multi-version setup gle_with_conf_servers ******************************************* Test : jstests/sharding/error1.js ... Resetting db path '/data/db/error10' Wed Aug 1 12:28:07 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/error10 --nopreallocj m30000| Wed Aug 1 12:28:07 [initandlisten] MongoDB starting : pid=10475 port=30000 dbpath=/data/db/error10 64-bit host=ubuntu m30000| Wed Aug 1 12:28:07 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:28:07 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:28:07 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:28:07 [initandlisten] options: { dbpath: "/data/db/error10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:28:07 [initandlisten] journal dir=/data/db/error10/journal m30000| Wed Aug 1 12:28:07 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:28:07 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:28:07 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:28:07 [initandlisten] connection accepted from 127.0.0.1:41716 #1 Resetting db path '/data/db/error11' Wed Aug 1 12:28:07 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/error11 --nopreallocj m30001| Wed Aug 1 12:28:07 [initandlisten] MongoDB starting : pid=10488 port=30001 dbpath=/data/db/error11 64-bit host=ubuntu m30001| Wed Aug 1 12:28:07 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:28:07 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:28:07 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:28:07 [initandlisten] options: { dbpath: "/data/db/error11", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:28:07 [initandlisten] journal dir=/data/db/error11/journal m30001| Wed Aug 1 12:28:07 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:28:07 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:28:07 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:28:07 [initandlisten] connection accepted from 127.0.0.1:57160 #1 "localhost:30000" m30000| Wed Aug 1 12:28:07 [initandlisten] connection accepted from 127.0.0.1:41719 #2 ShardingTest error1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:28:07 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -v --chunkSize 50 m30999| Wed Aug 1 12:28:07 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:28:07 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10503 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:28:07 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:28:07 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:28:07 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999, verbose: true } m30999| Wed Aug 1 12:28:07 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:28:07 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:07 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:07 [initandlisten] connection accepted from 127.0.0.1:41721 #3 m30999| Wed Aug 1 12:28:07 [mongosMain] connected connection! m30999| Wed Aug 1 12:28:07 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:28:07 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:07 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:07 [initandlisten] connection accepted from 127.0.0.1:41722 #4 m30999| Wed Aug 1 12:28:07 [CheckConfigServers] connected connection! m30999| Wed Aug 1 12:28:07 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:07 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:07 [initandlisten] connection accepted from 127.0.0.1:41723 #5 m30999| Wed Aug 1 12:28:07 [mongosMain] connected connection! m30000| Wed Aug 1 12:28:07 [FileAllocator] allocating new datafile /data/db/error10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:28:07 [FileAllocator] creating directory /data/db/error10/_tmp m30000| Wed Aug 1 12:28:07 [FileAllocator] done allocating datafile /data/db/error10/config.ns, size: 16MB, took 0.104 secs m30000| Wed Aug 1 12:28:07 [FileAllocator] allocating new datafile /data/db/error10/config.0, filling with zeroes... m30000| Wed Aug 1 12:28:08 [FileAllocator] done allocating datafile /data/db/error10/config.0, size: 64MB, took 0.697 secs m30000| Wed Aug 1 12:28:08 [FileAllocator] allocating new datafile /data/db/error10/config.1, filling with zeroes... m30000| Wed Aug 1 12:28:08 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn5] build index done 0 records 0.026 secs m30000| Wed Aug 1 12:28:08 [conn5] insert config.version 843ms m30999| Wed Aug 1 12:28:08 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:28:08 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:28:08 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:28:08 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:28:08 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:28:08 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:28:08 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:28:08 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:28:08 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:28:08 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:08 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:28:08 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:28:08 m30999| Wed Aug 1 12:28:08 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:28:08 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:08 [initandlisten] connection accepted from 127.0.0.1:41728 #6 m30999| Wed Aug 1 12:28:08 [Balancer] connected connection! m30000| Wed Aug 1 12:28:08 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:08 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:28:08 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838488:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:28:08 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:28:08 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838488:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838488:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838488:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:28:08 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195918a40643fb7265c47a" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:28:08 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:08 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:08 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:28:08 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838488:1804289383', sleeping for 30000ms m30999| Wed Aug 1 12:28:08 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838488:1804289383' acquired, ts : 50195918a40643fb7265c47a m30999| Wed Aug 1 12:28:08 [Balancer] *** start balancing round m30000| Wed Aug 1 12:28:08 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:28:08 [Balancer] no collections to balance m30999| Wed Aug 1 12:28:08 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:28:08 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:28:08 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838488:1804289383' unlocked. m30999| Wed Aug 1 12:28:08 [mongosMain] connection accepted from 127.0.0.1:59897 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:28:08 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:28:08 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:28:08 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:08 [conn1] put [admin] on: config:localhost:30000 m30999| Wed Aug 1 12:28:08 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:28:08 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:28:08 [conn1] connected connection! m30001| Wed Aug 1 12:28:08 [initandlisten] connection accepted from 127.0.0.1:57172 #2 m30999| Wed Aug 1 12:28:08 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:28:08 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:28:08 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:28:08 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:28:08 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:28:08 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:28:08 [conn1] connected connection! m30000| Wed Aug 1 12:28:08 [initandlisten] connection accepted from 127.0.0.1:41731 #7 m30999| Wed Aug 1 12:28:08 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195918a40643fb7265c479 m30999| Wed Aug 1 12:28:08 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:28:08 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:28:08 [initandlisten] connection accepted from 127.0.0.1:57174 #3 m30999| Wed Aug 1 12:28:08 [conn1] connected connection! m30999| Wed Aug 1 12:28:08 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195918a40643fb7265c479 m30999| Wed Aug 1 12:28:08 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:28:08 BackgroundJob starting: WriteBackListener-localhost:30001 m30001| Wed Aug 1 12:28:08 [FileAllocator] allocating new datafile /data/db/error11/test.ns, filling with zeroes... m30001| Wed Aug 1 12:28:08 [FileAllocator] creating directory /data/db/error11/_tmp m30000| Wed Aug 1 12:28:10 [FileAllocator] done allocating datafile /data/db/error10/config.1, size: 128MB, took 1.926 secs m30001| Wed Aug 1 12:28:10 [FileAllocator] done allocating datafile /data/db/error11/test.ns, size: 16MB, took 1.694 secs m30001| Wed Aug 1 12:28:10 [FileAllocator] allocating new datafile /data/db/error11/test.0, filling with zeroes... m30001| Wed Aug 1 12:28:11 [FileAllocator] done allocating datafile /data/db/error11/test.0, size: 64MB, took 0.868 secs m30001| Wed Aug 1 12:28:11 [FileAllocator] allocating new datafile /data/db/error11/test.1, filling with zeroes... m30001| Wed Aug 1 12:28:11 [conn3] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:28:11 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:28:11 [conn3] insert test.foo 3334ms m30999| Wed Aug 1 12:28:11 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:28:11 [initandlisten] connection accepted from 127.0.0.1:57175 #4 m30999| Wed Aug 1 12:28:11 [conn1] connected connection! m30999| Wed Aug 1 12:28:11 [conn1] CMD: shardcollection: { shardcollection: "test.foo2", key: { num: 1.0 } } m30999| Wed Aug 1 12:28:11 [conn1] enable sharding on: test.foo2 with shard key: { num: 1.0 } m30001| Wed Aug 1 12:28:11 [conn4] build index test.foo2 { _id: 1 } m30001| Wed Aug 1 12:28:11 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:28:11 [conn4] info: creating collection test.foo2 on add index m30001| Wed Aug 1 12:28:11 [conn4] build index test.foo2 { num: 1.0 } m30001| Wed Aug 1 12:28:11 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:11 [conn1] going to create 1 chunk(s) for: test.foo2 using new epoch 5019591ba40643fb7265c47b m30999| Wed Aug 1 12:28:11 [conn1] ChunkManager: time to load chunks for test.foo2: 0ms sequenceNumber: 2 version: 1|0||5019591ba40643fb7265c47b based on: (empty) m30000| Wed Aug 1 12:28:11 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:28:12 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:12 [conn1] resetting shard version of test.foo2 on localhost:30000, version is zero m30999| Wed Aug 1 12:28:12 [conn1] setShardVersion shard0000 localhost:30000 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195918a40643fb7265c479'), shard: "shard0000", shardHost: "localhost:30000" } 0x1b6b630 m30999| Wed Aug 1 12:28:12 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:12 [conn1] setShardVersion shard0001 localhost:30001 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('5019591ba40643fb7265c47b'), serverID: ObjectId('50195918a40643fb7265c479'), shard: "shard0001", shardHost: "localhost:30001" } 0x1b6d2e0 m30999| Wed Aug 1 12:28:12 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo2", need_authoritative: true, errmsg: "first time for collection 'test.foo2'", ok: 0.0 } m30999| Wed Aug 1 12:28:12 [conn1] setShardVersion shard0001 localhost:30001 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('5019591ba40643fb7265c47b'), serverID: ObjectId('50195918a40643fb7265c479'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1b6d2e0 m30000| Wed Aug 1 12:28:12 [initandlisten] connection accepted from 127.0.0.1:41734 #8 m30999| Wed Aug 1 12:28:12 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:12 [conn1] about to initiate autosplit: ns:test.foo2 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } dataWritten: 7396500 splitThreshold: 921 m30001| Wed Aug 1 12:28:13 [FileAllocator] done allocating datafile /data/db/error11/test.1, size: 128MB, took 1.901 secs m30001| Wed Aug 1 12:28:13 [conn4] command admin.$cmd command: { splitVector: "test.foo2", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: MaxKey }, maxChunkSizeBytes: 1024, maxSplitPoints: 2, maxChunkObjects: 250000 } ntoreturn:1 reslen:53 1761ms m30999| Wed Aug 1 12:28:13 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:28:13 [conn1] about to initiate autosplit: ns:test.foo2 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } dataWritten: 201 splitThreshold: 921 m30999| Wed Aug 1 12:28:13 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:28:13 [conn1] splitting: test.foo2 shard: ns:test.foo2 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } m30000| Wed Aug 1 12:28:13 [initandlisten] connection accepted from 127.0.0.1:41735 #9 m30001| Wed Aug 1 12:28:13 [conn4] received splitChunk request: { splitChunk: "test.foo2", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: MaxKey }, from: "shard0001", splitKeys: [ { num: 10.0 } ], shardId: "test.foo2-num_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:13 [conn4] created new distributed lock for test.foo2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:13 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838493:72086356 (sleeping for 30000ms) m30001| Wed Aug 1 12:28:13 [conn4] distributed lock 'test.foo2/ubuntu:30001:1343838493:72086356' acquired, ts : 5019591d54767b5c49613bff m30001| Wed Aug 1 12:28:13 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:28:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:13-0", server: "ubuntu", clientAddr: "127.0.0.1:57175", time: new Date(1343838493788), what: "split", ns: "test.foo2", details: { before: { min: { num: MinKey }, max: { num: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { num: MinKey }, max: { num: 10.0 }, lastmod: Timestamp 1000|1 }, right: { min: { num: 10.0 }, max: { num: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:28:13 [conn4] distributed lock 'test.foo2/ubuntu:30001:1343838493:72086356' unlocked. m30999| Wed Aug 1 12:28:13 [conn1] ChunkManager: time to load chunks for test.foo2: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||5019591ba40643fb7265c47b m30999| Wed Aug 1 12:28:13 [conn1] CMD: movechunk: { movechunk: "test.foo2", find: { num: 20.0 }, to: "localhost:30000" } m30999| Wed Aug 1 12:28:13 [conn1] moving chunk ns: test.foo2 moving ( ns:test.foo2 at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { num: 10.0 } max: { num: MaxKey }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:28:13 [conn4] received moveChunk request: { moveChunk: "test.foo2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { num: 10.0 }, max: { num: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.foo2-num_10.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:13 [conn4] created new distributed lock for test.foo2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:13 [conn4] distributed lock 'test.foo2/ubuntu:30001:1343838493:72086356' acquired, ts : 5019591d54767b5c49613c00 m30001| Wed Aug 1 12:28:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:13-1", server: "ubuntu", clientAddr: "127.0.0.1:57175", time: new Date(1343838493792), what: "moveChunk.start", ns: "test.foo2", details: { min: { num: 10.0 }, max: { num: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:13 [conn4] moveChunk request accepted at version 1|2 m30001| Wed Aug 1 12:28:13 [conn4] moveChunk number of documents: 3 m30001| Wed Aug 1 12:28:13 [initandlisten] connection accepted from 127.0.0.1:57178 #5 m30000| Wed Aug 1 12:28:13 [FileAllocator] allocating new datafile /data/db/error10/test.ns, filling with zeroes... m30000| Wed Aug 1 12:28:14 [FileAllocator] done allocating datafile /data/db/error10/test.ns, size: 16MB, took 0.602 secs m30000| Wed Aug 1 12:28:14 [FileAllocator] allocating new datafile /data/db/error10/test.0, filling with zeroes... m30999| Wed Aug 1 12:28:14 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:14 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:14 [initandlisten] connection accepted from 127.0.0.1:41737 #10 m30999| Wed Aug 1 12:28:14 [Balancer] connected connection! m30001| Wed Aug 1 12:28:14 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo2", from: "localhost:30001", min: { num: 10.0 }, max: { num: MaxKey }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:28:15 [FileAllocator] done allocating datafile /data/db/error10/test.0, size: 64MB, took 0.633 secs m30000| Wed Aug 1 12:28:15 [FileAllocator] allocating new datafile /data/db/error10/test.1, filling with zeroes... m30000| Wed Aug 1 12:28:15 [migrateThread] build index test.foo2 { _id: 1 } m30000| Wed Aug 1 12:28:15 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:15 [migrateThread] info: creating collection test.foo2 on add index m30000| Wed Aug 1 12:28:15 [migrateThread] build index test.foo2 { num: 1.0 } m30000| Wed Aug 1 12:28:15 [migrateThread] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:15 [Balancer] Refreshing MaxChunkSize: 50 m30000| Wed Aug 1 12:28:15 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo2' { num: 10.0 } -> { num: MaxKey } m30999| Wed Aug 1 12:28:15 [Balancer] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:15 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:28:15 [Balancer] connected connection! m30001| Wed Aug 1 12:28:15 [initandlisten] connection accepted from 127.0.0.1:57180 #6 m30999| Wed Aug 1 12:28:15 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838488:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838488:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838488:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:28:15 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "5019591fa40643fb7265c47c" } } m30999| { "_id" : "balancer", m30999| "state" : 0, m30999| "ts" : { "$oid" : "50195918a40643fb7265c47a" } } m30001| Wed Aug 1 12:28:15 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo2", from: "localhost:30001", min: { num: 10.0 }, max: { num: MaxKey }, state: "catchup", counts: { cloned: 3, clonedBytes: 93, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:28:16 [migrateThread] migrate commit flushed to journal for 'test.foo2' { num: 10.0 } -> { num: MaxKey } m30001| Wed Aug 1 12:28:16 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo2", from: "localhost:30001", min: { num: 10.0 }, max: { num: MaxKey }, state: "steady", counts: { cloned: 3, clonedBytes: 93, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:16 [conn4] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:28:16 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo2' { num: 10.0 } -> { num: MaxKey } m30000| Wed Aug 1 12:28:17 [FileAllocator] done allocating datafile /data/db/error10/test.1, size: 128MB, took 2.908 secs m30000| Wed Aug 1 12:28:17 [migrateThread] migrate commit flushed to journal for 'test.foo2' { num: 10.0 } -> { num: MaxKey } m30000| Wed Aug 1 12:28:17 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:17-0", server: "ubuntu", clientAddr: "", time: new Date(1343838497978), what: "moveChunk.to", ns: "test.foo2", details: { min: { num: 10.0 }, max: { num: MaxKey }, step1: 1275, step2: 0, step3: 97, step4: 0, step5: 2811 } } m30999| Wed Aug 1 12:28:17 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838488:1804289383' acquired, ts : 5019591fa40643fb7265c47c m30999| Wed Aug 1 12:28:17 [Balancer] *** start balancing round m30000| Wed Aug 1 12:28:17 [initandlisten] connection accepted from 127.0.0.1:41739 #11 m30000| Wed Aug 1 12:28:17 [conn9] command admin.$cmd command: { _recvChunkCommit: 1 } ntoreturn:1 reslen:227 1183ms m30001| Wed Aug 1 12:28:17 [conn4] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.foo2", from: "localhost:30001", min: { num: 10.0 }, max: { num: MaxKey }, state: "done", counts: { cloned: 3, clonedBytes: 93, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:17 [conn4] moveChunk updating self version to: 2|1 through { num: MinKey } -> { num: 10.0 } for collection 'test.foo2' m30001| Wed Aug 1 12:28:17 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:17-2", server: "ubuntu", clientAddr: "127.0.0.1:57175", time: new Date(1343838497979), what: "moveChunk.commit", ns: "test.foo2", details: { min: { num: 10.0 }, max: { num: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:17 [conn4] doing delete inline m30001| Wed Aug 1 12:28:17 [conn4] moveChunk deleted: 3 m30000| Wed Aug 1 12:28:17 [conn6] build index config.tags { _id: 1 } m30000| Wed Aug 1 12:28:17 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:17 [conn6] info: creating collection config.tags on add index m30000| Wed Aug 1 12:28:17 [conn6] build index config.tags { ns: 1, min: 1 } m30000| Wed Aug 1 12:28:17 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:17 [Balancer] shard0001 has more chunks me:1 best: shard0000:1 m30999| Wed Aug 1 12:28:17 [Balancer] collection : test.foo2 m30999| Wed Aug 1 12:28:17 [Balancer] donor : shard0000 chunks on 1 m30999| Wed Aug 1 12:28:17 [Balancer] receiver : shard0000 chunks on 1 m30999| Wed Aug 1 12:28:17 [Balancer] threshold : 2 m30999| Wed Aug 1 12:28:17 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:28:17 [Balancer] *** end of balancing round m30001| Wed Aug 1 12:28:17 [conn4] distributed lock 'test.foo2/ubuntu:30001:1343838493:72086356' unlocked. m30001| Wed Aug 1 12:28:17 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:17-3", server: "ubuntu", clientAddr: "127.0.0.1:57175", time: new Date(1343838497981), what: "moveChunk.from", ns: "test.foo2", details: { min: { num: 10.0 }, max: { num: MaxKey }, step1: 0, step2: 1, step3: 0, step4: 3001, step5: 1184, step6: 0 } } m30001| Wed Aug 1 12:28:17 [conn4] command admin.$cmd command: { moveChunk: "test.foo2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { num: 10.0 }, max: { num: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.foo2-num_10.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4190ms m30999| Wed Aug 1 12:28:17 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838488:1804289383' unlocked. m30999| Wed Aug 1 12:28:17 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:28:17 [conn1] ChunkManager: time to load chunks for test.foo2: 0ms sequenceNumber: 4 version: 2|1||000000000000000000000000 based on: 1|2||000000000000000000000000 a: 3 b: 1 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion shard0000 localhost:30000 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195918a40643fb7265c479'), shard: "shard0000", shardHost: "localhost:30000" } 0x1b6b630 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo2", need_authoritative: true, errmsg: "first time for collection 'test.foo2'", ok: 0.0 } m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion shard0000 localhost:30000 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195918a40643fb7265c479'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x1b6b630 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion shard0001 localhost:30001 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195918a40643fb7265c479'), shard: "shard0001", shardHost: "localhost:30001" } 0x1b6d2e0 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30999| Wed Aug 1 12:28:17 [conn1] about to initiate autosplit: ns:test.foo2 at: shard0000:localhost:30000 lastmod: 2|0||000000000000000000000000 min: { num: 10.0 } max: { num: MaxKey } dataWritten: 8083709 splitThreshold: 471859 m30999| Wed Aug 1 12:28:17 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:28:17 [conn1] CMD: shardcollection: { shardcollection: "test.foo3", key: { num: 1.0 } } m30999| Wed Aug 1 12:28:17 [conn1] enable sharding on: test.foo3 with shard key: { num: 1.0 } m30001| Wed Aug 1 12:28:17 [conn6] build index test.foo3 { _id: 1 } m30001| Wed Aug 1 12:28:17 [conn6] build index done 0 records 0 secs m30001| Wed Aug 1 12:28:17 [conn6] info: creating collection test.foo3 on add index m30001| Wed Aug 1 12:28:17 [conn6] build index test.foo3 { num: 1.0 } m30001| Wed Aug 1 12:28:17 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:17 [conn1] going to create 1 chunk(s) for: test.foo3 using new epoch 50195921a40643fb7265c47d m30999| Wed Aug 1 12:28:17 [conn1] ChunkManager: time to load chunks for test.foo3: 0ms sequenceNumber: 5 version: 1|0||50195921a40643fb7265c47d based on: (empty) m30999| Wed Aug 1 12:28:17 [conn1] resetting shard version of test.foo3 on localhost:30000, version is zero m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion shard0000 localhost:30000 test.foo3 { setShardVersion: "test.foo3", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195918a40643fb7265c479'), shard: "shard0000", shardHost: "localhost:30000" } 0x1b6b630 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion shard0001 localhost:30001 test.foo3 { setShardVersion: "test.foo3", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195921a40643fb7265c47d'), serverID: ObjectId('50195918a40643fb7265c479'), shard: "shard0001", shardHost: "localhost:30001" } 0x1b6d2e0 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo3", need_authoritative: true, errmsg: "first time for collection 'test.foo3'", ok: 0.0 } m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion shard0001 localhost:30001 test.foo3 { setShardVersion: "test.foo3", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195921a40643fb7265c47d'), serverID: ObjectId('50195918a40643fb7265c479'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1b6d2e0 m30999| Wed Aug 1 12:28:17 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:17 [conn1] warning: shard key mismatch for insert { _id: ObjectId('50195921261c0551237d038d') }, expected values for { num: 1.0 }, reloading config data to ensure not stale m30999| Wed Aug 1 12:28:17 [conn1] tried to insert object with no valid shard key for { num: 1.0 } : { _id: ObjectId('50195921261c0551237d038d') } m30999| Wed Aug 1 12:28:17 [conn1] User Assertion: 8011:tried to insert object with no valid shard key for { num: 1.0 } : { _id: ObjectId('50195921261c0551237d038d') } m30999| Wed Aug 1 12:28:17 [conn1] AssertionException while processing op type : 2002 to : test.foo3 :: caused by :: 8011 tried to insert object with no valid shard key for { num: 1.0 } : { _id: ObjectId('50195921261c0551237d038d') } m30999| Wed Aug 1 12:28:17 [conn1] about to initiate autosplit: ns:test.foo3 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } dataWritten: 174598 splitThreshold: 921 m30999| Wed Aug 1 12:28:17 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:28:17 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:28:17 [conn3] end connection 127.0.0.1:41721 m30000| Wed Aug 1 12:28:17 [conn4] end connection 127.0.0.1:41722 m30000| Wed Aug 1 12:28:17 [conn6] end connection 127.0.0.1:41728 m30001| Wed Aug 1 12:28:17 [conn4] end connection 127.0.0.1:57175 m30001| Wed Aug 1 12:28:17 [conn6] end connection 127.0.0.1:57180 m30000| Wed Aug 1 12:28:17 [conn10] end connection 127.0.0.1:41737 m30000| Wed Aug 1 12:28:17 [conn7] end connection 127.0.0.1:41731 m30001| Wed Aug 1 12:28:17 [conn3] end connection 127.0.0.1:57174 Wed Aug 1 12:28:18 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:28:18 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:28:18 [interruptThread] now exiting m30000| Wed Aug 1 12:28:18 dbexit: m30000| Wed Aug 1 12:28:18 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:28:18 [interruptThread] closing listening socket: 18 m30000| Wed Aug 1 12:28:18 [interruptThread] closing listening socket: 21 m30000| Wed Aug 1 12:28:18 [interruptThread] closing listening socket: 22 m30000| Wed Aug 1 12:28:18 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:28:18 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:28:18 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:28:18 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:28:18 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:28:18 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:28:18 [conn5] end connection 127.0.0.1:57178 m30000| Wed Aug 1 12:28:18 [conn11] end connection 127.0.0.1:41739 m30000| Wed Aug 1 12:28:19 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:28:19 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:28:19 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:28:19 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:28:19 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:28:19 dbexit: really exiting now Wed Aug 1 12:28:19 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:28:19 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:28:19 [interruptThread] now exiting m30001| Wed Aug 1 12:28:19 dbexit: m30001| Wed Aug 1 12:28:19 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:28:19 [interruptThread] closing listening socket: 28 m30001| Wed Aug 1 12:28:19 [interruptThread] closing listening socket: 29 m30001| Wed Aug 1 12:28:19 [interruptThread] closing listening socket: 30 m30001| Wed Aug 1 12:28:19 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:28:19 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:28:19 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:28:19 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:28:19 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:28:19 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:28:20 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:28:20 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:28:20 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:28:20 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:28:20 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:28:20 dbexit: really exiting now Wed Aug 1 12:28:20 shell: stopped mongo program on port 30001 *** ShardingTest error1 completed successfully in 13.987 seconds *** 13987ms >>>>>>> skipping test that will fail due to a custom multi-version setup prefix_shard_key ******************************************* Test : jstests/sharding/multi_mongos1.js ... Resetting db path '/data/db/multi_mongos10' Wed Aug 1 12:28:21 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/multi_mongos10 --nopreallocj m30000| Wed Aug 1 12:28:21 [initandlisten] MongoDB starting : pid=10553 port=30000 dbpath=/data/db/multi_mongos10 64-bit host=ubuntu m30000| Wed Aug 1 12:28:21 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:28:21 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:28:21 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:28:21 [initandlisten] options: { dbpath: "/data/db/multi_mongos10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:28:21 [initandlisten] journal dir=/data/db/multi_mongos10/journal m30000| Wed Aug 1 12:28:21 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:28:21 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:28:21 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:28:21 [initandlisten] connection accepted from 127.0.0.1:41741 #1 Resetting db path '/data/db/multi_mongos11' Wed Aug 1 12:28:21 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/multi_mongos11 --nopreallocj m30001| Wed Aug 1 12:28:21 [initandlisten] MongoDB starting : pid=10566 port=30001 dbpath=/data/db/multi_mongos11 64-bit host=ubuntu m30001| Wed Aug 1 12:28:21 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:28:21 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:28:21 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:28:21 [initandlisten] options: { dbpath: "/data/db/multi_mongos11", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:28:21 [initandlisten] journal dir=/data/db/multi_mongos11/journal m30001| Wed Aug 1 12:28:21 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:28:21 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:28:21 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:28:21 [initandlisten] connection accepted from 127.0.0.1:57185 #1 "localhost:30000" m30000| Wed Aug 1 12:28:21 [initandlisten] connection accepted from 127.0.0.1:41744 #2 ShardingTest multi_mongos1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:28:21 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -v --chunkSize 50 m30999| Wed Aug 1 12:28:21 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:28:21 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10581 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:28:21 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:28:21 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:28:21 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999, verbose: true } m30999| Wed Aug 1 12:28:21 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:28:21 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:21 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:21 [initandlisten] connection accepted from 127.0.0.1:41746 #3 m30999| Wed Aug 1 12:28:21 [mongosMain] connected connection! m30999| Wed Aug 1 12:28:21 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:28:21 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:21 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:28:21 [CheckConfigServers] connected connection! m30000| Wed Aug 1 12:28:21 [initandlisten] connection accepted from 127.0.0.1:41747 #4 m30999| Wed Aug 1 12:28:21 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:21 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:21 [initandlisten] connection accepted from 127.0.0.1:41748 #5 m30999| Wed Aug 1 12:28:21 [mongosMain] connected connection! m30000| Wed Aug 1 12:28:21 [FileAllocator] allocating new datafile /data/db/multi_mongos10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:28:21 [FileAllocator] creating directory /data/db/multi_mongos10/_tmp m30000| Wed Aug 1 12:28:21 [FileAllocator] done allocating datafile /data/db/multi_mongos10/config.ns, size: 16MB, took 0.12 secs m30000| Wed Aug 1 12:28:21 [FileAllocator] allocating new datafile /data/db/multi_mongos10/config.0, filling with zeroes... m30000| Wed Aug 1 12:28:22 [FileAllocator] done allocating datafile /data/db/multi_mongos10/config.0, size: 64MB, took 0.78 secs m30000| Wed Aug 1 12:28:22 [FileAllocator] allocating new datafile /data/db/multi_mongos10/config.1, filling with zeroes... m30000| Wed Aug 1 12:28:22 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn5] insert config.version 915ms m30999| Wed Aug 1 12:28:22 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:28:22 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:28:22 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:28:22 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:28:22 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:28:22 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:28:22 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:28:22 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:28:22 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:28:22 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:28:22 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:22 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:28:22 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:28:22 m30999| Wed Aug 1 12:28:22 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:28:22 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:22 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:22 [initandlisten] connection accepted from 127.0.0.1:41754 #6 m30999| Wed Aug 1 12:28:22 [Balancer] connected connection! m30000| Wed Aug 1 12:28:22 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:22 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:28:22 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838502:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:28:22 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:28:22 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838502:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838502:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838502:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:28:22 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "501959262b33aa68e9f3f686" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:28:22 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:22 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:22 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:28:22 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838502:1804289383', sleeping for 30000ms m30000| Wed Aug 1 12:28:22 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:28:22 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838502:1804289383' acquired, ts : 501959262b33aa68e9f3f686 m30999| Wed Aug 1 12:28:22 [Balancer] *** start balancing round m30999| Wed Aug 1 12:28:22 [Balancer] no collections to balance m30999| Wed Aug 1 12:28:22 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:28:22 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:28:22 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838502:1804289383' unlocked. m30999| Wed Aug 1 12:28:22 [mongosMain] connection accepted from 127.0.0.1:59923 #1 (1 connection now open) Wed Aug 1 12:28:22 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30998 --configdb localhost:30000 -v --chunkSize 50 m30998| Wed Aug 1 12:28:22 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30998| Wed Aug 1 12:28:22 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10605 port=30998 64-bit host=ubuntu (--help for usage) m30998| Wed Aug 1 12:28:22 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30998| Wed Aug 1 12:28:22 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30998| Wed Aug 1 12:28:22 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30998, verbose: true } m30998| Wed Aug 1 12:28:22 [mongosMain] config string : localhost:30000 m30998| Wed Aug 1 12:28:22 [mongosMain] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:28:22 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:22 [initandlisten] connection accepted from 127.0.0.1:41757 #7 m30998| Wed Aug 1 12:28:22 [mongosMain] connected connection! m30998| Wed Aug 1 12:28:22 BackgroundJob starting: CheckConfigServers m30998| Wed Aug 1 12:28:22 [CheckConfigServers] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:28:22 [mongosMain] MaxChunkSize: 50 m30998| Wed Aug 1 12:28:22 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:22 [initandlisten] connection accepted from 127.0.0.1:41758 #8 m30998| Wed Aug 1 12:28:22 [CheckConfigServers] connected connection! m30998| Wed Aug 1 12:28:22 BackgroundJob starting: cursorTimeout m30998| Wed Aug 1 12:28:22 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:28:22 BackgroundJob starting: Balancer m30998| Wed Aug 1 12:28:22 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:28:22 [Balancer] about to contact config servers and shards m30998| Wed Aug 1 12:28:22 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:28:22 BackgroundJob starting: PeriodicTask::Runner m30998| Wed Aug 1 12:28:22 [websvr] admin web console waiting for connections on port 31998 m30998| Wed Aug 1 12:28:22 [mongosMain] waiting for connections on port 30998 m30998| Wed Aug 1 12:28:22 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:28:22 [Balancer] connected connection! m30000| Wed Aug 1 12:28:22 [initandlisten] connection accepted from 127.0.0.1:41759 #9 m30998| Wed Aug 1 12:28:22 [Balancer] config servers and shards contacted successfully m30998| Wed Aug 1 12:28:22 [Balancer] balancer id: ubuntu:30998 started at Aug 1 12:28:22 m30998| Wed Aug 1 12:28:22 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30998| Wed Aug 1 12:28:22 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:28:22 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:22 [initandlisten] connection accepted from 127.0.0.1:41760 #10 m30998| Wed Aug 1 12:28:22 [Balancer] connected connection! m30998| Wed Aug 1 12:28:22 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:28:22 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30998:1343838502:1804289383 (sleeping for 30000ms) m30998| Wed Aug 1 12:28:22 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30998:1343838502:1804289383: m30998| { "state" : 1, m30998| "who" : "ubuntu:30998:1343838502:1804289383:Balancer:846930886", m30998| "process" : "ubuntu:30998:1343838502:1804289383", m30998| "when" : { "$date" : "Wed Aug 1 12:28:22 2012" }, m30998| "why" : "doing balance round", m30998| "ts" : { "$oid" : "501959269e93e4d097fa2b25" } } m30998| { "_id" : "balancer", m30998| "state" : 0, m30998| "ts" : { "$oid" : "501959262b33aa68e9f3f686" } } m30998| Wed Aug 1 12:28:22 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:28:22 2012 by distributed lock pinger 'localhost:30000/ubuntu:30998:1343838502:1804289383', sleeping for 30000ms m30998| Wed Aug 1 12:28:22 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838502:1804289383' acquired, ts : 501959269e93e4d097fa2b25 m30998| Wed Aug 1 12:28:22 [Balancer] *** start balancing round m30998| Wed Aug 1 12:28:22 [Balancer] no collections to balance m30998| Wed Aug 1 12:28:22 [Balancer] no need to move any chunk m30998| Wed Aug 1 12:28:22 [Balancer] *** end of balancing round m30998| Wed Aug 1 12:28:22 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838502:1804289383' unlocked. m30998| Wed Aug 1 12:28:22 [mongosMain] connection accepted from 127.0.0.1:53373 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:28:22 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:28:22 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:28:22 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:22 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:28:24 [FileAllocator] done allocating datafile /data/db/multi_mongos10/config.1, size: 128MB, took 2.336 secs m30000| Wed Aug 1 12:28:24 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 1852ms m30999| Wed Aug 1 12:28:24 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:28:24 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:24 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:28:24 [conn1] connected connection! m30001| Wed Aug 1 12:28:24 [initandlisten] connection accepted from 127.0.0.1:57204 #2 m30999| Wed Aug 1 12:28:24 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:28:24 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:28:24 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:28:24 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:28:24 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:28:24 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { num: 1.0 } } m30999| Wed Aug 1 12:28:24 [conn1] enable sharding on: test.foo with shard key: { num: 1.0 } m30001| Wed Aug 1 12:28:24 [FileAllocator] allocating new datafile /data/db/multi_mongos11/test.ns, filling with zeroes... m30001| Wed Aug 1 12:28:24 [FileAllocator] creating directory /data/db/multi_mongos11/_tmp m30001| Wed Aug 1 12:28:25 [FileAllocator] done allocating datafile /data/db/multi_mongos11/test.ns, size: 16MB, took 0.436 secs m30001| Wed Aug 1 12:28:25 [FileAllocator] allocating new datafile /data/db/multi_mongos11/test.0, filling with zeroes... m30001| Wed Aug 1 12:28:25 [FileAllocator] done allocating datafile /data/db/multi_mongos11/test.0, size: 64MB, took 0.773 secs m30001| Wed Aug 1 12:28:25 [FileAllocator] allocating new datafile /data/db/multi_mongos11/test.1, filling with zeroes... m30001| Wed Aug 1 12:28:26 [conn2] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:28:26 [conn2] build index done 0 records 0 secs m30001| Wed Aug 1 12:28:26 [conn2] info: creating collection test.foo on add index m30001| Wed Aug 1 12:28:26 [conn2] build index test.foo { num: 1.0 } m30001| Wed Aug 1 12:28:26 [conn2] build index done 0 records 0 secs m30001| Wed Aug 1 12:28:26 [conn2] insert test.system.indexes 1227ms m30999| Wed Aug 1 12:28:26 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 5019592a2b33aa68e9f3f687 m30999| Wed Aug 1 12:28:26 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||5019592a2b33aa68e9f3f687 based on: (empty) m30000| Wed Aug 1 12:28:26 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:28:26 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:26 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:26 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:28:26 [conn1] connected connection! m30999| Wed Aug 1 12:28:26 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959262b33aa68e9f3f685 m30999| Wed Aug 1 12:28:26 [conn1] initializing shard connection to localhost:30000 m30000| Wed Aug 1 12:28:26 [initandlisten] connection accepted from 127.0.0.1:41763 #11 m30999| Wed Aug 1 12:28:26 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:28:26 [conn1] resetting shard version of test.foo on localhost:30000, version is zero m30999| Wed Aug 1 12:28:26 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959262b33aa68e9f3f685'), shard: "shard0000", shardHost: "localhost:30000" } 0x279c750 m30999| Wed Aug 1 12:28:26 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:26 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:26 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:28:26 [initandlisten] connection accepted from 127.0.0.1:57206 #3 m30999| Wed Aug 1 12:28:26 [conn1] connected connection! m30999| Wed Aug 1 12:28:26 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959262b33aa68e9f3f685 m30999| Wed Aug 1 12:28:26 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:28:26 BackgroundJob starting: WriteBackListener-localhost:30001 m30999| Wed Aug 1 12:28:26 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('5019592a2b33aa68e9f3f687'), serverID: ObjectId('501959262b33aa68e9f3f685'), shard: "shard0001", shardHost: "localhost:30001" } 0x279d390 m30999| Wed Aug 1 12:28:26 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:28:26 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('5019592a2b33aa68e9f3f687'), serverID: ObjectId('501959262b33aa68e9f3f685'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x279d390 m30000| Wed Aug 1 12:28:26 [initandlisten] connection accepted from 127.0.0.1:41765 #12 m30999| Wed Aug 1 12:28:26 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test", "partitioned" : true, "primary" : "shard0001" } m30999| Wed Aug 1 12:28:26 [conn1] about to initiate autosplit: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } dataWritten: 7396468 splitThreshold: 921 m30999| Wed Aug 1 12:28:26 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:28:26 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:28:26 [initandlisten] connection accepted from 127.0.0.1:57208 #4 m30999| Wed Aug 1 12:28:26 [conn1] connected connection! m30001| Wed Aug 1 12:28:28 [FileAllocator] done allocating datafile /data/db/multi_mongos11/test.1, size: 128MB, took 2.017 secs m30001| Wed Aug 1 12:28:28 [conn4] command admin.$cmd command: { splitVector: "test.foo", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: MaxKey }, maxChunkSizeBytes: 1024, maxSplitPoints: 2, maxChunkObjects: 250000 } ntoreturn:1 reslen:53 1219ms m30999| Wed Aug 1 12:28:28 [conn1] chunk not full enough to trigger auto-split no split entry m30998| Wed Aug 1 12:28:28 [conn1] DBConfig unserialize: test { _id: "test", partitioned: true, primary: "shard0001" } m30998| Wed Aug 1 12:28:28 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||5019592a2b33aa68e9f3f687 based on: (empty) m30998| Wed Aug 1 12:28:28 [conn1] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:28:28 [conn1] connected connection! m30000| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:41767 #13 m30998| Wed Aug 1 12:28:28 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959269e93e4d097fa2b24 m30998| Wed Aug 1 12:28:28 [conn1] initializing shard connection to localhost:30000 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: WriteBackListener-localhost:30000 m30998| Wed Aug 1 12:28:28 [conn1] resetting shard version of test.foo on localhost:30000, version is zero m30998| Wed Aug 1 12:28:28 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959269e93e4d097fa2b24'), shard: "shard0000", shardHost: "localhost:30000" } 0x19aa620 m30998| Wed Aug 1 12:28:28 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:28:28 [conn1] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:57210 #5 m30998| Wed Aug 1 12:28:28 [conn1] connected connection! m30998| Wed Aug 1 12:28:28 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959269e93e4d097fa2b24 m30998| Wed Aug 1 12:28:28 [conn1] initializing shard connection to localhost:30001 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: WriteBackListener-localhost:30001 m30998| Wed Aug 1 12:28:28 [WriteBackListener-localhost:30001] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:28:28 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('5019592a2b33aa68e9f3f687'), serverID: ObjectId('501959269e93e4d097fa2b24'), shard: "shard0001", shardHost: "localhost:30001" } 0x19ac8a0 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:57211 #6 m30998| Wed Aug 1 12:28:28 [WriteBackListener-localhost:30001] connected connection! m30998| Wed Aug 1 12:28:28 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } Waiting for active hosts... Waiting for the balancer lock... Waiting again for active hosts after balancer is off... m30999| Wed Aug 1 12:28:28 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } m30000| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:41770 #14 m30001| Wed Aug 1 12:28:28 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: MaxKey }, from: "shard0001", splitKeys: [ { num: 1.0 } ], shardId: "test.foo-num_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:28 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:28 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838508:1524187553 (sleeping for 30000ms) m30001| Wed Aug 1 12:28:28 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' acquired, ts : 5019592c62b7dfc37df09fc4 m30001| Wed Aug 1 12:28:28 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:28:28 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:28-0", server: "ubuntu", clientAddr: "127.0.0.1:57208", time: new Date(1343838508053), what: "split", ns: "test.foo", details: { before: { min: { num: MinKey }, max: { num: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { num: MinKey }, max: { num: 1.0 }, lastmod: Timestamp 1000|1 }, right: { min: { num: 1.0 }, max: { num: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:28:28 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' unlocked. m30999| Wed Aug 1 12:28:28 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||5019592a2b33aa68e9f3f687 m30999| Wed Aug 1 12:28:28 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { num: 1.0 } max: { num: MaxKey } m30001| Wed Aug 1 12:28:28 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: 1.0 }, max: { num: MaxKey }, from: "shard0001", splitKeys: [ { num: 4.0 } ], shardId: "test.foo-num_1.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:28 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:28 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' acquired, ts : 5019592c62b7dfc37df09fc5 m30001| Wed Aug 1 12:28:28 [conn4] splitChunk accepted at version 1|2 m30001| Wed Aug 1 12:28:28 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:28-1", server: "ubuntu", clientAddr: "127.0.0.1:57208", time: new Date(1343838508057), what: "split", ns: "test.foo", details: { before: { min: { num: 1.0 }, max: { num: MaxKey }, lastmod: Timestamp 1000|2 }, left: { min: { num: 1.0 }, max: { num: 4.0 }, lastmod: Timestamp 1000|3 }, right: { min: { num: 4.0 }, max: { num: MaxKey }, lastmod: Timestamp 1000|4 } } } m30001| Wed Aug 1 12:28:28 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' unlocked. m30999| Wed Aug 1 12:28:28 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 4 version: 1|4||000000000000000000000000 based on: 1|2||000000000000000000000000 m30998| Wed Aug 1 12:28:28 [conn1] DBConfig unserialize: admin { _id: "admin", partitioned: false, primary: "config" } m30998| Wed Aug 1 12:28:28 [conn1] CMD: movechunk: { movechunk: "test.foo", find: { num: 1.0 }, to: "localhost:30000" } m30998| Wed Aug 1 12:28:28 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30998| Wed Aug 1 12:28:28 [conn1] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:28:28 [conn1] connected connection! m30001| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:57213 #7 m30001| Wed Aug 1 12:28:28 [conn7] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { num: MinKey }, max: { num: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.foo-num_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:28 [conn7] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:28 [conn7] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' acquired, ts : 5019592c62b7dfc37df09fc6 m30001| Wed Aug 1 12:28:28 [conn7] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:28-2", server: "ubuntu", clientAddr: "127.0.0.1:57213", time: new Date(1343838508061), what: "moveChunk.start", ns: "test.foo", details: { min: { num: MinKey }, max: { num: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:28 [conn7] warning: aborted moveChunk becauseboundaries are outdated (likely a split occurred): { num: MinKey }->{ num: MaxKey } is now { num: MinKey }->{ num: 1.0 } m30001| Wed Aug 1 12:28:28 [conn7] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' unlocked. m30001| Wed Aug 1 12:28:28 [conn7] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:28-3", server: "ubuntu", clientAddr: "127.0.0.1:57213", time: new Date(1343838508062), what: "moveChunk.from", ns: "test.foo", details: { min: { num: MinKey }, max: { num: MaxKey }, step1: 0, note: "aborted" } } m30998| Wed Aug 1 12:28:28 [conn1] moveChunk result: { currMin: { num: MinKey }, currMax: { num: 1.0 }, requestedMin: { num: MinKey }, requestedMax: { num: MaxKey }, errmsg: "boundaries are outdated (likely a split occurred)", ok: 0.0 } m30998| Wed Aug 1 12:28:28 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|4||000000000000000000000000 based on: 1|0||5019592a2b33aa68e9f3f687 m30998| Wed Aug 1 12:28:28 [conn1] CMD: movechunk: { movechunk: "test.foo", find: { num: 1.0 }, to: "localhost:30000" } m30998| Wed Aug 1 12:28:28 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|3||000000000000000000000000 min: { num: 1.0 } max: { num: 4.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:28:28 [conn7] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { num: 1.0 }, max: { num: 4.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-num_1.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:28 [conn7] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:28 [conn7] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' acquired, ts : 5019592c62b7dfc37df09fc7 m30000| Wed Aug 1 12:28:28 [FileAllocator] allocating new datafile /data/db/multi_mongos10/test.ns, filling with zeroes... m30001| Wed Aug 1 12:28:28 [conn7] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:28-4", server: "ubuntu", clientAddr: "127.0.0.1:57213", time: new Date(1343838508066), what: "moveChunk.start", ns: "test.foo", details: { min: { num: 1.0 }, max: { num: 4.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:28 [conn7] moveChunk request accepted at version 1|4 m30001| Wed Aug 1 12:28:28 [conn7] moveChunk number of documents: 3 m30001| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:57214 #8 m30000| Wed Aug 1 12:28:28 [FileAllocator] done allocating datafile /data/db/multi_mongos10/test.ns, size: 16MB, took 0.306 secs m30000| Wed Aug 1 12:28:28 [FileAllocator] allocating new datafile /data/db/multi_mongos10/test.0, filling with zeroes... m30999| Wed Aug 1 12:28:28 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:28:28 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:41773 #15 m30999| Wed Aug 1 12:28:28 [Balancer] connected connection! m30998| Wed Aug 1 12:28:28 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:28:28 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:28:28 [Balancer] connected connection! m30000| Wed Aug 1 12:28:28 [initandlisten] connection accepted from 127.0.0.1:41774 #16 m30001| Wed Aug 1 12:28:29 [conn7] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { num: 1.0 }, max: { num: 4.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:28:29 [FileAllocator] done allocating datafile /data/db/multi_mongos10/test.0, size: 64MB, took 0.799 secs m30000| Wed Aug 1 12:28:29 [FileAllocator] allocating new datafile /data/db/multi_mongos10/test.1, filling with zeroes... m30000| Wed Aug 1 12:28:29 [migrateThread] build index test.foo { _id: 1 } m30000| Wed Aug 1 12:28:29 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:29 [migrateThread] info: creating collection test.foo on add index m30000| Wed Aug 1 12:28:29 [migrateThread] build index test.foo { num: 1.0 } m30000| Wed Aug 1 12:28:29 [migrateThread] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:29 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:28:29 [Balancer] skipping balancing round because balancing is disabled m30000| Wed Aug 1 12:28:29 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { num: 1.0 } -> { num: 4.0 } m30998| Wed Aug 1 12:28:29 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:28:29 [Balancer] skipping balancing round because balancing is disabled m30001| Wed Aug 1 12:28:30 [conn7] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { num: 1.0 }, max: { num: 4.0 }, state: "catchup", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:28:30 [migrateThread] migrate commit flushed to journal for 'test.foo' { num: 1.0 } -> { num: 4.0 } m30001| Wed Aug 1 12:28:31 [conn7] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { num: 1.0 }, max: { num: 4.0 }, state: "steady", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:31 [conn7] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:28:31 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { num: 1.0 } -> { num: 4.0 } m30000| Wed Aug 1 12:28:31 [FileAllocator] done allocating datafile /data/db/multi_mongos10/test.1, size: 128MB, took 2.761 secs m30000| Wed Aug 1 12:28:32 [migrateThread] migrate commit flushed to journal for 'test.foo' { num: 1.0 } -> { num: 4.0 } m30000| Wed Aug 1 12:28:32 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:32-0", server: "ubuntu", clientAddr: "", time: new Date(1343838512194), what: "moveChunk.to", ns: "test.foo", details: { min: { num: 1.0 }, max: { num: 4.0 }, step1: 1114, step2: 0, step3: 52, step4: 0, step5: 2961 } } m30000| Wed Aug 1 12:28:32 [conn14] command admin.$cmd command: { _recvChunkCommit: 1 } ntoreturn:1 reslen:234 1127ms m30000| Wed Aug 1 12:28:32 [initandlisten] connection accepted from 127.0.0.1:41775 #17 m30001| Wed Aug 1 12:28:32 [conn7] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.foo", from: "localhost:30001", min: { num: 1.0 }, max: { num: 4.0 }, state: "done", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:32 [conn7] moveChunk updating self version to: 2|1 through { num: MinKey } -> { num: 1.0 } for collection 'test.foo' m30001| Wed Aug 1 12:28:32 [conn7] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:32-5", server: "ubuntu", clientAddr: "127.0.0.1:57213", time: new Date(1343838512195), what: "moveChunk.commit", ns: "test.foo", details: { min: { num: 1.0 }, max: { num: 4.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:32 [conn7] doing delete inline m30001| Wed Aug 1 12:28:32 [conn7] moveChunk deleted: 3 m30001| Wed Aug 1 12:28:32 [conn7] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' unlocked. m30001| Wed Aug 1 12:28:32 [conn7] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:32-6", server: "ubuntu", clientAddr: "127.0.0.1:57213", time: new Date(1343838512196), what: "moveChunk.from", ns: "test.foo", details: { min: { num: 1.0 }, max: { num: 4.0 }, step1: 0, step2: 1, step3: 0, step4: 3000, step5: 1127, step6: 0 } } m30001| Wed Aug 1 12:28:32 [conn7] command admin.$cmd command: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { num: 1.0 }, max: { num: 4.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-num_1.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4131ms m30998| Wed Aug 1 12:28:32 [conn1] moveChunk result: { ok: 1.0 } m30998| Wed Aug 1 12:28:32 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 4 version: 2|1||000000000000000000000000 based on: 1|4||000000000000000000000000 m30999| Wed Aug 1 12:28:32 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|4||000000000000000000000000 min: { num: 4.0 } max: { num: MaxKey } m30001| Wed Aug 1 12:28:32 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: 4.0 }, max: { num: MaxKey }, from: "shard0001", splitKeys: [ { num: 5.0 } ], shardId: "test.foo-num_4.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:32 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' acquired, ts : 5019593062b7dfc37df09fc8 m30001| Wed Aug 1 12:28:32 [conn4] splitChunk accepted at version 2|1 m30001| Wed Aug 1 12:28:32 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:32-7", server: "ubuntu", clientAddr: "127.0.0.1:57208", time: new Date(1343838512199), what: "split", ns: "test.foo", details: { before: { min: { num: 4.0 }, max: { num: MaxKey }, lastmod: Timestamp 1000|4 }, left: { min: { num: 4.0 }, max: { num: 5.0 }, lastmod: Timestamp 2000|2 }, right: { min: { num: 5.0 }, max: { num: MaxKey }, lastmod: Timestamp 2000|3 } } } m30001| Wed Aug 1 12:28:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838508:1524187553' unlocked. m30999| Wed Aug 1 12:28:32 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 5 version: 2|3||000000000000000000000000 based on: 1|4||000000000000000000000000 m30999| Wed Aug 1 12:28:32 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959262b33aa68e9f3f685'), shard: "shard0000", shardHost: "localhost:30000" } 0x279c750 m30999| Wed Aug 1 12:28:32 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:28:32 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959262b33aa68e9f3f685'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x279c750 m30999| Wed Aug 1 12:28:32 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:28:32 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|3, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959262b33aa68e9f3f685'), shard: "shard0001", shardHost: "localhost:30001" } 0x279d390 m30999| Wed Aug 1 12:28:32 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30998| Wed Aug 1 12:28:32 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959269e93e4d097fa2b24'), shard: "shard0000", shardHost: "localhost:30000" } 0x19aa620 m30998| Wed Aug 1 12:28:32 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:28:32 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959269e93e4d097fa2b24'), shard: "shard0001", shardHost: "localhost:30001" } 0x19ac8a0 m30998| Wed Aug 1 12:28:32 [conn1] setShardVersion failed! m30998| { oldVersion: Timestamp 1000|0, ns: "test.foo", version: Timestamp 2000|1, globalVersion: Timestamp 2000|3, reloadConfig: true, errmsg: "shard global version for collection is higher than trying to set to 'test.foo'", ok: 0.0 } m30998| Wed Aug 1 12:28:32 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 5 version: 2|3||000000000000000000000000 based on: 2|1||000000000000000000000000 m30998| Wed Aug 1 12:28:32 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|3, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959269e93e4d097fa2b24'), shard: "shard0001", shardHost: "localhost:30001" } 0x19ac8a0 m30998| Wed Aug 1 12:28:32 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } { "enabled" : true, "configServer" : "localhost:30000", "shardName" : "shard0001", "shardHost" : "localhost:30001", "versions" : { "test.foo" : Timestamp(2000, 3) }, "ok" : 1 } m30999| Wed Aug 1 12:28:32 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:28:32 [conn3] end connection 127.0.0.1:41746 m30000| Wed Aug 1 12:28:32 [conn4] end connection 127.0.0.1:41747 m30001| Wed Aug 1 12:28:32 [conn3] end connection 127.0.0.1:57206 m30000| Wed Aug 1 12:28:32 [conn6] end connection 127.0.0.1:41754 m30000| Wed Aug 1 12:28:32 [conn15] end connection 127.0.0.1:41773 m30000| Wed Aug 1 12:28:32 [conn11] end connection 127.0.0.1:41763 m30001| Wed Aug 1 12:28:32 [conn4] end connection 127.0.0.1:57208 Wed Aug 1 12:28:33 shell: stopped mongo program on port 30999 m30998| Wed Aug 1 12:28:33 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:28:33 [conn7] end connection 127.0.0.1:41757 m30000| Wed Aug 1 12:28:33 [conn8] end connection 127.0.0.1:41758 m30000| Wed Aug 1 12:28:33 [conn10] end connection 127.0.0.1:41760 m30000| Wed Aug 1 12:28:33 [conn16] end connection 127.0.0.1:41774 m30000| Wed Aug 1 12:28:33 [conn13] end connection 127.0.0.1:41767 m30001| Wed Aug 1 12:28:33 [conn5] end connection 127.0.0.1:57210 m30001| Wed Aug 1 12:28:33 [conn7] end connection 127.0.0.1:57213 Wed Aug 1 12:28:34 shell: stopped mongo program on port 30998 m30000| Wed Aug 1 12:28:34 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:28:34 [interruptThread] now exiting m30000| Wed Aug 1 12:28:34 dbexit: m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:28:34 [interruptThread] closing listening socket: 28 m30000| Wed Aug 1 12:28:34 [interruptThread] closing listening socket: 30 m30000| Wed Aug 1 12:28:34 [interruptThread] closing listening socket: 31 m30000| Wed Aug 1 12:28:34 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:28:34 [conn8] end connection 127.0.0.1:57214 m30000| Wed Aug 1 12:28:34 [conn17] end connection 127.0.0.1:41775 m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:28:34 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:28:34 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:28:34 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:28:34 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:28:34 dbexit: really exiting now Wed Aug 1 12:28:35 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:28:35 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:28:35 [interruptThread] now exiting m30001| Wed Aug 1 12:28:35 dbexit: m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:28:35 [interruptThread] closing listening socket: 32 m30001| Wed Aug 1 12:28:35 [interruptThread] closing listening socket: 33 m30001| Wed Aug 1 12:28:35 [interruptThread] closing listening socket: 34 m30001| Wed Aug 1 12:28:35 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:28:35 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:28:35 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:28:35 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:28:35 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:28:35 dbexit: really exiting now Wed Aug 1 12:28:36 shell: stopped mongo program on port 30001 *** ShardingTest multi_mongos1 completed successfully in 15.205 seconds *** 15206ms ******************************************* Test : jstests/sharding/geo_near_random1.js ... Resetting db path '/data/db/geo_near_random10' Wed Aug 1 12:28:36 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/geo_near_random10 --nopreallocj m30000| Wed Aug 1 12:28:36 [initandlisten] MongoDB starting : pid=10660 port=30000 dbpath=/data/db/geo_near_random10 64-bit host=ubuntu m30000| Wed Aug 1 12:28:36 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:28:36 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:28:36 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:28:36 [initandlisten] options: { dbpath: "/data/db/geo_near_random10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:28:36 [initandlisten] journal dir=/data/db/geo_near_random10/journal m30000| Wed Aug 1 12:28:36 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:28:36 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:28:36 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:41777 #1 Resetting db path '/data/db/geo_near_random11' Wed Aug 1 12:28:36 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/geo_near_random11 --nopreallocj m30001| Wed Aug 1 12:28:36 [initandlisten] MongoDB starting : pid=10673 port=30001 dbpath=/data/db/geo_near_random11 64-bit host=ubuntu m30001| Wed Aug 1 12:28:36 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:28:36 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:28:36 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:28:36 [initandlisten] options: { dbpath: "/data/db/geo_near_random11", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:28:36 [initandlisten] journal dir=/data/db/geo_near_random11/journal m30001| Wed Aug 1 12:28:36 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:28:36 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:28:36 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:57221 #1 Resetting db path '/data/db/geo_near_random12' Wed Aug 1 12:28:36 shell: started program mongod-2.0.6 --port 30002 --dbpath /data/db/geo_near_random12 --nopreallocj m30002| Wed Aug 1 12:28:36 [initandlisten] MongoDB starting : pid=10686 port=30002 dbpath=/data/db/geo_near_random12 64-bit host=ubuntu m30002| Wed Aug 1 12:28:36 [initandlisten] db version v2.0.6, pdfile version 4.5 m30002| Wed Aug 1 12:28:36 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30002| Wed Aug 1 12:28:36 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30002| Wed Aug 1 12:28:36 [initandlisten] options: { dbpath: "/data/db/geo_near_random12", nopreallocj: true, port: 30002 } m30002| Wed Aug 1 12:28:36 [initandlisten] journal dir=/data/db/geo_near_random12/journal m30002| Wed Aug 1 12:28:36 [initandlisten] recover : no journal files present, no recovery needed m30002| Wed Aug 1 12:28:36 [websvr] admin web console waiting for connections on port 31002 m30002| Wed Aug 1 12:28:36 [initandlisten] waiting for connections on port 30002 m30002| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:59213 #1 "localhost:30000" m30000| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:41782 #2 ShardingTest geo_near_random1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001, connection to localhost:30002 ] } Wed Aug 1 12:28:36 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:28:36 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:28:36 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10701 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:28:36 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:28:36 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:28:36 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:41784 #3 m30000| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:41785 #4 m30000| Wed Aug 1 12:28:36 [initandlisten] connection accepted from 127.0.0.1:41786 #5 m30000| Wed Aug 1 12:28:36 [FileAllocator] allocating new datafile /data/db/geo_near_random10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:28:36 [FileAllocator] creating directory /data/db/geo_near_random10/_tmp m30000| Wed Aug 1 12:28:37 [FileAllocator] done allocating datafile /data/db/geo_near_random10/config.ns, size: 16MB, took 0.12 secs m30000| Wed Aug 1 12:28:37 [FileAllocator] allocating new datafile /data/db/geo_near_random10/config.0, filling with zeroes... m30000| Wed Aug 1 12:28:37 [FileAllocator] done allocating datafile /data/db/geo_near_random10/config.0, size: 64MB, took 0.761 secs m30000| Wed Aug 1 12:28:37 [FileAllocator] allocating new datafile /data/db/geo_near_random10/config.1, filling with zeroes... m30000| Wed Aug 1 12:28:37 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn5] insert config.version 896ms m30999| Wed Aug 1 12:28:37 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:28:37 [websvr] admin web console waiting for connections on port 31999 m30999| Wed Aug 1 12:28:37 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:28:37 [conn4] build index config.settings { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:28:37 [conn4] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] info: creating collection config.shards on add index m30000| Wed Aug 1 12:28:37 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:37 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:28:37 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:28:37 m30999| Wed Aug 1 12:28:37 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:28:37 [initandlisten] connection accepted from 127.0.0.1:41792 #6 m30000| Wed Aug 1 12:28:37 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:37 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838517:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:28:37 [conn4] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:28:37 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:37 [conn4] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:28:37 [conn4] build index done 1 records 0 secs m30999| Wed Aug 1 12:28:37 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838517:1804289383' acquired, ts : 501959359f7d460be6e6c0f9 m30999| Wed Aug 1 12:28:37 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838517:1804289383' unlocked. m30999| Wed Aug 1 12:28:38 [mongosMain] connection accepted from 127.0.0.1:59961 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:28:38 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:28:38 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:28:38 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:38 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:28:40 [FileAllocator] done allocating datafile /data/db/geo_near_random10/config.1, size: 128MB, took 2.298 secs m30000| Wed Aug 1 12:28:40 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 1996ms m30999| Wed Aug 1 12:28:40 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30001| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:57236 #2 m30999| Wed Aug 1 12:28:40 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30002 m30002| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:59227 #2 m30999| Wed Aug 1 12:28:40 [conn1] going to add shard: { _id: "shard0002", host: "localhost:30002" } { "shardAdded" : "shard0002", "ok" : 1 } m30000| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:41796 #7 m30999| Wed Aug 1 12:28:40 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959359f7d460be6e6c0f8 m30999| Wed Aug 1 12:28:40 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959359f7d460be6e6c0f8 m30001| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:57239 #3 m30002| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:59230 #3 m30999| Wed Aug 1 12:28:40 [conn1] creating WriteBackListener for: localhost:30002 serverID: 501959359f7d460be6e6c0f8 Waiting for active hosts... Waiting for the balancer lock... Waiting again for active hosts after balancer is off... m30999| Wed Aug 1 12:28:40 [conn1] couldn't find database [test] in config db m30001| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:57241 #4 m30002| Wed Aug 1 12:28:40 [initandlisten] connection accepted from 127.0.0.1:59232 #4 m30999| Wed Aug 1 12:28:40 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:28:40 [conn1] DROP: test.geo_near_random1 m30001| Wed Aug 1 12:28:40 [conn3] CMD: drop test.geo_near_random1 starting test: geo_near_random1 m30999| Wed Aug 1 12:28:40 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:28:40 [conn1] CMD: shardcollection: { shardcollection: "test.geo_near_random1", key: { _id: 1.0 } } m30999| Wed Aug 1 12:28:40 [conn1] enable sharding on: test.geo_near_random1 with shard key: { _id: 1.0 } m30001| Wed Aug 1 12:28:40 [FileAllocator] allocating new datafile /data/db/geo_near_random11/test.ns, filling with zeroes... m30001| Wed Aug 1 12:28:40 [FileAllocator] creating directory /data/db/geo_near_random11/_tmp m30001| Wed Aug 1 12:28:40 [FileAllocator] done allocating datafile /data/db/geo_near_random11/test.ns, size: 16MB, took 0.481 secs m30001| Wed Aug 1 12:28:40 [FileAllocator] allocating new datafile /data/db/geo_near_random11/test.0, filling with zeroes... m30001| Wed Aug 1 12:28:41 [FileAllocator] done allocating datafile /data/db/geo_near_random11/test.0, size: 64MB, took 0.829 secs m30001| Wed Aug 1 12:28:41 [FileAllocator] allocating new datafile /data/db/geo_near_random11/test.1, filling with zeroes... m30001| Wed Aug 1 12:28:41 [conn4] build index test.geo_near_random1 { _id: 1 } m30001| Wed Aug 1 12:28:41 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:28:41 [conn4] info: creating collection test.geo_near_random1 on add index m30001| Wed Aug 1 12:28:41 [conn4] insert test.system.indexes 1318ms m30999| Wed Aug 1 12:28:42 [conn1] going to create 1 chunk(s) for: test.geo_near_random1 using new epoch 5019593a9f7d460be6e6c0fa m30999| Wed Aug 1 12:28:42 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 2 version: 1|0||5019593a9f7d460be6e6c0fa based on: (empty) m30000| Wed Aug 1 12:28:42 [conn4] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:28:42 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:28:42 [conn1] resetting shard version of test.geo_near_random1 on localhost:30000, version is zero m30000| Wed Aug 1 12:28:42 [initandlisten] connection accepted from 127.0.0.1:41801 #8 m30999| Wed Aug 1 12:28:42 [conn1] resetting shard version of test.geo_near_random1 on localhost:30002, version is zero m30001| Wed Aug 1 12:28:43 [FileAllocator] done allocating datafile /data/db/geo_near_random11/test.1, size: 128MB, took 2.139 secs m30001| Wed Aug 1 12:28:43 [conn4] command admin.$cmd command: { splitVector: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: MinKey }, max: { _id: MaxKey }, maxChunkSizeBytes: 1024, maxSplitPoints: 2, maxChunkObjects: 250000 } ntoreturn:1 reslen:53 1521ms m30001| Wed Aug 1 12:28:43 [conn4] request split points lookup for chunk test.geo_near_random1 { : MinKey } -->> { : MaxKey } m30001| Wed Aug 1 12:28:43 [conn4] max number of requested split points reached (2) before the end of chunk test.geo_near_random1 { : MinKey } -->> { : MaxKey } m30000| Wed Aug 1 12:28:43 [initandlisten] connection accepted from 127.0.0.1:41802 #9 m30001| Wed Aug 1 12:28:43 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 0.0 } ], shardId: "test.geo_near_random1-_id_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:43 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:43 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838523:1649279819 (sleeping for 30000ms) m30001| Wed Aug 1 12:28:43 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 5019593b154a4b8a104f51fb m30001| Wed Aug 1 12:28:43 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:28:43 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:43-0", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838523628), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: MinKey }, max: { _id: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { _id: MinKey }, max: { _id: 0.0 }, lastmod: Timestamp 1000|1 }, right: { min: { _id: 0.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:28:43 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:43 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||5019593a9f7d460be6e6c0fa m30999| Wed Aug 1 12:28:43 [conn1] autosplitted test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } on: { _id: 0.0 } (splitThreshold 921) m30001| Wed Aug 1 12:28:43 [conn3] build index test.geo_near_random1 { loc: "2d" } m30001| Wed Aug 1 12:28:43 [conn3] build index done 50 records 0.001 secs m30999| Wed Aug 1 12:28:43 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { _id: 0.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:43 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 0.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 5.0 } ], shardId: "test.geo_near_random1-_id_0.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:43 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:43 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 5019593b154a4b8a104f51fc m30001| Wed Aug 1 12:28:43 [conn4] splitChunk accepted at version 1|2 m30001| Wed Aug 1 12:28:43 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:43-1", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838523636), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 0.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 }, left: { min: { _id: 0.0 }, max: { _id: 5.0 }, lastmod: Timestamp 1000|3 }, right: { min: { _id: 5.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|4 } } } m30001| Wed Aug 1 12:28:43 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:43 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 4 version: 1|4||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:28:43 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 4.0 }, to: "shard0002" } m30999| Wed Aug 1 12:28:43 [conn1] moving chunk ns: test.geo_near_random1 moving ( ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 1|3||000000000000000000000000 min: { _id: 0.0 } max: { _id: 5.0 }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:28:43 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 0.0 }, max: { _id: 5.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_0.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:43 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:43 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 5019593b154a4b8a104f51fd m30001| Wed Aug 1 12:28:43 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:43-2", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838523639), what: "moveChunk.start", ns: "test.geo_near_random1", details: { min: { _id: 0.0 }, max: { _id: 5.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:28:43 [conn4] moveChunk request accepted at version 1|4 m30001| Wed Aug 1 12:28:43 [conn4] moveChunk number of documents: 5 m30002| Wed Aug 1 12:28:43 [initandlisten] connection accepted from 127.0.0.1:59235 #5 m30001| Wed Aug 1 12:28:43 [initandlisten] connection accepted from 127.0.0.1:57246 #5 m30002| Wed Aug 1 12:28:43 [FileAllocator] allocating new datafile /data/db/geo_near_random12/test.ns, filling with zeroes... m30002| Wed Aug 1 12:28:43 [FileAllocator] creating directory /data/db/geo_near_random12/_tmp m30002| Wed Aug 1 12:28:43 [FileAllocator] done allocating datafile /data/db/geo_near_random12/test.ns, size: 16MB, took 0.241 secs m30002| Wed Aug 1 12:28:43 [FileAllocator] allocating new datafile /data/db/geo_near_random12/test.0, filling with zeroes... m30000| Wed Aug 1 12:28:43 [initandlisten] connection accepted from 127.0.0.1:41805 #10 m30001| Wed Aug 1 12:28:44 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 5.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30002| Wed Aug 1 12:28:44 [FileAllocator] done allocating datafile /data/db/geo_near_random12/test.0, size: 64MB, took 0.845 secs m30002| Wed Aug 1 12:28:44 [FileAllocator] allocating new datafile /data/db/geo_near_random12/test.1, filling with zeroes... m30002| Wed Aug 1 12:28:44 [migrateThread] build index test.geo_near_random1 { _id: 1 } m30002| Wed Aug 1 12:28:44 [migrateThread] build index done 0 records 0 secs m30002| Wed Aug 1 12:28:44 [migrateThread] info: creating collection test.geo_near_random1 on add index m30002| Wed Aug 1 12:28:44 [migrateThread] build index test.geo_near_random1 { loc: "2d" } m30002| Wed Aug 1 12:28:44 [migrateThread] build index done 0 records 0 secs m30002| Wed Aug 1 12:28:44 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 0.0 } -> { _id: 5.0 } m30001| Wed Aug 1 12:28:45 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 5.0 }, state: "catchup", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30002| Wed Aug 1 12:28:46 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 0.0 } -> { _id: 5.0 } m30001| Wed Aug 1 12:28:46 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 5.0 }, state: "steady", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:46 [conn4] moveChunk setting version to: 2|0 m30002| Wed Aug 1 12:28:46 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 0.0 } -> { _id: 5.0 } m30002| Wed Aug 1 12:28:46 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 0.0 } -> { _id: 5.0 } m30002| Wed Aug 1 12:28:46 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:46-0", server: "ubuntu", clientAddr: "", time: new Date(1343838526648), what: "moveChunk.to", ns: "test.geo_near_random1", details: { min: { _id: 0.0 }, max: { _id: 5.0 }, step1: 1096, step2: 0, step3: 75, step4: 0, step5: 1836 } } m30001| Wed Aug 1 12:28:46 [conn4] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 5.0 }, state: "done", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:46 [conn4] moveChunk updating self version to: 2|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random1' m30000| Wed Aug 1 12:28:46 [initandlisten] connection accepted from 127.0.0.1:41806 #11 m30001| Wed Aug 1 12:28:46 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:46-3", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838526649), what: "moveChunk.commit", ns: "test.geo_near_random1", details: { min: { _id: 0.0 }, max: { _id: 5.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:28:46 [conn4] doing delete inline m30001| Wed Aug 1 12:28:46 [conn4] moveChunk deleted: 5 m30001| Wed Aug 1 12:28:46 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:46 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:46-4", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838526650), what: "moveChunk.from", ns: "test.geo_near_random1", details: { min: { _id: 0.0 }, max: { _id: 5.0 }, step1: 0, step2: 1, step3: 0, step4: 3000, step5: 8, step6: 0 } } m30001| Wed Aug 1 12:28:46 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 0.0 }, max: { _id: 5.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_0.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 3012ms m30999| Wed Aug 1 12:28:46 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 5 version: 2|1||000000000000000000000000 based on: 1|4||000000000000000000000000 m30999| Wed Aug 1 12:28:46 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 1|4||000000000000000000000000 min: { _id: 5.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:46 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 5.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 10.0 } ], shardId: "test.geo_near_random1-_id_5.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:46 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:46 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 5019593e154a4b8a104f51fe m30001| Wed Aug 1 12:28:46 [conn4] splitChunk accepted at version 2|1 m30001| Wed Aug 1 12:28:46 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:46-5", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838526654), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 5.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|4 }, left: { min: { _id: 5.0 }, max: { _id: 10.0 }, lastmod: Timestamp 2000|2 }, right: { min: { _id: 10.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|3 } } } m30001| Wed Aug 1 12:28:46 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:46 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 6 version: 2|3||000000000000000000000000 based on: 2|1||000000000000000000000000 m30999| Wed Aug 1 12:28:46 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 9.0 }, to: "shard0001" } m30999| Wed Aug 1 12:28:46 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 2|3||000000000000000000000000 min: { _id: 10.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:46 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 10.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 15.0 } ], shardId: "test.geo_near_random1-_id_10.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:46 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:46 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 5019593e154a4b8a104f51ff m30001| Wed Aug 1 12:28:46 [conn4] splitChunk accepted at version 2|3 m30001| Wed Aug 1 12:28:46 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:46-6", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838526658), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 10.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|3 }, left: { min: { _id: 10.0 }, max: { _id: 15.0 }, lastmod: Timestamp 2000|4 }, right: { min: { _id: 15.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|5 } } } m30001| Wed Aug 1 12:28:46 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:46 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 10.0 }, max: { _id: 15.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_10.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:46 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:46 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 5019593e154a4b8a104f5200 m30001| Wed Aug 1 12:28:46 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:46-7", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838526662), what: "moveChunk.start", ns: "test.geo_near_random1", details: { min: { _id: 10.0 }, max: { _id: 15.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:46 [conn4] moveChunk request accepted at version 2|5 m30001| Wed Aug 1 12:28:46 [conn4] moveChunk number of documents: 5 m30001| Wed Aug 1 12:28:46 [initandlisten] connection accepted from 127.0.0.1:57249 #6 m30999| Wed Aug 1 12:28:46 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 7 version: 2|5||000000000000000000000000 based on: 2|3||000000000000000000000000 m30999| Wed Aug 1 12:28:46 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 14.0 }, to: "shard0000" } m30999| Wed Aug 1 12:28:46 [conn1] moving chunk ns: test.geo_near_random1 moving ( ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 2|4||000000000000000000000000 min: { _id: 10.0 } max: { _id: 15.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30000| Wed Aug 1 12:28:46 [FileAllocator] allocating new datafile /data/db/geo_near_random10/test.ns, filling with zeroes... m30001| Wed Aug 1 12:28:47 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 10.0 }, max: { _id: 15.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30002| Wed Aug 1 12:28:47 [FileAllocator] done allocating datafile /data/db/geo_near_random12/test.1, size: 128MB, took 3.261 secs m30000| Wed Aug 1 12:28:48 [FileAllocator] done allocating datafile /data/db/geo_near_random10/test.ns, size: 16MB, took 1.438 secs m30000| Wed Aug 1 12:28:48 [FileAllocator] allocating new datafile /data/db/geo_near_random10/test.0, filling with zeroes... m30001| Wed Aug 1 12:28:48 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 10.0 }, max: { _id: 15.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:28:48 [FileAllocator] done allocating datafile /data/db/geo_near_random10/test.0, size: 64MB, took 0.722 secs m30000| Wed Aug 1 12:28:48 [FileAllocator] allocating new datafile /data/db/geo_near_random10/test.1, filling with zeroes... m30000| Wed Aug 1 12:28:48 [migrateThread] build index test.geo_near_random1 { _id: 1 } m30000| Wed Aug 1 12:28:48 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:48 [migrateThread] info: creating collection test.geo_near_random1 on add index m30000| Wed Aug 1 12:28:48 [migrateThread] build index test.geo_near_random1 { loc: "2d" } m30000| Wed Aug 1 12:28:48 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:28:48 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 10.0 } -> { _id: 15.0 } m30001| Wed Aug 1 12:28:49 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 10.0 }, max: { _id: 15.0 }, state: "catchup", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:28:50 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 10.0 } -> { _id: 15.0 } m30000| Wed Aug 1 12:28:50 [FileAllocator] done allocating datafile /data/db/geo_near_random10/test.1, size: 128MB, took 1.707 secs m30001| Wed Aug 1 12:28:50 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 10.0 }, max: { _id: 15.0 }, state: "steady", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:50 [conn4] moveChunk setting version to: 3|0 m30000| Wed Aug 1 12:28:50 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 10.0 } -> { _id: 15.0 } m30000| Wed Aug 1 12:28:50 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 10.0 } -> { _id: 15.0 } m30000| Wed Aug 1 12:28:50 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:50-0", server: "ubuntu", clientAddr: "", time: new Date(1343838530672), what: "moveChunk.to", ns: "test.geo_near_random1", details: { min: { _id: 10.0 }, max: { _id: 15.0 }, step1: 2167, step2: 0, step3: 91, step4: 0, step5: 1749 } } m30000| Wed Aug 1 12:28:50 [initandlisten] connection accepted from 127.0.0.1:41808 #12 m30001| Wed Aug 1 12:28:50 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 10.0 }, max: { _id: 15.0 }, state: "done", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:50 [conn4] moveChunk updating self version to: 3|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random1' m30001| Wed Aug 1 12:28:50 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:50-8", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838530674), what: "moveChunk.commit", ns: "test.geo_near_random1", details: { min: { _id: 10.0 }, max: { _id: 15.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:50 [conn4] doing delete inline m30001| Wed Aug 1 12:28:50 [conn4] moveChunk deleted: 5 m30001| Wed Aug 1 12:28:50 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:50 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:50-9", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838530705), what: "moveChunk.from", ns: "test.geo_near_random1", details: { min: { _id: 10.0 }, max: { _id: 15.0 }, step1: 0, step2: 1, step3: 0, step4: 4001, step5: 9, step6: 30 } } m30001| Wed Aug 1 12:28:50 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 10.0 }, max: { _id: 15.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_10.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4043ms m30999| Wed Aug 1 12:28:50 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 8 version: 3|1||000000000000000000000000 based on: 2|5||000000000000000000000000 m30999| Wed Aug 1 12:28:50 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 2|5||000000000000000000000000 min: { _id: 15.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:50 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 15.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 20.0 } ], shardId: "test.geo_near_random1-_id_15.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:50 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:50 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195942154a4b8a104f5201 m30001| Wed Aug 1 12:28:50 [conn4] splitChunk accepted at version 3|1 m30001| Wed Aug 1 12:28:50 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:50-10", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838530709), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 15.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|5 }, left: { min: { _id: 15.0 }, max: { _id: 20.0 }, lastmod: Timestamp 3000|2 }, right: { min: { _id: 20.0 }, max: { _id: MaxKey }, lastmod: Timestamp 3000|3 } } } m30001| Wed Aug 1 12:28:50 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:50 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 9 version: 3|3||000000000000000000000000 based on: 3|1||000000000000000000000000 m30999| Wed Aug 1 12:28:50 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 19.0 }, to: "shard0002" } m30999| Wed Aug 1 12:28:50 [conn1] moving chunk ns: test.geo_near_random1 moving ( ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 3|2||000000000000000000000000 min: { _id: 15.0 } max: { _id: 20.0 }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:28:50 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 15.0 }, max: { _id: 20.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_15.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:50 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:50 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195942154a4b8a104f5202 m30001| Wed Aug 1 12:28:50 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:50-11", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838530713), what: "moveChunk.start", ns: "test.geo_near_random1", details: { min: { _id: 15.0 }, max: { _id: 20.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:28:50 [conn4] moveChunk request accepted at version 3|3 m30001| Wed Aug 1 12:28:50 [conn4] moveChunk number of documents: 5 m30002| Wed Aug 1 12:28:50 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 15.0 } -> { _id: 20.0 } m30002| Wed Aug 1 12:28:50 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 15.0 } -> { _id: 20.0 } m30001| Wed Aug 1 12:28:51 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 15.0 }, max: { _id: 20.0 }, state: "steady", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:51 [conn4] moveChunk setting version to: 4|0 m30002| Wed Aug 1 12:28:51 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 15.0 } -> { _id: 20.0 } m30002| Wed Aug 1 12:28:51 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 15.0 } -> { _id: 20.0 } m30002| Wed Aug 1 12:28:51 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:51-1", server: "ubuntu", clientAddr: "", time: new Date(1343838531721), what: "moveChunk.to", ns: "test.geo_near_random1", details: { min: { _id: 15.0 }, max: { _id: 20.0 }, step1: 0, step2: 0, step3: 0, step4: 0, step5: 1006 } } m30001| Wed Aug 1 12:28:51 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 15.0 }, max: { _id: 20.0 }, state: "done", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:51 [conn4] moveChunk updating self version to: 4|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random1' m30001| Wed Aug 1 12:28:51 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:51-12", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838531722), what: "moveChunk.commit", ns: "test.geo_near_random1", details: { min: { _id: 15.0 }, max: { _id: 20.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:28:51 [conn4] doing delete inline m30001| Wed Aug 1 12:28:51 [conn4] moveChunk deleted: 5 m30001| Wed Aug 1 12:28:51 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:51 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:51-13", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838531723), what: "moveChunk.from", ns: "test.geo_near_random1", details: { min: { _id: 15.0 }, max: { _id: 20.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 8, step6: 0 } } m30001| Wed Aug 1 12:28:51 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 15.0 }, max: { _id: 20.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_15.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1010ms m30999| Wed Aug 1 12:28:51 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 10 version: 4|1||000000000000000000000000 based on: 3|3||000000000000000000000000 m30999| Wed Aug 1 12:28:51 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 3|3||000000000000000000000000 min: { _id: 20.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:51 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 20.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 25.0 } ], shardId: "test.geo_near_random1-_id_20.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:51 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:51 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195943154a4b8a104f5203 m30001| Wed Aug 1 12:28:51 [conn4] splitChunk accepted at version 4|1 m30001| Wed Aug 1 12:28:51 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:51-14", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838531727), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 20.0 }, max: { _id: MaxKey }, lastmod: Timestamp 3000|3 }, left: { min: { _id: 20.0 }, max: { _id: 25.0 }, lastmod: Timestamp 4000|2 }, right: { min: { _id: 25.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|3 } } } m30001| Wed Aug 1 12:28:51 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:51 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 11 version: 4|3||000000000000000000000000 based on: 4|1||000000000000000000000000 m30999| Wed Aug 1 12:28:51 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 24.0 }, to: "shard0001" } m30999| Wed Aug 1 12:28:51 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 4|3||000000000000000000000000 min: { _id: 25.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:51 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 25.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 30.0 } ], shardId: "test.geo_near_random1-_id_25.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:51 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:51 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195943154a4b8a104f5204 m30001| Wed Aug 1 12:28:51 [conn4] splitChunk accepted at version 4|3 m30001| Wed Aug 1 12:28:51 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:51-15", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838531732), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 25.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|3 }, left: { min: { _id: 25.0 }, max: { _id: 30.0 }, lastmod: Timestamp 4000|4 }, right: { min: { _id: 30.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|5 } } } m30001| Wed Aug 1 12:28:51 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:51 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 12 version: 4|5||000000000000000000000000 based on: 4|3||000000000000000000000000 m30999| Wed Aug 1 12:28:51 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 29.0 }, to: "shard0000" } m30999| Wed Aug 1 12:28:51 [conn1] moving chunk ns: test.geo_near_random1 moving ( ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 4|4||000000000000000000000000 min: { _id: 25.0 } max: { _id: 30.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:28:51 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 25.0 }, max: { _id: 30.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_25.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:51 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:51 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195943154a4b8a104f5205 m30001| Wed Aug 1 12:28:51 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:51-16", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838531735), what: "moveChunk.start", ns: "test.geo_near_random1", details: { min: { _id: 25.0 }, max: { _id: 30.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:51 [conn4] moveChunk request accepted at version 4|5 m30001| Wed Aug 1 12:28:51 [conn4] moveChunk number of documents: 5 m30000| Wed Aug 1 12:28:51 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 25.0 } -> { _id: 30.0 } m30000| Wed Aug 1 12:28:51 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 25.0 } -> { _id: 30.0 } m30001| Wed Aug 1 12:28:52 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 25.0 }, max: { _id: 30.0 }, state: "steady", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:52 [conn4] moveChunk setting version to: 5|0 m30000| Wed Aug 1 12:28:52 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 25.0 } -> { _id: 30.0 } m30000| Wed Aug 1 12:28:52 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 25.0 } -> { _id: 30.0 } m30000| Wed Aug 1 12:28:52 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:52-1", server: "ubuntu", clientAddr: "", time: new Date(1343838532738), what: "moveChunk.to", ns: "test.geo_near_random1", details: { min: { _id: 25.0 }, max: { _id: 30.0 }, step1: 0, step2: 0, step3: 0, step4: 0, step5: 1001 } } m30001| Wed Aug 1 12:28:52 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 25.0 }, max: { _id: 30.0 }, state: "done", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:52 [conn4] moveChunk updating self version to: 5|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random1' m30001| Wed Aug 1 12:28:52 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:52-17", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838532739), what: "moveChunk.commit", ns: "test.geo_near_random1", details: { min: { _id: 25.0 }, max: { _id: 30.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:52 [conn4] doing delete inline m30001| Wed Aug 1 12:28:52 [conn4] moveChunk deleted: 5 m30001| Wed Aug 1 12:28:52 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:52 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:52-18", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838532740), what: "moveChunk.from", ns: "test.geo_near_random1", details: { min: { _id: 25.0 }, max: { _id: 30.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 3, step6: 0 } } m30001| Wed Aug 1 12:28:52 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 25.0 }, max: { _id: 30.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_25.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1005ms m30999| Wed Aug 1 12:28:52 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 13 version: 5|1||000000000000000000000000 based on: 4|5||000000000000000000000000 m30999| Wed Aug 1 12:28:52 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 4|5||000000000000000000000000 min: { _id: 30.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:52 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 30.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 35.0 } ], shardId: "test.geo_near_random1-_id_30.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:52 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:52 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195944154a4b8a104f5206 m30001| Wed Aug 1 12:28:52 [conn4] splitChunk accepted at version 5|1 m30001| Wed Aug 1 12:28:52 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:52-19", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838532745), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 30.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|5 }, left: { min: { _id: 30.0 }, max: { _id: 35.0 }, lastmod: Timestamp 5000|2 }, right: { min: { _id: 35.0 }, max: { _id: MaxKey }, lastmod: Timestamp 5000|3 } } } m30001| Wed Aug 1 12:28:52 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:52 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 14 version: 5|3||000000000000000000000000 based on: 5|1||000000000000000000000000 m30999| Wed Aug 1 12:28:52 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 34.0 }, to: "shard0002" } m30999| Wed Aug 1 12:28:52 [conn1] moving chunk ns: test.geo_near_random1 moving ( ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 5|2||000000000000000000000000 min: { _id: 30.0 } max: { _id: 35.0 }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:28:52 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 30.0 }, max: { _id: 35.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_30.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:52 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:52 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195944154a4b8a104f5207 m30001| Wed Aug 1 12:28:52 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:52-20", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838532748), what: "moveChunk.start", ns: "test.geo_near_random1", details: { min: { _id: 30.0 }, max: { _id: 35.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:28:52 [conn4] moveChunk request accepted at version 5|3 m30001| Wed Aug 1 12:28:52 [conn4] moveChunk number of documents: 5 m30002| Wed Aug 1 12:28:52 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 30.0 } -> { _id: 35.0 } m30002| Wed Aug 1 12:28:52 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 30.0 } -> { _id: 35.0 } m30001| Wed Aug 1 12:28:53 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 30.0 }, max: { _id: 35.0 }, state: "steady", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:53 [conn4] moveChunk setting version to: 6|0 m30002| Wed Aug 1 12:28:53 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 30.0 } -> { _id: 35.0 } m30002| Wed Aug 1 12:28:53 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 30.0 } -> { _id: 35.0 } m30002| Wed Aug 1 12:28:53 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:53-2", server: "ubuntu", clientAddr: "", time: new Date(1343838533751), what: "moveChunk.to", ns: "test.geo_near_random1", details: { min: { _id: 30.0 }, max: { _id: 35.0 }, step1: 0, step2: 0, step3: 0, step4: 0, step5: 1001 } } m30001| Wed Aug 1 12:28:53 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 30.0 }, max: { _id: 35.0 }, state: "done", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:53 [conn4] moveChunk updating self version to: 6|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random1' m30001| Wed Aug 1 12:28:53 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:53-21", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838533752), what: "moveChunk.commit", ns: "test.geo_near_random1", details: { min: { _id: 30.0 }, max: { _id: 35.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:28:53 [conn4] doing delete inline m30001| Wed Aug 1 12:28:53 [conn4] moveChunk deleted: 5 m30001| Wed Aug 1 12:28:53 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:53 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:53-22", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838533753), what: "moveChunk.from", ns: "test.geo_near_random1", details: { min: { _id: 30.0 }, max: { _id: 35.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 2, step6: 0 } } m30001| Wed Aug 1 12:28:53 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 30.0 }, max: { _id: 35.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_30.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1005ms m30999| Wed Aug 1 12:28:53 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 15 version: 6|1||000000000000000000000000 based on: 5|3||000000000000000000000000 m30999| Wed Aug 1 12:28:53 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 5|3||000000000000000000000000 min: { _id: 35.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:53 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 35.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 40.0 } ], shardId: "test.geo_near_random1-_id_35.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:53 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:53 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195945154a4b8a104f5208 m30001| Wed Aug 1 12:28:53 [conn4] splitChunk accepted at version 6|1 m30001| Wed Aug 1 12:28:53 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:53-23", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838533757), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 35.0 }, max: { _id: MaxKey }, lastmod: Timestamp 5000|3 }, left: { min: { _id: 35.0 }, max: { _id: 40.0 }, lastmod: Timestamp 6000|2 }, right: { min: { _id: 40.0 }, max: { _id: MaxKey }, lastmod: Timestamp 6000|3 } } } m30001| Wed Aug 1 12:28:53 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:53 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 16 version: 6|3||000000000000000000000000 based on: 6|1||000000000000000000000000 m30999| Wed Aug 1 12:28:53 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 39.0 }, to: "shard0001" } m30999| Wed Aug 1 12:28:53 [conn1] splitting: test.geo_near_random1 shard: ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 6|3||000000000000000000000000 min: { _id: 40.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:28:53 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random1", keyPattern: { _id: 1.0 }, min: { _id: 40.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 45.0 } ], shardId: "test.geo_near_random1-_id_40.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:28:53 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:53 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195945154a4b8a104f5209 m30001| Wed Aug 1 12:28:53 [conn4] splitChunk accepted at version 6|3 m30001| Wed Aug 1 12:28:53 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:53-24", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838533762), what: "split", ns: "test.geo_near_random1", details: { before: { min: { _id: 40.0 }, max: { _id: MaxKey }, lastmod: Timestamp 6000|3 }, left: { min: { _id: 40.0 }, max: { _id: 45.0 }, lastmod: Timestamp 6000|4 }, right: { min: { _id: 45.0 }, max: { _id: MaxKey }, lastmod: Timestamp 6000|5 } } } m30001| Wed Aug 1 12:28:53 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30999| Wed Aug 1 12:28:53 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 17 version: 6|5||000000000000000000000000 based on: 6|3||000000000000000000000000 m30999| Wed Aug 1 12:28:53 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random1", find: { _id: 44.0 }, to: "shard0000" } m30999| Wed Aug 1 12:28:53 [conn1] moving chunk ns: test.geo_near_random1 moving ( ns:test.geo_near_random1 at: shard0001:localhost:30001 lastmod: 6|4||000000000000000000000000 min: { _id: 40.0 } max: { _id: 45.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:28:53 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 40.0 }, max: { _id: 45.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_40.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:28:53 [conn4] created new distributed lock for test.geo_near_random1 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:28:53 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' acquired, ts : 50195945154a4b8a104f520a m30001| Wed Aug 1 12:28:53 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:53-25", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838533765), what: "moveChunk.start", ns: "test.geo_near_random1", details: { min: { _id: 40.0 }, max: { _id: 45.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:53 [conn4] moveChunk request accepted at version 6|5 m30001| Wed Aug 1 12:28:53 [conn4] moveChunk number of documents: 5 m30000| Wed Aug 1 12:28:53 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 40.0 } -> { _id: 45.0 } m30000| Wed Aug 1 12:28:53 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 40.0 } -> { _id: 45.0 } m30001| Wed Aug 1 12:28:54 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 40.0 }, max: { _id: 45.0 }, state: "steady", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:28:54 [conn4] moveChunk setting version to: 7|0 m30000| Wed Aug 1 12:28:54 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random1' { _id: 40.0 } -> { _id: 45.0 } m30000| Wed Aug 1 12:28:54 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random1' { _id: 40.0 } -> { _id: 45.0 } m30000| Wed Aug 1 12:28:54 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:54-2", server: "ubuntu", clientAddr: "", time: new Date(1343838534770), what: "moveChunk.to", ns: "test.geo_near_random1", details: { min: { _id: 40.0 }, max: { _id: 45.0 }, step1: 0, step2: 0, step3: 0, step4: 0, step5: 1002 } } m30001| Wed Aug 1 12:28:54 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random1", from: "localhost:30001", min: { _id: 40.0 }, max: { _id: 45.0 }, state: "done", counts: { cloned: 5, clonedBytes: 250, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:28:54 [conn4] moveChunk updating self version to: 7|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random1' m30001| Wed Aug 1 12:28:54 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:54-26", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838534771), what: "moveChunk.commit", ns: "test.geo_near_random1", details: { min: { _id: 40.0 }, max: { _id: 45.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:28:54 [conn4] doing delete inline m30001| Wed Aug 1 12:28:54 [conn4] moveChunk deleted: 5 m30001| Wed Aug 1 12:28:54 [conn4] distributed lock 'test.geo_near_random1/ubuntu:30001:1343838523:1649279819' unlocked. m30001| Wed Aug 1 12:28:54 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:28:54-27", server: "ubuntu", clientAddr: "127.0.0.1:57241", time: new Date(1343838534772), what: "moveChunk.from", ns: "test.geo_near_random1", details: { min: { _id: 40.0 }, max: { _id: 45.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 5, step6: 0 } } m30001| Wed Aug 1 12:28:54 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random1", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 40.0 }, max: { _id: 45.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random1-_id_40.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1007ms m30999| Wed Aug 1 12:28:54 [conn1] ChunkManager: time to load chunks for test.geo_near_random1: 0ms sequenceNumber: 18 version: 7|1||000000000000000000000000 based on: 6|5||000000000000000000000000 m30000| Wed Aug 1 12:28:54 [initandlisten] connection accepted from 127.0.0.1:41809 #13 m30001| Wed Aug 1 12:28:54 [initandlisten] connection accepted from 127.0.0.1:57252 #7 m30002| Wed Aug 1 12:28:54 [initandlisten] connection accepted from 127.0.0.1:59243 #6 --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } { "_id" : "shard0001", "host" : "localhost:30001" } { "_id" : "shard0002", "host" : "localhost:30002" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test", "partitioned" : true, "primary" : "shard0001" } test.geo_near_random1 chunks: { "_id" : { $minKey : 1 } } -->> { "_id" : 0 } on : shard0001 { "estimate" : false, "size" : 0, "numObjects" : 0 } { "_id" : 0 } -->> { "_id" : 5 } on : shard0002 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 5 } -->> { "_id" : 10 } on : shard0001 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 10 } -->> { "_id" : 15 } on : shard0000 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 15 } -->> { "_id" : 20 } on : shard0002 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 20 } -->> { "_id" : 25 } on : shard0001 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 25 } -->> { "_id" : 30 } on : shard0000 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 30 } -->> { "_id" : 35 } on : shard0002 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 35 } -->> { "_id" : 40 } on : shard0001 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 40 } -->> { "_id" : 45 } on : shard0000 { "estimate" : false, "size" : 260, "numObjects" : 5 } { "_id" : 45 } -->> { "_id" : { $maxKey : 1 } } on : shard0001 { "estimate" : false, "size" : 260, "numObjects" : 5 } testing point: [ 0, 0 ] opts: { "sharded" : true, "sphere" : 0, "nToTest" : 50 } testing point: [ -76.107116267737, -52.88817035034299 ] opts: { "sharded" : true, "sphere" : 0, "nToTest" : 50 } testing point: [ 84.24053569333628, 19.137459313496947 ] opts: { "sharded" : true, "sphere" : 0, "nToTest" : 50 } testing point: [ -5.0725878230296075, 71.2684281449765 ] opts: { "sharded" : true, "sphere" : 0, "nToTest" : 50 } testing point: [ -113.95575480377302, 8.089775992557406 ] opts: { "sharded" : true, "sphere" : 0, "nToTest" : 50 } m30999| Wed Aug 1 12:28:55 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:28:55 [conn3] end connection 127.0.0.1:41784 m30000| Wed Aug 1 12:28:55 [conn4] end connection 127.0.0.1:41785 m30001| Wed Aug 1 12:28:55 [conn3] end connection 127.0.0.1:57239 m30002| Wed Aug 1 12:28:55 [conn4] end connection 127.0.0.1:59232 m30002| Wed Aug 1 12:28:55 [conn3] end connection 127.0.0.1:59230 m30001| Wed Aug 1 12:28:55 [conn4] end connection 127.0.0.1:57241 m30000| Wed Aug 1 12:28:55 [conn10] end connection 127.0.0.1:41805 m30000| Wed Aug 1 12:28:55 [conn6] end connection 127.0.0.1:41792 m30000| Wed Aug 1 12:28:55 [conn7] end connection 127.0.0.1:41796 Wed Aug 1 12:28:56 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:28:56 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:28:56 [interruptThread] now exiting m30000| Wed Aug 1 12:28:56 dbexit: m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:28:56 [interruptThread] closing listening socket: 32 m30000| Wed Aug 1 12:28:56 [interruptThread] closing listening socket: 34 m30000| Wed Aug 1 12:28:56 [interruptThread] closing listening socket: 35 m30000| Wed Aug 1 12:28:56 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:28:56 [conn12] end connection 127.0.0.1:41808 m30001| Wed Aug 1 12:28:56 [conn6] end connection 127.0.0.1:57249 m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:28:56 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:28:56 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:28:56 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:28:56 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:28:56 dbexit: really exiting now Wed Aug 1 12:28:57 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:28:57 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:28:57 [interruptThread] now exiting m30001| Wed Aug 1 12:28:57 dbexit: m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:28:57 [interruptThread] closing listening socket: 37 m30001| Wed Aug 1 12:28:57 [interruptThread] closing listening socket: 38 m30001| Wed Aug 1 12:28:57 [interruptThread] closing listening socket: 39 m30001| Wed Aug 1 12:28:57 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:28:57 [conn5] end connection 127.0.0.1:59235 m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:28:57 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:28:57 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:28:57 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:28:57 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:28:57 dbexit: really exiting now Wed Aug 1 12:28:58 shell: stopped mongo program on port 30001 m30002| Wed Aug 1 12:28:58 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30002| Wed Aug 1 12:28:58 [interruptThread] now exiting m30002| Wed Aug 1 12:28:58 dbexit: m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: going to close listening sockets... m30002| Wed Aug 1 12:28:58 [interruptThread] closing listening socket: 40 m30002| Wed Aug 1 12:28:58 [interruptThread] closing listening socket: 41 m30002| Wed Aug 1 12:28:58 [interruptThread] closing listening socket: 42 m30002| Wed Aug 1 12:28:58 [interruptThread] removing socket file: /tmp/mongodb-30002.sock m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: going to flush diaglog... m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: going to close sockets... m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: waiting for fs preallocator... m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: lock for final commit... m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: closing all files... m30002| Wed Aug 1 12:28:58 [interruptThread] closeAllFiles() finished m30002| Wed Aug 1 12:28:58 [interruptThread] journalCleanup... m30002| Wed Aug 1 12:28:58 [interruptThread] removeJournalFiles m30002| Wed Aug 1 12:28:58 [interruptThread] shutdown: removing fs lock... m30002| Wed Aug 1 12:28:58 dbexit: really exiting now Wed Aug 1 12:28:59 shell: stopped mongo program on port 30002 *** ShardingTest geo_near_random1 completed successfully in 23.102 seconds *** 23102ms ******************************************* Test : jstests/sharding/sync2.js ... Resetting db path '/data/db/sync20' Wed Aug 1 12:28:59 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/sync20 --nopreallocj m30000| Wed Aug 1 12:28:59 [initandlisten] MongoDB starting : pid=10774 port=30000 dbpath=/data/db/sync20 64-bit host=ubuntu m30000| Wed Aug 1 12:28:59 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:28:59 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:28:59 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:28:59 [initandlisten] options: { dbpath: "/data/db/sync20", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:28:59 [initandlisten] journal dir=/data/db/sync20/journal m30000| Wed Aug 1 12:28:59 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:28:59 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:28:59 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:28:59 [initandlisten] connection accepted from 127.0.0.1:41813 #1 Resetting db path '/data/db/sync21' Wed Aug 1 12:28:59 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/sync21 --nopreallocj m30001| Wed Aug 1 12:28:59 [initandlisten] MongoDB starting : pid=10787 port=30001 dbpath=/data/db/sync21 64-bit host=ubuntu m30001| Wed Aug 1 12:28:59 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:28:59 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:28:59 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:28:59 [initandlisten] options: { dbpath: "/data/db/sync21", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:28:59 [initandlisten] journal dir=/data/db/sync21/journal m30001| Wed Aug 1 12:28:59 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:28:59 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:28:59 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:28:59 [initandlisten] connection accepted from 127.0.0.1:57257 #1 Resetting db path '/data/db/sync22' Wed Aug 1 12:28:59 shell: started program mongod-2.0.6 --port 30002 --dbpath /data/db/sync22 --nopreallocj m30002| Wed Aug 1 12:28:59 [initandlisten] MongoDB starting : pid=10800 port=30002 dbpath=/data/db/sync22 64-bit host=ubuntu m30002| Wed Aug 1 12:28:59 [initandlisten] db version v2.0.6, pdfile version 4.5 m30002| Wed Aug 1 12:28:59 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30002| Wed Aug 1 12:28:59 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30002| Wed Aug 1 12:28:59 [initandlisten] options: { dbpath: "/data/db/sync22", nopreallocj: true, port: 30002 } m30002| Wed Aug 1 12:28:59 [initandlisten] journal dir=/data/db/sync22/journal m30002| Wed Aug 1 12:28:59 [initandlisten] recover : no journal files present, no recovery needed m30002| Wed Aug 1 12:28:59 [initandlisten] waiting for connections on port 30002 m30002| Wed Aug 1 12:28:59 [websvr] admin web console waiting for connections on port 31002 m30002| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:59249 #1 "localhost:30000,localhost:30001,localhost:30002" Wed Aug 1 12:29:00 SyncClusterConnection connecting to [localhost:30000] Wed Aug 1 12:29:00 SyncClusterConnection connecting to [localhost:30001] m30000| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:41818 #2 Wed Aug 1 12:29:00 SyncClusterConnection connecting to [localhost:30002] m30001| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:57261 #2 m30002| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:59252 #2 ShardingTest sync2 : { "config" : "localhost:30000,localhost:30001,localhost:30002", "shards" : [ connection to localhost:30000, connection to localhost:30001, connection to localhost:30002 ] } Wed Aug 1 12:29:00 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000,localhost:30001,localhost:30002 -vvvvvvvvvv --chunkSize 50 m30999| Wed Aug 1 12:29:00 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10819 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:29:00 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:29:00 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:29:00 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000,localhost:30001,localhost:30002", port: 30999, vvvvvvvvvv: true } m30999| Wed Aug 1 12:29:00 [mongosMain] config string : localhost:30000,localhost:30001,localhost:30002 m30999| Wed Aug 1 12:29:00 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:41822 #3 m30999| Wed Aug 1 12:29:00 [mongosMain] connected connection! m30999| Wed Aug 1 12:29:00 [mongosMain] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:00 [mongosMain] connected connection! m30001| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:57265 #3 m30999| Wed Aug 1 12:29:00 [mongosMain] creating new connection to:localhost:30002 m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:00 [mongosMain] connected connection! m30002| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:59256 #3 m30999| Wed Aug 1 12:29:00 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:29:00 [mongosMain] SyncClusterConnection connecting to [localhost:30000] m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:00 [mongosMain] SyncClusterConnection connecting to [localhost:30001] m30000| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:41825 #4 m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:57268 #4 m30999| Wed Aug 1 12:29:00 [mongosMain] SyncClusterConnection connecting to [localhost:30002] m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:59259 #4 m30999| Wed Aug 1 12:29:00 [mongosMain] SyncClusterConnection connecting to [localhost:30000] m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:41828 #5 m30999| Wed Aug 1 12:29:00 [mongosMain] SyncClusterConnection connecting to [localhost:30001] m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:57271 #5 m30999| Wed Aug 1 12:29:00 [mongosMain] SyncClusterConnection connecting to [localhost:30002] m30999| Wed Aug 1 12:29:00 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:00 [initandlisten] connection accepted from 127.0.0.1:59262 #5 m30000| Wed Aug 1 12:29:00 [conn5] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:00 [conn5] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:00 [conn5] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:00 [FileAllocator] allocating new datafile /data/db/sync20/config.ns, filling with zeroes... m30002| Wed Aug 1 12:29:00 [FileAllocator] allocating new datafile /data/db/sync22/config.ns, filling with zeroes... m30000| Wed Aug 1 12:29:00 [FileAllocator] creating directory /data/db/sync20/_tmp m30002| Wed Aug 1 12:29:00 [FileAllocator] creating directory /data/db/sync22/_tmp m30001| Wed Aug 1 12:29:00 [FileAllocator] allocating new datafile /data/db/sync21/config.ns, filling with zeroes... m30001| Wed Aug 1 12:29:00 [FileAllocator] creating directory /data/db/sync21/_tmp m30001| Wed Aug 1 12:29:00 [FileAllocator] done allocating datafile /data/db/sync21/config.ns, size: 16MB, took 0.523 secs m30002| Wed Aug 1 12:29:00 [FileAllocator] done allocating datafile /data/db/sync22/config.ns, size: 16MB, took 0.528 secs m30001| Wed Aug 1 12:29:00 [FileAllocator] allocating new datafile /data/db/sync21/config.0, filling with zeroes... m30000| Wed Aug 1 12:29:00 [FileAllocator] done allocating datafile /data/db/sync20/config.ns, size: 16MB, took 0.526 secs m30002| Wed Aug 1 12:29:00 [FileAllocator] allocating new datafile /data/db/sync22/config.0, filling with zeroes... m30000| Wed Aug 1 12:29:00 [FileAllocator] allocating new datafile /data/db/sync20/config.0, filling with zeroes... m30001| Wed Aug 1 12:29:04 [FileAllocator] done allocating datafile /data/db/sync21/config.0, size: 64MB, took 3.571 secs m30001| Wed Aug 1 12:29:04 [FileAllocator] allocating new datafile /data/db/sync21/config.1, filling with zeroes... m30001| Wed Aug 1 12:29:04 [conn5] build index config.version { _id: 1 } m30001| Wed Aug 1 12:29:04 [conn5] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:04 [conn5] insert config.version 4110ms m30002| Wed Aug 1 12:29:04 [FileAllocator] done allocating datafile /data/db/sync22/config.0, size: 64MB, took 3.605 secs m30000| Wed Aug 1 12:29:04 [FileAllocator] done allocating datafile /data/db/sync20/config.0, size: 64MB, took 3.605 secs m30000| Wed Aug 1 12:29:04 [FileAllocator] allocating new datafile /data/db/sync20/config.1, filling with zeroes... m30002| Wed Aug 1 12:29:04 [FileAllocator] allocating new datafile /data/db/sync22/config.1, filling with zeroes... m30002| Wed Aug 1 12:29:04 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:29:04 [conn5] build index config.version { _id: 1 } m30002| Wed Aug 1 12:29:04 [conn5] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:04 [conn5] insert config.version 4148ms m30000| Wed Aug 1 12:29:04 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:04 [conn5] insert config.version 4149ms m30001| Wed Aug 1 12:29:10 [FileAllocator] done allocating datafile /data/db/sync21/config.1, size: 128MB, took 6.298 secs m30000| Wed Aug 1 12:29:10 [FileAllocator] done allocating datafile /data/db/sync20/config.1, size: 128MB, took 6.264 secs m30002| Wed Aug 1 12:29:10 [FileAllocator] done allocating datafile /data/db/sync22/config.1, size: 128MB, took 6.264 secs m30000| Wed Aug 1 12:29:10 [conn5] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 reslen:79 6363ms m30999| Wed Aug 1 12:29:10 [mongosMain] Sending command { ismaster: 1 } to localhost:30000 with $auth: {} m30999| Wed Aug 1 12:29:10 [mongosMain] Sending command { ismaster: 1 } to localhost:30000,localhost:30001,localhost:30002 with $auth: {} m30999| Wed Aug 1 12:29:10 [mongosMain] Sending command { ismaster: 1 } to localhost:30001 with $auth: {} m30999| Wed Aug 1 12:29:10 [mongosMain] Sending command { ismaster: 1 } to localhost:30002 with $auth: {} m30000| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:10 [conn4] build index config.settings { _id: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index config.settings { _id: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:10 [conn4] build index config.settings { _id: 1 } m30002| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:10 [conn4] build index config.chunks { _id: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index config.chunks { _id: 1 } m30002| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:10 [conn4] info: creating collection config.chunks on add index m30002| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, min: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:10 [conn4] info: creating collection config.chunks on add index m30001| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, min: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30002| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30001| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:10 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30002| Wed Aug 1 12:29:10 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:10 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn4] build index config.shards { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn4] build index config.shards { _id: 1 } m30002| Wed Aug 1 12:29:11 [conn4] build index config.shards { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:11 [conn4] info: creating collection config.shards on add index m30001| Wed Aug 1 12:29:11 [conn4] build index config.shards { host: 1 } m30002| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:11 [conn4] info: creating collection config.shards on add index m30002| Wed Aug 1 12:29:11 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:11 [conn4] info: creating collection config.shards on add index m30000| Wed Aug 1 12:29:11 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:11 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:29:11 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:29:11 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:29:11 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:29:11 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:29:11 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:29:11 [websvr] admin web console waiting for connections on port 31999 m30999| Wed Aug 1 12:29:11 [mongosMain] waiting for connections on port 30999 m30999| Wed Aug 1 12:29:11 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:29:11 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:29:11 m30999| Wed Aug 1 12:29:11 [Balancer] created new distributed lock for balancer on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30000] m30999| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41886 #6 m30999| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30001] m30999| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [conn5] build index config.mongos { _id: 1 } m30002| Wed Aug 1 12:29:11 [conn5] build index config.mongos { _id: 1 } m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57329 #6 m30999| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30002] m30999| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59320 #6 m30000| Wed Aug 1 12:29:11 [conn5] build index config.mongos { _id: 1 } m30002| Wed Aug 1 12:29:11 [conn5] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:11 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:11 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:11 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:29:11 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:11 [Balancer] connected connection! m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41889 #7 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30000 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57332 #7 m30999| Wed Aug 1 12:29:11 [Balancer] connected connection! m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30001 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] creating new connection to:localhost:30002 m30999| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:11 [Balancer] connected connection! m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59323 #7 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30002 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30000 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30001 found: -1 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30002 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30000 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30001 found: -1 m30999| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30002 found: 0 m30999| Wed Aug 1 12:29:11 [Balancer] total clock skew of 0ms for servers localhost:30000,localhost:30001,localhost:30002 is in 30000ms bounds. m30999| Wed Aug 1 12:29:11 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30999:1343838551:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:29:11 [LockPinger] distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30999:1343838551:1804289383' about to ping. m30999| Wed Aug 1 12:29:11 [Balancer] inserting initial doc in config.locks for lock balancer m30000| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn4] build index config.lockpings { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn4] build index config.lockpings { _id: 1 } m30002| Wed Aug 1 12:29:11 [conn4] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:11 [conn6] build index config.locks { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:11 [conn6] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:11 [conn6] build index config.locks { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn6] build index config.locks { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn6] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:11 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:11 [mongosMain] connection accepted from 127.0.0.1:60060 #1 (1 connection now open) Wed Aug 1 12:29:11 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30998 --configdb localhost:30000,localhost:30001,localhost:30002 -vvvvvvvvvv --chunkSize 50 m30999| Wed Aug 1 12:29:11 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838551:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838551:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838551:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:29:11 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195957d004f0f395a8e9f5" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=10916 port=30998 64-bit host=ubuntu (--help for usage) m30998| Wed Aug 1 12:29:11 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30998| Wed Aug 1 12:29:11 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30998| Wed Aug 1 12:29:11 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000,localhost:30001,localhost:30002", port: 30998, vvvvvvvvvv: true } m30998| Wed Aug 1 12:29:11 [mongosMain] config string : localhost:30000,localhost:30001,localhost:30002 m30998| Wed Aug 1 12:29:11 [mongosMain] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41894 #8 m30998| Wed Aug 1 12:29:11 [mongosMain] connected connection! m30001| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [mongosMain] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57337 #8 m30998| Wed Aug 1 12:29:11 [mongosMain] connected connection! m30001| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [mongosMain] creating new connection to:localhost:30002 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59328 #8 m30998| Wed Aug 1 12:29:11 [mongosMain] connected connection! m30002| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [mongosMain] SyncClusterConnection connecting to [localhost:30000] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: CheckConfigServers m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41897 #9 m30998| Wed Aug 1 12:29:11 [mongosMain] SyncClusterConnection connecting to [localhost:30001] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57340 #9 m30998| Wed Aug 1 12:29:11 [mongosMain] SyncClusterConnection connecting to [localhost:30002] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59331 #9 m30998| Wed Aug 1 12:29:11 [mongosMain] MaxChunkSize: 50 m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn4] build index config.lockpings { ping: 1 } m30002| Wed Aug 1 12:29:11 [conn4] build index config.lockpings { ping: 1 } m30001| Wed Aug 1 12:29:11 [conn4] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:29:11 [conn4] build index done 1 records 0 secs m30002| Wed Aug 1 12:29:11 [conn4] build index done 1 records 0 secs m30001| Wed Aug 1 12:29:11 [conn4] build index done 1 records 0 secs m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:11 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Wed Aug 1 12:29:11 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30999:1343838551:1804289383', sleeping for 30000ms m30001| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:11 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838551:1804289383' acquired, ts : 50195957d004f0f395a8e9f5 m30999| Wed Aug 1 12:29:11 [Balancer] *** start balancing round m30999| Wed Aug 1 12:29:11 [Balancer] no collections to balance m30999| Wed Aug 1 12:29:11 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:29:11 [Balancer] *** end of balancing round m30000| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn6] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:11 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838551:1804289383' unlocked. m30001| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:29:11 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: cursorTimeout m30998| Wed Aug 1 12:29:11 BackgroundJob starting: Balancer m30998| Wed Aug 1 12:29:11 [Balancer] about to contact config servers and shards m30998| Wed Aug 1 12:29:11 BackgroundJob starting: PeriodicTask::Runner m30998| Wed Aug 1 12:29:11 [websvr] admin web console waiting for connections on port 31998 m30998| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30000] m30998| Wed Aug 1 12:29:11 [mongosMain] waiting for connections on port 30998 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41902 #10 m30998| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30001] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57345 #10 m30998| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30002] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59336 #10 m30998| Wed Aug 1 12:29:11 [Balancer] config servers and shards contacted successfully m30998| Wed Aug 1 12:29:11 [Balancer] balancer id: ubuntu:30998 started at Aug 1 12:29:11 m30998| Wed Aug 1 12:29:11 [Balancer] created new distributed lock for balancer on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30998| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30000] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41905 #11 m30998| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30001] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57348 #11 m30998| Wed Aug 1 12:29:11 [Balancer] SyncClusterConnection connecting to [localhost:30002] m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59339 #11 m30998| Wed Aug 1 12:29:11 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:29:11 [Balancer] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:41908 #12 m30998| Wed Aug 1 12:29:11 [Balancer] connected connection! m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30000 found: 0 m30998| Wed Aug 1 12:29:11 [Balancer] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:57351 #12 m30998| Wed Aug 1 12:29:11 [Balancer] connected connection! m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30001 found: 0 m30998| Wed Aug 1 12:29:11 [Balancer] creating new connection to:localhost:30002 m30998| Wed Aug 1 12:29:11 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:11 [initandlisten] connection accepted from 127.0.0.1:59342 #12 m30998| Wed Aug 1 12:29:11 [Balancer] connected connection! m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30002 found: -1 m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30000 found: 0 m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30001 found: 0 m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30002 found: -1 m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30000 found: 0 m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30001 found: 0 m30998| Wed Aug 1 12:29:11 [Balancer] skew from remote server localhost:30002 found: -1 m30998| Wed Aug 1 12:29:11 [Balancer] total clock skew of 1ms for servers localhost:30000,localhost:30001,localhost:30002 is in 30000ms bounds. m30998| Wed Aug 1 12:29:11 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30998:1343838551:1804289383 (sleeping for 30000ms) m30998| Wed Aug 1 12:29:11 [LockPinger] distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30998:1343838551:1804289383' about to ping. m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30998:1343838551:1804289383: m30998| { "state" : 1, m30998| "who" : "ubuntu:30998:1343838551:1804289383:Balancer:846930886", m30998| "process" : "ubuntu:30998:1343838551:1804289383", m30998| "when" : { "$date" : "Wed Aug 1 12:29:11 2012" }, m30998| "why" : "doing balance round", m30998| "ts" : { "$oid" : "50195957c8f41f42ad1edfca" } } m30998| { "_id" : "balancer", m30998| "state" : 0, m30998| "ts" : { "$oid" : "50195957d004f0f395a8e9f5" } } m30000| Wed Aug 1 12:29:11 [conn11] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn11] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn11] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:11 [mongosMain] connection accepted from 127.0.0.1:53523 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:29:11 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:29:11 [conn4] build index config.databases { _id: 1 } m30001| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:11 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn11] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn11] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:11 [conn1] put [admin] on: config:localhost:30000,localhost:30001,localhost:30002 m30999| Wed Aug 1 12:29:11 [conn1] Request::process ns: admin.$cmd msg id:502 attempt: 0 m30999| Wed Aug 1 12:29:11 [conn1] single query: admin.$cmd { addshard: "localhost:30000" } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:11 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } m30000| Wed Aug 1 12:29:11 [conn5] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:11 [conn5] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn11] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:11 [conn5] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:11 [conn9] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn9] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:12 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838551:1804289383' acquired, ts : 50195957c8f41f42ad1edfca m30998| Wed Aug 1 12:29:12 [Balancer] *** start balancing round { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: admin.$cmd msg id:503 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] single query: admin.$cmd { addshard: "localhost:30001" } ntoreturn: -1 options : 0 m30998| Wed Aug 1 12:29:12 [Balancer] no collections to balance m30998| Wed Aug 1 12:29:12 [Balancer] no need to move any chunk m30998| Wed Aug 1 12:29:12 [Balancer] *** end of balancing round m30000| Wed Aug 1 12:29:12 [conn11] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn11] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn9] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:12 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } m30000| Wed Aug 1 12:29:12 [conn5] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn5] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn11] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn5] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:12 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Wed Aug 1 12:29:11 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30998:1343838551:1804289383', sleeping for 30000ms m30998| Wed Aug 1 12:29:12 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838551:1804289383' unlocked. { "shardAdded" : "shard0001", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30002 m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: admin.$cmd msg id:504 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] single query: admin.$cmd { addshard: "localhost:30002" } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:12 [conn1] going to add shard: { _id: "shard0002", host: "localhost:30002" } m30000| Wed Aug 1 12:29:12 [conn5] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn5] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn5] CMD fsync: sync:1 lock:0 { "shardAdded" : "shard0002", "ok" : 1 } m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: config.settings msg id:505 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] write: config.settings m30999| Wed Aug 1 12:29:12 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:41912 #13 m30999| Wed Aug 1 12:29:12 [conn1] connected connection! m30999| Wed Aug 1 12:29:12 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195957d004f0f395a8e9f4 m30999| Wed Aug 1 12:29:12 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:29:12 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true } m30999| Wed Aug 1 12:29:12 [conn1] Sending command { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true } to localhost:30000 with $auth: {} m30999| Wed Aug 1 12:29:12 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:29:12 [conn1] initial sharding result : { initialized: true, ok: 1.0 } m30999| Wed Aug 1 12:29:12 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:12 [conn1] connected connection! m30999| Wed Aug 1 12:29:12 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195957d004f0f395a8e9f4 m30999| Wed Aug 1 12:29:12 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:29:12 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true } m30999| Wed Aug 1 12:29:12 [conn1] Sending command { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true } to localhost:30001 with $auth: {} m30001| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:57355 #13 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: WriteBackListener-localhost:30001 m30999| Wed Aug 1 12:29:12 [conn1] initial sharding result : { initialized: true, ok: 1.0 } m30999| Wed Aug 1 12:29:12 [conn1] creating new connection to:localhost:30002 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:59346 #13 m30999| Wed Aug 1 12:29:12 [conn1] connected connection! m30999| Wed Aug 1 12:29:12 [conn1] creating WriteBackListener for: localhost:30002 serverID: 50195957d004f0f395a8e9f4 m30999| Wed Aug 1 12:29:12 [conn1] initializing shard connection to localhost:30002 m30999| Wed Aug 1 12:29:12 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true } m30999| Wed Aug 1 12:29:12 [conn1] Sending command { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true } to localhost:30002 with $auth: {} m30999| Wed Aug 1 12:29:12 BackgroundJob starting: WriteBackListener-localhost:30002 m30999| Wed Aug 1 12:29:12 [conn1] initial sharding result : { initialized: true, ok: 1.0 } m30999| Wed Aug 1 12:29:12 [conn1] SyncClusterConnection connecting to [localhost:30000] m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:12 [conn1] SyncClusterConnection connecting to [localhost:30001] m30000| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:41915 #14 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:12 [conn1] SyncClusterConnection connecting to [localhost:30002] m30001| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:57358 #14 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30002| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:59349 #14 m30000| Wed Aug 1 12:29:12 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn14] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 reslen:97 103ms m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: config.mongos msg id:506 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] shard query: config.mongos {} m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.mongos", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "ubuntu:30999", ping: new Date(1343838551576), up: 0, waiting: true }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "ubuntu:30999", ping: new Date(1343838551576), up: 0, waiting: true }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "ubuntu:30999", ping: new Date(1343838551576), up: 0, waiting: true }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] cursor type: ParallelSort Waiting for active hosts... Waiting for the balancer lock... m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: config.locks msg id:507 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] shard query: config.locks { _id: "balancer" } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.locks", n2skip: 0, n2return: -1, options: 0, query: { _id: "balancer" }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "balancer", process: "ubuntu:30998:1343838551:1804289383", state: 0, ts: ObjectId('50195957c8f41f42ad1edfca'), when: new Date(1343838551759), who: "ubuntu:30998:1343838551:1804289383:Balancer:846930886", why: "doing balance round" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "balancer", process: "ubuntu:30998:1343838551:1804289383", state: 0, ts: ObjectId('50195957c8f41f42ad1edfca'), when: new Date(1343838551759), who: "ubuntu:30998:1343838551:1804289383:Balancer:846930886", why: "doing balance round" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "balancer", process: "ubuntu:30998:1343838551:1804289383", state: 0, ts: ObjectId('50195957c8f41f42ad1edfca'), when: new Date(1343838551759), who: "ubuntu:30998:1343838551:1804289383:Balancer:846930886", why: "doing balance round" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:12 [conn1] cursor type: ParallelSort Waiting again for active hosts after balancer is off... m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: admin.$cmd msg id:508 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] single query: admin.$cmd { enablesharding: "test" } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:12 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:29:12 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:41918 #15 m30999| Wed Aug 1 12:29:12 [conn1] connected connection! m30999| Wed Aug 1 12:29:12 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:57361 #15 m30999| Wed Aug 1 12:29:12 [conn1] connected connection! m30999| Wed Aug 1 12:29:12 [conn1] creating new connection to:localhost:30002 m30999| Wed Aug 1 12:29:12 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:29:12 [conn1] connected connection! m30002| Wed Aug 1 12:29:12 [initandlisten] connection accepted from 127.0.0.1:59352 #15 m30999| Wed Aug 1 12:29:12 [conn1] best shard for new allocation is shard: shard0000:localhost:30000 mapped: 80 writeLock: 0 m30000| Wed Aug 1 12:29:12 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn4] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:12 [conn1] put [test] on: shard0000:localhost:30000 m30999| Wed Aug 1 12:29:12 [conn1] enabling sharding on: test m30000| Wed Aug 1 12:29:12 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:12 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:12 [conn4] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:12 [conn1] Request::process ns: admin.$cmd msg id:509 attempt: 0 m30999| Wed Aug 1 12:29:12 [conn1] single query: admin.$cmd { shardcollection: "test.foo", key: { num: 1.0 } } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:12 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { num: 1.0 } } m30999| Wed Aug 1 12:29:12 [conn1] enable sharding on: test.foo with shard key: { num: 1.0 } m30000| Wed Aug 1 12:29:12 [FileAllocator] allocating new datafile /data/db/sync20/test.ns, filling with zeroes... m30000| Wed Aug 1 12:29:12 [FileAllocator] done allocating datafile /data/db/sync20/test.ns, size: 16MB, took 0.135 secs m30000| Wed Aug 1 12:29:12 [FileAllocator] allocating new datafile /data/db/sync20/test.0, filling with zeroes... m30000| Wed Aug 1 12:29:13 [FileAllocator] done allocating datafile /data/db/sync20/test.0, size: 64MB, took 0.758 secs m30000| Wed Aug 1 12:29:13 [FileAllocator] allocating new datafile /data/db/sync20/test.1, filling with zeroes... m30000| Wed Aug 1 12:29:13 [conn15] build index test.foo { _id: 1 } m30000| Wed Aug 1 12:29:13 [conn15] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:13 [conn15] info: creating collection test.foo on add index m30000| Wed Aug 1 12:29:13 [conn15] build index test.foo { num: 1.0 } m30000| Wed Aug 1 12:29:13 [conn15] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:13 [conn15] insert test.system.indexes 898ms m30999| Wed Aug 1 12:29:13 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 50195959d004f0f395a8e9f6 m30000| Wed Aug 1 12:29:13 [conn5] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:14 [conn5] command admin.$cmd command: { fsync: 1 } ntoreturn:1 reslen:51 1193ms m30001| Wed Aug 1 12:29:14 [conn5] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:14 [conn5] command admin.$cmd command: { fsync: 1 } ntoreturn:1 reslen:51 126ms m30002| Wed Aug 1 12:29:14 [conn5] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:15 [conn5] command admin.$cmd command: { fsync: 1 } ntoreturn:1 reslen:51 137ms m30000| Wed Aug 1 12:29:15 [FileAllocator] done allocating datafile /data/db/sync20/test.1, size: 128MB, took 2.264 secs m30000| Wed Aug 1 12:29:15 [conn5] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 reslen:97 731ms m30999| Wed Aug 1 12:29:15 [conn1] found 1 new chunks for collection test.foo (tracking 1), new version is 0x29feda0 m30999| Wed Aug 1 12:29:15 [conn1] loaded 1 chunks into new chunk manager for test.foo with version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:15 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195959d004f0f395a8e9f6 based on: (empty) m30000| Wed Aug 1 12:29:15 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:15 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:15 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn4] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn4] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn4] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn4] build index config.collections { _id: 1 } m30001| Wed Aug 1 12:29:16 [conn4] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:29:16 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:16 [conn4] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:16 [conn4] build index config.collections { _id: 1 } m30002| Wed Aug 1 12:29:16 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195959d004f0f395a8e9f6 manager: 0x29fec60 m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 1000|0, versionEpoch: ObjectId('50195959d004f0f395a8e9f6'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0000", shardHost: "localhost:30000" } 0x29f4840 m30999| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 1000|0, versionEpoch: ObjectId('50195959d004f0f395a8e9f6'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0000", shardHost: "localhost:30000" } to localhost:30000 with $auth: {} m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195959d004f0f395a8e9f6 manager: 0x29fec60 m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 1000|0, versionEpoch: ObjectId('50195959d004f0f395a8e9f6'), serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x29f4840 m30999| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 1000|0, versionEpoch: ObjectId('50195959d004f0f395a8e9f6'), serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } to localhost:30000 with $auth: {} m30000| Wed Aug 1 12:29:16 [conn13] SyncClusterConnection connecting to [localhost:30000] m30000| Wed Aug 1 12:29:16 [conn13] SyncClusterConnection connecting to [localhost:30001] m30000| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:41921 #16 m30001| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:57364 #16 m30000| Wed Aug 1 12:29:16 [conn13] SyncClusterConnection connecting to [localhost:30002] m30002| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:59355 #16 m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:29:16 [conn1] resetting shard version of test.foo on localhost:30001, version is zero m30999| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 0 current: 2 version: 0|0||000000000000000000000000 manager: 0x29fec60 m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0001", shardHost: "localhost:30001" } 0x29f6320 m30999| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0001", shardHost: "localhost:30001" } to localhost:30001 with $auth: {} m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:29:16 [conn1] resetting shard version of test.foo on localhost:30002, version is zero m30999| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30002 ns:test.foo my last seq: 0 current: 2 version: 0|0||000000000000000000000000 manager: 0x29fec60 m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0002 localhost:30002 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0002", shardHost: "localhost:30002" } 0x29f7cb0 m30999| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0002", shardHost: "localhost:30002" } to localhost:30002 with $auth: {} m30999| Wed Aug 1 12:29:16 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: config.settings msg id:510 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: config.settings m30000| Wed Aug 1 12:29:16 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:511 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } dataWritten: 7396468 splitThreshold: 921 m30999| Wed Aug 1 12:29:16 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:512 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:513 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:514 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:515 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:516 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:517 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] write: test.foo m30999| Wed Aug 1 12:29:16 [conn1] inserting 1 documents to shard shard0000:localhost:30000 at version 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:16 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } dataWritten: 210 splitThreshold: 921 m30999| Wed Aug 1 12:29:16 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:518 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] shard query: test.foo {} m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] initializing over 1 shards required by [test.foo @ 1|0||50195959d004f0f395a8e9f6] m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:16 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:16 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30999| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30999| Wed Aug 1 12:29:16 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:8342691350641571916 totalSent: 0 m30998| Wed Aug 1 12:29:16 [conn1] DBConfig unserialize: test { _id: "test", partitioned: true, primary: "shard0000" } m30998| Wed Aug 1 12:29:16 [conn1] found 1 new chunks for collection test.foo (tracking 1), new version is 0x10adf30 m30998| Wed Aug 1 12:29:16 [conn1] loaded 1 chunks into new chunk manager for test.foo with version 1|0||50195959d004f0f395a8e9f6 m30998| Wed Aug 1 12:29:16 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195959d004f0f395a8e9f6 based on: (empty) m30998| Wed Aug 1 12:29:16 [conn1] found 0 dropped collections and 1 sharded collections for database test m30998| Wed Aug 1 12:29:16 [conn1] Request::process ns: test.foo msg id:519 attempt: 0 m30998| Wed Aug 1 12:29:16 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] initializing over 1 shards required by [test.foo @ 1|0||50195959d004f0f395a8e9f6] m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:16 [conn1] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:29:16 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:41924 #17 m30001| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:57367 #17 m30002| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:59358 #17 m30999| Wed Aug 1 12:29:16 [conn1] Request::process ns: admin.$cmd msg id:520 attempt: 0 m30999| Wed Aug 1 12:29:16 [conn1] single query: admin.$cmd { split: "test.foo", middle: { num: 4.0 } } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:16 [conn1] splitting: test.foo shard: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { num: MinKey } max: { num: MaxKey } m30998| Wed Aug 1 12:29:16 [conn1] connected connection! m30998| Wed Aug 1 12:29:16 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195957c8f41f42ad1edfc9 m30998| Wed Aug 1 12:29:16 [conn1] initializing shard connection to localhost:30000 m30998| Wed Aug 1 12:29:16 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957c8f41f42ad1edfc9'), authoritative: true } m30998| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957c8f41f42ad1edfc9'), authoritative: true } to localhost:30000 with $auth: {} m30998| Wed Aug 1 12:29:16 BackgroundJob starting: WriteBackListener-localhost:30000 m30998| Wed Aug 1 12:29:16 [conn1] initial sharding result : { initialized: true, ok: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195959d004f0f395a8e9f6 manager: 0x10addf0 m30998| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 1000|0, versionEpoch: ObjectId('50195959d004f0f395a8e9f6'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0000", shardHost: "localhost:30000" } 0x10ad7d0 m30998| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 1000|0, versionEpoch: ObjectId('50195959d004f0f395a8e9f6'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0000", shardHost: "localhost:30000" } to localhost:30000 with $auth: {} m30998| Wed Aug 1 12:29:16 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] creating new connection to:localhost:30001 m30998| Wed Aug 1 12:29:16 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:29:16 [conn1] connected connection! m30998| Wed Aug 1 12:29:16 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195957c8f41f42ad1edfc9 m30998| Wed Aug 1 12:29:16 [conn1] initializing shard connection to localhost:30001 m30998| Wed Aug 1 12:29:16 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957c8f41f42ad1edfc9'), authoritative: true } m30998| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957c8f41f42ad1edfc9'), authoritative: true } to localhost:30001 with $auth: {} m30998| Wed Aug 1 12:29:16 BackgroundJob starting: WriteBackListener-localhost:30001 m30998| Wed Aug 1 12:29:16 [conn1] initial sharding result : { initialized: true, ok: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] resetting shard version of test.foo on localhost:30001, version is zero m30998| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 0 current: 2 version: 0|0||000000000000000000000000 manager: 0x10addf0 m30998| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0001", shardHost: "localhost:30001" } 0x10af540 m30998| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0001", shardHost: "localhost:30001" } to localhost:30001 with $auth: {} m30998| Wed Aug 1 12:29:16 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] creating new connection to:localhost:30002 m30998| Wed Aug 1 12:29:16 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:29:16 [conn1] connected connection! m30998| Wed Aug 1 12:29:16 [conn1] creating WriteBackListener for: localhost:30002 serverID: 50195957c8f41f42ad1edfc9 m30998| Wed Aug 1 12:29:16 [conn1] initializing shard connection to localhost:30002 m30998| Wed Aug 1 12:29:16 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957c8f41f42ad1edfc9'), authoritative: true } m30998| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "", init: true, configdb: "localhost:30000,localhost:30001,localhost:30002", serverID: ObjectId('50195957c8f41f42ad1edfc9'), authoritative: true } to localhost:30002 with $auth: {} m30998| Wed Aug 1 12:29:16 BackgroundJob starting: WriteBackListener-localhost:30002 m30998| Wed Aug 1 12:29:16 [conn1] initial sharding result : { initialized: true, ok: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] resetting shard version of test.foo on localhost:30002, version is zero m30998| Wed Aug 1 12:29:16 [conn1] have to set shard version for conn: localhost:30002 ns:test.foo my last seq: 0 current: 2 version: 0|0||000000000000000000000000 manager: 0x10addf0 m30998| Wed Aug 1 12:29:16 [conn1] setShardVersion shard0002 localhost:30002 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0002", shardHost: "localhost:30002" } 0x10b13b0 m30998| Wed Aug 1 12:29:16 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0002", shardHost: "localhost:30002" } to localhost:30002 with $auth: {} m30998| Wed Aug 1 12:29:16 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] finishing over 1 shards m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:16 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:16 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:16 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:16 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:1976679575801360727 totalSent: 0 m30002| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:59361 #18 m30002| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:59364 #19 m30001| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:57370 #18 m30001| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:57373 #19 m30000| Wed Aug 1 12:29:16 [conn15] SyncClusterConnection connecting to [localhost:30000] m30000| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:41927 #18 m30000| Wed Aug 1 12:29:16 [conn15] SyncClusterConnection connecting to [localhost:30001] m30000| Wed Aug 1 12:29:16 [conn15] SyncClusterConnection connecting to [localhost:30002] m30000| Wed Aug 1 12:29:16 [conn15] received splitChunk request: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: MaxKey }, from: "shard0000", splitKeys: [ { num: 4.0 } ], shardId: "test.foo-num_MinKey", configdb: "localhost:30000,localhost:30001,localhost:30002" } m30000| Wed Aug 1 12:29:16 [conn15] created new distributed lock for test.foo on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:29:16 [initandlisten] connection accepted from 127.0.0.1:41930 #19 m30000| Wed Aug 1 12:29:16 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30000:1343838556:171690945 (sleeping for 30000ms) m30000| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn15] distributed lock 'test.foo/ubuntu:30000:1343838556:171690945' acquired, ts : 5019595cff604d95678a3c21 m30000| Wed Aug 1 12:29:16 [conn15] splitChunk accepted at version 1|0 m30000| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn18] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 reslen:79 112ms m30000| Wed Aug 1 12:29:16 [conn15] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:16-0", server: "ubuntu", clientAddr: "127.0.0.1:41918", time: new Date(1343838556782), what: "split", ns: "test.foo", details: { before: { min: { num: MinKey }, max: { num: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { num: MinKey }, max: { num: 4.0 }, lastmod: Timestamp 1000|1 }, right: { min: { num: 4.0 }, max: { num: MaxKey }, lastmod: Timestamp 1000|2 } } } m30000| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:16 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:17 [conn15] distributed lock 'test.foo/ubuntu:30000:1343838556:171690945' unlocked. m30000| Wed Aug 1 12:29:17 [conn15] command admin.$cmd command: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: MaxKey }, from: "shard0000", splitKeys: [ { num: 4.0 } ], shardId: "test.foo-num_MinKey", configdb: "localhost:30000,localhost:30001,localhost:30002" } ntoreturn:1 reslen:37 859ms m30999| Wed Aug 1 12:29:17 [conn1] loading chunk manager for collection test.foo using old chunk manager w/ version 1|0||50195959d004f0f395a8e9f6 and 1 chunks m30999| Wed Aug 1 12:29:17 [conn1] found 2 new chunks for collection test.foo (tracking 2), new version is 0x29fdac0 m30999| Wed Aug 1 12:29:17 [conn1] loaded 2 chunks into new chunk manager for test.foo with version 1|2||000000000000000000000000 m30999| Wed Aug 1 12:29:17 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||50195959d004f0f395a8e9f6 m30999| Wed Aug 1 12:29:17 [conn1] Request::process ns: config.databases msg id:521 attempt: 0 m30999| Wed Aug 1 12:29:17 [conn1] shard query: config.databases { _id: "test" } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.databases", n2skip: 0, n2return: -1, options: 0, query: { _id: "test" }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "test", partitioned: true, primary: "shard0000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "test", partitioned: true, primary: "shard0000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "test", partitioned: true, primary: "shard0000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:17 [conn1] Request::process ns: config.shards msg id:522 attempt: 0 m30999| Wed Aug 1 12:29:17 [conn1] shard query: config.shards { _id: "shard0000" } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.shards", n2skip: 0, n2return: -1, options: 0, query: { _id: "shard0000" }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "shard0000", host: "localhost:30000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "shard0000", host: "localhost:30000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "shard0000", host: "localhost:30000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:17 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:17 [conn1] Request::process ns: admin.$cmd msg id:523 attempt: 0 m30999| Wed Aug 1 12:29:17 [conn1] single query: admin.$cmd { movechunk: "test.foo", find: { num: 3.0 }, to: "localhost:30001" } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:17 [conn1] CMD: movechunk: { movechunk: "test.foo", find: { num: 3.0 }, to: "localhost:30001" } m30999| Wed Aug 1 12:29:17 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0000:localhost:30000 lastmod: 1|1||000000000000000000000000 min: { num: MinKey } max: { num: 4.0 }) shard0000:localhost:30000 -> shard0001:localhost:30001 m30000| Wed Aug 1 12:29:17 [conn15] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30000", to: "localhost:30001", fromShard: "shard0000", toShard: "shard0001", min: { num: MinKey }, max: { num: 4.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-num_MinKey", configdb: "localhost:30000,localhost:30001,localhost:30002", secondaryThrottle: false } m30000| Wed Aug 1 12:29:17 [conn15] created new distributed lock for test.foo on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:17 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:17 [conn15] distributed lock 'test.foo/ubuntu:30000:1343838556:171690945' acquired, ts : 5019595dff604d95678a3c22 m30000| Wed Aug 1 12:29:17 [conn15] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:17-1", server: "ubuntu", clientAddr: "127.0.0.1:41918", time: new Date(1343838557301), what: "moveChunk.start", ns: "test.foo", details: { min: { num: MinKey }, max: { num: 4.0 }, from: "shard0000", to: "shard0001" } } m30000| Wed Aug 1 12:29:17 [conn16] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:17 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:17 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:17 [conn15] moveChunk request accepted at version 1|2 m30000| Wed Aug 1 12:29:17 [conn15] moveChunk number of documents: 3 m30000| Wed Aug 1 12:29:17 [initandlisten] connection accepted from 127.0.0.1:41933 #20 m30001| Wed Aug 1 12:29:17 [FileAllocator] allocating new datafile /data/db/sync21/test.ns, filling with zeroes... m30001| Wed Aug 1 12:29:17 [FileAllocator] done allocating datafile /data/db/sync21/test.ns, size: 16MB, took 0.116 secs m30001| Wed Aug 1 12:29:17 [FileAllocator] allocating new datafile /data/db/sync21/test.0, filling with zeroes... m30999| Wed Aug 1 12:29:17 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:29:17 [Balancer] skipping balancing round because balancing is disabled m30998| Wed Aug 1 12:29:18 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:29:18 [Balancer] skipping balancing round because balancing is disabled m30001| Wed Aug 1 12:29:18 [FileAllocator] done allocating datafile /data/db/sync21/test.0, size: 64MB, took 0.746 secs m30001| Wed Aug 1 12:29:18 [FileAllocator] allocating new datafile /data/db/sync21/test.1, filling with zeroes... m30001| Wed Aug 1 12:29:18 [migrateThread] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:29:18 [migrateThread] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:18 [migrateThread] info: creating collection test.foo on add index m30001| Wed Aug 1 12:29:18 [migrateThread] build index test.foo { num: 1.0 } m30001| Wed Aug 1 12:29:18 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:18 [conn15] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30000", min: { num: MinKey }, max: { num: 4.0 }, state: "clone", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:29:18 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { num: MinKey } -> { num: 4.0 } m30000| Wed Aug 1 12:29:19 [conn15] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30000", min: { num: MinKey }, max: { num: 4.0 }, state: "catchup", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:29:20 [conn15] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30000", min: { num: MinKey }, max: { num: 4.0 }, state: "catchup", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:29:20 [FileAllocator] done allocating datafile /data/db/sync21/test.1, size: 128MB, took 2.402 secs m30001| Wed Aug 1 12:29:20 [migrateThread] migrate commit flushed to journal for 'test.foo' { num: MinKey } -> { num: 4.0 } m30000| Wed Aug 1 12:29:21 [conn15] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30000", min: { num: MinKey }, max: { num: 4.0 }, state: "steady", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:29:21 [conn15] moveChunk setting version to: 2|0 m30001| Wed Aug 1 12:29:21 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { num: MinKey } -> { num: 4.0 } m30001| Wed Aug 1 12:29:21 [migrateThread] migrate commit flushed to journal for 'test.foo' { num: MinKey } -> { num: 4.0 } m30001| Wed Aug 1 12:29:21 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:21-0", server: "ubuntu", clientAddr: "", time: new Date(1343838561391), what: "moveChunk.to", ns: "test.foo", details: { min: { num: MinKey }, max: { num: 4.0 }, step1: 869, step2: 0, step3: 242, step4: 0, step5: 2898 } } m30001| Wed Aug 1 12:29:21 [migrateThread] SyncClusterConnection connecting to [localhost:30000] m30001| Wed Aug 1 12:29:21 [migrateThread] SyncClusterConnection connecting to [localhost:30001] m30000| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:41934 #21 m30001| Wed Aug 1 12:29:21 [migrateThread] SyncClusterConnection connecting to [localhost:30002] m30001| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:57377 #20 m30000| Wed Aug 1 12:29:21 [conn15] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.foo", from: "localhost:30000", min: { num: MinKey }, max: { num: 4.0 }, state: "done", counts: { cloned: 3, clonedBytes: 105, catchup: 0, steady: 0 }, ok: 1.0 } m30000| Wed Aug 1 12:29:21 [conn15] moveChunk updating self version to: 2|1 through { num: 4.0 } -> { num: MaxKey } for collection 'test.foo' m30002| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:59368 #20 m30000| Wed Aug 1 12:29:21 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:21 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:21 [conn20] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:21 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn20] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:21 [conn15] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:21-2", server: "ubuntu", clientAddr: "127.0.0.1:41918", time: new Date(1343838561512), what: "moveChunk.commit", ns: "test.foo", details: { min: { num: MinKey }, max: { num: 4.0 }, from: "shard0000", to: "shard0001" } } m30000| Wed Aug 1 12:29:21 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:21 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:21 [conn20] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:21 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn20] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn16] command admin.$cmd command: { getlasterror: 1, fsync: 1 } ntoreturn:1 reslen:79 110ms m30000| Wed Aug 1 12:29:21 [conn15] doing delete inline m30000| Wed Aug 1 12:29:21 [conn15] moveChunk deleted: 3 m30000| Wed Aug 1 12:29:21 [conn18] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:21 [conn18] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn18] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:21 [conn15] distributed lock 'test.foo/ubuntu:30000:1343838556:171690945' unlocked. m30000| Wed Aug 1 12:29:21 [conn15] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:21-3", server: "ubuntu", clientAddr: "127.0.0.1:41918", time: new Date(1343838561799), what: "moveChunk.from", ns: "test.foo", details: { min: { num: MinKey }, max: { num: 4.0 }, step1: 0, step2: 288, step3: 0, step4: 4001, step5: 309, step6: 0 } } m30000| Wed Aug 1 12:29:21 [conn16] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:21 [conn16] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn16] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:21 [conn15] command admin.$cmd command: { moveChunk: "test.foo", from: "localhost:30000", to: "localhost:30001", fromShard: "shard0000", toShard: "shard0001", min: { num: MinKey }, max: { num: 4.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-num_MinKey", configdb: "localhost:30000,localhost:30001,localhost:30002", secondaryThrottle: false } ntoreturn:1 reslen:37 4819ms m30999| Wed Aug 1 12:29:21 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:29:21 [conn1] loading chunk manager for collection test.foo using old chunk manager w/ version 1|2||000000000000000000000000 and 2 chunks m30999| Wed Aug 1 12:29:21 [conn1] found 2 new chunks for collection test.foo (tracking 2), new version is 0x2a00410 m30999| Wed Aug 1 12:29:21 [conn1] loaded 2 chunks into new chunk manager for test.foo with version 2|1||000000000000000000000000 m30999| Wed Aug 1 12:29:21 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 4 version: 2|1||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:29:21 [conn1] Request::process ns: test.foo msg id:528 attempt: 0 m30999| Wed Aug 1 12:29:21 [conn1] shard query: test.foo {} m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 2 current: 4 version: 2|1||000000000000000000000000 manager: 0x2a002d0 m30999| Wed Aug 1 12:29:21 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0000", shardHost: "localhost:30000" } 0x29f4840 m30999| Wed Aug 1 12:29:21 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0000", shardHost: "localhost:30000" } to localhost:30000 with $auth: {} m30999| Wed Aug 1 12:29:21 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] needed to set remote version on connection to value compatible with [test.foo @ 2|1||000000000000000000000000] m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 2 current: 4 version: 2|0||000000000000000000000000 manager: 0x2a002d0 m30999| Wed Aug 1 12:29:21 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0001", shardHost: "localhost:30001" } 0x29f6320 m30999| Wed Aug 1 12:29:21 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0001", shardHost: "localhost:30001" } to localhost:30001 with $auth: {} m30999| Wed Aug 1 12:29:21 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:29:21 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 2 current: 4 version: 2|0||000000000000000000000000 manager: 0x2a002d0 m30999| Wed Aug 1 12:29:21 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x29f6320 m30999| Wed Aug 1 12:29:21 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } to localhost:30001 with $auth: {} m30999| Wed Aug 1 12:29:21 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] needed to set remote version on connection to value compatible with [test.foo @ 2|1||000000000000000000000000] m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing over 2 shards m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:21 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30999| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30999| Wed Aug 1 12:29:21 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:2164890364059797537 totalSent: 0 m30999| Wed Aug 1 12:29:21 [conn1] Request::process ns: admin.$cmd msg id:530 attempt: 0 m30999| Wed Aug 1 12:29:21 [conn1] single query: admin.$cmd { split: "test.foo", middle: { num: 2.0 } } ntoreturn: -1 options : 0 m30998| Wed Aug 1 12:29:21 [conn1] Request::process ns: test.foo msg id:529 attempt: 0 m30998| Wed Aug 1 12:29:21 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing over 1 shards required by [test.foo @ 1|0||50195959d004f0f395a8e9f6] m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing over 1 shards m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|0||50195959d004f0f395a8e9f6", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] warning: can't load version from element type (0) EOO m30998| Wed Aug 1 12:29:21 [conn1] warning: can't load version from element type (0) EOO m30998| Wed Aug 1 12:29:21 [conn1] warning: can't load version from element type (0) EOO m30998| Wed Aug 1 12:29:21 [conn1] warning: can't load version from element type (0) EOO m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] stale config of ns test.foo on finishing query, will retry with forced : 0, full : 0 :: caused by :: 9996 stale config on lazy receive :: caused by :: $err: "your version is too old ns: test.foo global: 2|1 client: 1|0" ( ns : , received : 0|0||000000000000000000000000, wanted : 0|0||000000000000000000000000, recv ) m30998| Wed Aug 1 12:29:21 [conn1] loading chunk manager for collection test.foo using old chunk manager w/ version 1|0||50195959d004f0f395a8e9f6 and 1 chunks m30998| Wed Aug 1 12:29:21 [conn1] found 2 new chunks for collection test.foo (tracking 2), new version is 0x10b3810 m30998| Wed Aug 1 12:29:21 [conn1] loaded 2 chunks into new chunk manager for test.foo with version 2|1||000000000000000000000000 m30998| Wed Aug 1 12:29:21 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 2|1||000000000000000000000000 based on: 1|0||50195959d004f0f395a8e9f6 m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] retrying (1 tries) pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] closing cursor on shard shard0000:localhost:30000 as the connection is no longer required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 2 current: 3 version: 2|1||000000000000000000000000 manager: 0x10b36d0 m30998| Wed Aug 1 12:29:21 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0000", shardHost: "localhost:30000" } 0x10ad7d0 m30998| Wed Aug 1 12:29:21 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0000", shardHost: "localhost:30000" } to localhost:30000 with $auth: {} m30998| Wed Aug 1 12:29:21 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] needed to set remote version on connection to value compatible with [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 2 current: 3 version: 2|0||000000000000000000000000 manager: 0x10b36d0 m30998| Wed Aug 1 12:29:21 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0001", shardHost: "localhost:30001" } 0x10af540 m30998| Wed Aug 1 12:29:21 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957c8f41f42ad1edfc9'), shard: "shard0001", shardHost: "localhost:30001" } to localhost:30001 with $auth: {} m30998| Wed Aug 1 12:29:21 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] needed to set remote version on connection to value compatible with [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:21 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:21 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:21 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:6450708170600546261 totalSent: 0 m30001| Wed Aug 1 12:29:21 [conn15] SyncClusterConnection connecting to [localhost:30000] m30000| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:41937 #22 m30000| Wed Aug 1 12:29:21 [conn21] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:21 [conn22] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:59371 #21 m30002| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:59373 #22 m30001| Wed Aug 1 12:29:21 [conn15] SyncClusterConnection connecting to [localhost:30001] m30001| Wed Aug 1 12:29:21 [conn15] SyncClusterConnection connecting to [localhost:30002] m30001| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:57380 #21 m30001| Wed Aug 1 12:29:21 [conn15] received splitChunk request: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: 4.0 }, from: "shard0001", splitKeys: [ { num: 2.0 } ], shardId: "test.foo-num_MinKey", configdb: "localhost:30000,localhost:30001,localhost:30002" } m30001| Wed Aug 1 12:29:21 [conn15] created new distributed lock for test.foo on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:29:21 [initandlisten] connection accepted from 127.0.0.1:57382 #22 m30001| Wed Aug 1 12:29:21 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30001:1343838561:1968341955 (sleeping for 30000ms) m30001| Wed Aug 1 12:29:21 [conn20] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:21 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 2|0||000000000000000000000000 min: { num: MinKey } max: { num: 4.0 } m30001| Wed Aug 1 12:29:21 [conn21] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn20] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:21 [conn21] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:22 [conn22] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn20] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn20] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn15] distributed lock 'test.foo/ubuntu:30001:1343838561:1968341955' acquired, ts : 5019596136ba6581dbc074a3 m30000| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn20] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn15] SyncClusterConnection connecting to [localhost:30000] m30000| Wed Aug 1 12:29:22 [initandlisten] connection accepted from 127.0.0.1:41942 #23 m30001| Wed Aug 1 12:29:22 [conn15] SyncClusterConnection connecting to [localhost:30001] m30001| Wed Aug 1 12:29:22 [conn15] SyncClusterConnection connecting to [localhost:30002] m30001| Wed Aug 1 12:29:22 [initandlisten] connection accepted from 127.0.0.1:57385 #23 m30002| Wed Aug 1 12:29:22 [initandlisten] connection accepted from 127.0.0.1:59376 #23 m30001| Wed Aug 1 12:29:22 [conn15] splitChunk accepted at version 2|0 m30000| Wed Aug 1 12:29:22 [conn22] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn20] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn15] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:22-1", server: "ubuntu", clientAddr: "127.0.0.1:57361", time: new Date(1343838562291), what: "split", ns: "test.foo", details: { before: { min: { num: MinKey }, max: { num: 4.0 }, lastmod: Timestamp 2000|0 }, left: { min: { num: MinKey }, max: { num: 2.0 }, lastmod: Timestamp 2000|2 }, right: { min: { num: 2.0 }, max: { num: 4.0 }, lastmod: Timestamp 2000|3 } } } m30000| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn20] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn20] CMD fsync: sync:1 lock:0 m30000| Wed Aug 1 12:29:22 [conn22] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn21] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn15] distributed lock 'test.foo/ubuntu:30001:1343838561:1968341955' unlocked. m30001| Wed Aug 1 12:29:22 [conn15] command admin.$cmd command: { splitChunk: "test.foo", keyPattern: { num: 1.0 }, min: { num: MinKey }, max: { num: 4.0 }, from: "shard0001", splitKeys: [ { num: 2.0 } ], shardId: "test.foo-num_MinKey", configdb: "localhost:30000,localhost:30001,localhost:30002" } ntoreturn:1 reslen:95 533ms m30999| Wed Aug 1 12:29:22 [conn1] loading chunk manager for collection test.foo using old chunk manager w/ version 2|1||000000000000000000000000 and 2 chunks m30999| Wed Aug 1 12:29:22 [conn1] found 3 new chunks for collection test.foo (tracking 3), new version is 0x2a008d0 m30999| Wed Aug 1 12:29:22 [conn1] loaded 3 chunks into new chunk manager for test.foo with version 2|3||000000000000000000000000 m30999| Wed Aug 1 12:29:22 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 5 version: 2|3||000000000000000000000000 based on: 2|1||000000000000000000000000 m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.chunks msg id:531 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] shard query: config.chunks { query: {}, orderby: { ns: 1.0, min: 1.0 } } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.chunks", n2skip: 0, n2return: 0, options: 0, query: { query: {}, orderby: { ns: 1.0, min: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "test.foo-num_MinKey", lastmod: Timestamp 2000|2, ns: "test.foo", min: { num: MinKey }, max: { num: 2.0 }, shard: "shard0001" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "test.foo-num_MinKey", lastmod: Timestamp 2000|2, ns: "test.foo", min: { num: MinKey }, max: { num: 2.0 }, shard: "shard0001" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: "test.foo-num_MinKey", lastmod: Timestamp 2000|2, ns: "test.foo", min: { num: MinKey }, max: { num: 2.0 }, shard: "shard0001" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort ShardingTest test.foo-num_MinKey 2000|2 { "num" : { $minKey : 1 } } -> { "num" : 2 } shard0001 test.foo test.foo-num_2.0 2000|3 { "num" : 2 } -> { "num" : 4 } shard0001 test.foo test.foo-num_4.0 2000|1 { "num" : 4 } -> { "num" : { $maxKey : 1 } } shard0000 test.foo * A m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:532 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|3||000000000000000000000000] m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 4 current: 5 version: 2|1||000000000000000000000000 manager: 0x2a00790 m30999| Wed Aug 1 12:29:22 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0000", shardHost: "localhost:30000" } 0x29f4840 m30999| Wed Aug 1 12:29:22 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0000", shardHost: "localhost:30000" } to localhost:30000 with $auth: {} m30999| Wed Aug 1 12:29:22 [conn1] setShardVersion success: { oldVersion: Timestamp 2000|1, ok: 1.0 } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] needed to set remote version on connection to value compatible with [test.foo @ 2|3||000000000000000000000000] m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } * B m30999| Wed Aug 1 12:29:22 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 4 current: 5 version: 2|3||000000000000000000000000 manager: 0x2a00790 m30999| Wed Aug 1 12:29:22 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|3, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0001", shardHost: "localhost:30001" } 0x29f6320 m30999| Wed Aug 1 12:29:22 [conn1] Sending command { setShardVersion: "test.foo", configdb: "localhost:30000,localhost:30001,localhost:30002", version: Timestamp 2000|3, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195957d004f0f395a8e9f4'), shard: "shard0001", shardHost: "localhost:30001" } to localhost:30001 with $auth: {} m30999| Wed Aug 1 12:29:22 [conn1] setShardVersion success: { oldVersion: Timestamp 2000|0, ok: 1.0 } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] needed to set remote version on connection to value compatible with [test.foo @ 2|3||000000000000000000000000] m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30999| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:8831729567412216605 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:533 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort * C 0 m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:1821710145869660380 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:535 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:9134274744471840632 totalSent: 0 * C 1 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:536 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:4088614458028948376 totalSent: 0 m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:534 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|3||000000000000000000000000] m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } * C 2 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:537 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|3||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30999| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30999| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:157239487596093093 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } * C 3 m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:1364211688667038842 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:538 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:9155421881749953023 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:539 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } * C 4 m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:4173027647408365909 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:540 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:6773025666959331554 totalSent: 0 * C 5 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:541 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:4627813935822179020 totalSent: 0 * C 6 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:542 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } * C 7 m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:2711519773119307502 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:543 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } * C 8 m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:2536861879041742390 totalSent: 0 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:544 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:6356674195466760246 totalSent: 0 * C 9 m30998| Wed Aug 1 12:29:22 [conn1] Request::process ns: test.foo msg id:545 attempt: 0 m30998| Wed Aug 1 12:29:22 [conn1] shard query: test.foo {} m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 2 shards required by [test.foo @ 2|1||000000000000000000000000] m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard shard0001:localhost:30001, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (lazily) on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 2 shards m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard shard0001:localhost:30001, current connection state is { state: { conn: "localhost:30001", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard shard0001:localhost:30001, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 2|1||000000000000000000000000", cursor: { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30998| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a4'), num: 4.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a1'), num: 1.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a2'), num: 2.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a5'), num: 5.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a3'), num: 3.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a6'), num: 6.0 } m30998| Wed Aug 1 12:29:22 [conn1] Matcher::matches() { _id: ObjectId('5019595c261c0551237d03a7'), num: 7.0 } m30998| Wed Aug 1 12:29:22 [conn1] hasMore: 0 sendMore: 1 cursorMore: 0 ntoreturn: 0 num: 7 wouldSendMoreIfHad: 1 id:4426302387452680931 totalSent: 0 m30000| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.big msg id:546 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] shard query: config.big {} m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.big", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:22 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.big msg id:547 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] write: config.big m30999| Wed Aug 1 12:29:22 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:22 [conn14] build index config.big { _id: 1 } m30001| Wed Aug 1 12:29:22 [conn14] build index config.big { _id: 1 } m30000| Wed Aug 1 12:29:22 [conn14] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:22 [conn14] build index config.big { _id: 1 } m30001| Wed Aug 1 12:29:22 [conn14] build index done 0 records 0 secs m30002| Wed Aug 1 12:29:22 [conn14] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.big msg id:548 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] write: config.big m30999| Wed Aug 1 12:29:22 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.big msg id:549 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] write: config.big m30999| Wed Aug 1 12:29:22 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.big msg id:550 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] write: config.big m30999| Wed Aug 1 12:29:22 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:22 [conn1] Request::process ns: config.big msg id:551 attempt: 0 m30999| Wed Aug 1 12:29:22 [conn1] write: config.big m30999| Wed Aug 1 12:29:22 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:22 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:552 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:553 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:554 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:555 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:556 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:557 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:558 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:29:23 [Balancer] skipping balancing round because balancing is disabled m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:559 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:560 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:561 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:562 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:23 [conn1] Request::process ns: config.big msg id:563 attempt: 0 m30999| Wed Aug 1 12:29:23 [conn1] write: config.big m30999| Wed Aug 1 12:29:23 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:23 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:564 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30998| Wed Aug 1 12:29:24 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:29:24 [Balancer] skipping balancing round because balancing is disabled m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:565 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:566 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:567 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:568 attempt: 0 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:569 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:570 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:571 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:572 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:24 [conn1] Request::process ns: config.big msg id:573 attempt: 0 m30999| Wed Aug 1 12:29:24 [conn1] write: config.big m30999| Wed Aug 1 12:29:24 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:24 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:574 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:575 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:576 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:577 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:578 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:579 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:580 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:581 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:25 [conn1] Request::process ns: config.big msg id:582 attempt: 0 m30999| Wed Aug 1 12:29:25 [conn1] write: config.big m30999| Wed Aug 1 12:29:25 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:25 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:583 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:584 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:585 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:586 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:587 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:588 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:589 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:590 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:591 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:592 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:593 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:26 [conn1] Request::process ns: config.big msg id:594 attempt: 0 m30999| Wed Aug 1 12:29:26 [conn1] write: config.big m30999| Wed Aug 1 12:29:26 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:26 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:595 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] write: config.big m30999| Wed Aug 1 12:29:27 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:27 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:27 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:27 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:596 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] write: config.big m30999| Wed Aug 1 12:29:27 [conn1] inserting 1 documents to shard config:localhost:30000,localhost:30001,localhost:30002 at version 0|0||000000000000000000000000 m30000| Wed Aug 1 12:29:27 [conn14] CMD fsync: sync:1 lock:0 m30001| Wed Aug 1 12:29:27 [conn14] CMD fsync: sync:1 lock:0 m30002| Wed Aug 1 12:29:27 [conn14] CMD fsync: sync:1 lock:0 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.$cmd msg id:597 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single query: config.$cmd { getlasterror: 1.0 } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:598 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] shard query: config.big {} m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.big", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.$cmd msg id:599 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single query: config.$cmd { count: "big", query: {}, fields: {} } ntoreturn: -1 options : 0 m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.$cmd", n2skip: 0, n2return: 1, options: 0, query: { count: "big", query: {} }, fields: {} } and CInfo { v_ns: "config.big", filter: {} } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initialized command (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { n: 50.0, ok: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { n: 50.0, ok: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { n: 50.0, ok: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:600 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] shard query: config.big {} m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.big", n2skip: 0, n2return: 5, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000,localhost:30001,localhost:30002] m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initializing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] initialized query (full) on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finishing on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "SyncClusterConnection [localhost:30000,localhost:30001,localhost:30002]", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:29:27 [conn1] [pcursor] finished on shard config:localhost:30000,localhost:30001,localhost:30002, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000,localhost:30001,localhost:30002", cursor: { _id: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } 0 m30999| Wed Aug 1 12:29:27 [conn1] cursor type: ParallelSort m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::storeRef server: localhost:30000 id: 1903418188138625866 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:601 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:602 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:603 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:604 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:605 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:606 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:607 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:608 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:609 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 m30999| Wed Aug 1 12:29:27 [conn1] Request::process ns: config.big msg id:610 attempt: 0 m30999| Wed Aug 1 12:29:27 [conn1] single getmore: config.big m30999| Wed Aug 1 12:29:27 [conn1] CursorCache::getRef id: 1903418188138625866 out: localhost:30000 { "_id" : "test.foo-num_MinKey", "lastmod" : Timestamp(2000, 2) } { "_id" : "test.foo-num_4.0", "lastmod" : Timestamp(2000, 1) } { "_id" : "test.foo-num_2.0", "lastmod" : Timestamp(2000, 3) } 1 { "_id" : "test.foo-num_MinKey", "lastmod" : Timestamp(2000, 2) } { "_id" : "test.foo-num_4.0", "lastmod" : Timestamp(2000, 1) } { "_id" : "test.foo-num_2.0", "lastmod" : Timestamp(2000, 3) } 2 { "_id" : "test.foo-num_MinKey", "lastmod" : Timestamp(2000, 2) } { "_id" : "test.foo-num_4.0", "lastmod" : Timestamp(2000, 1) } { "_id" : "test.foo-num_2.0", "lastmod" : Timestamp(2000, 3) } [ { "numCollections" : 13, "host" : "ubuntu:30000", "collections" : { "big" : "0d0cabc1cd4dc3a15eb2631b40a441be", "changelog" : "76f548baebc5aa380862697a905fc61f", "chunks" : "15bfb1244e833fc1be3665e72f573e28", "collections" : "c06e8a03e11061b5fea73439f684284f", "databases" : "a5f4d4c4dfb39d5ef9d5decf09977b6c", "lockpings" : "fd9c48aa786a94d251ed00946f0ac3dd", "locks" : "4d2e639c25eed83660d2504e86abb1eb", "mongos" : "d08e3ce2d49892ff4e167a91823a7d43", "settings" : "a80ee86646658f1148cd31051b0b093c", "shards" : "728c605f25aff3a845b7b59a6d5051b9", "version" : "1b2cfce930005dbc34c253633409dcc1" }, "md5" : "a47c5e694d858472da355d7f7c3f3ff9", "ok" : 1 }, { "numCollections" : 13, "host" : "ubuntu:30001", "collections" : { "big" : "0d0cabc1cd4dc3a15eb2631b40a441be", "changelog" : "76f548baebc5aa380862697a905fc61f", "chunks" : "15bfb1244e833fc1be3665e72f573e28", "collections" : "c06e8a03e11061b5fea73439f684284f", "databases" : "a5f4d4c4dfb39d5ef9d5decf09977b6c", "lockpings" : "fd9c48aa786a94d251ed00946f0ac3dd", "locks" : "4d2e639c25eed83660d2504e86abb1eb", "mongos" : "d08e3ce2d49892ff4e167a91823a7d43", "settings" : "a80ee86646658f1148cd31051b0b093c", "shards" : "728c605f25aff3a845b7b59a6d5051b9", "version" : "1b2cfce930005dbc34c253633409dcc1" }, "md5" : "a47c5e694d858472da355d7f7c3f3ff9", "ok" : 1 }, { "numCollections" : 13, "host" : "ubuntu:30002", "collections" : { "big" : "0d0cabc1cd4dc3a15eb2631b40a441be", "changelog" : "76f548baebc5aa380862697a905fc61f", "chunks" : "15bfb1244e833fc1be3665e72f573e28", "collections" : "c06e8a03e11061b5fea73439f684284f", "databases" : "a5f4d4c4dfb39d5ef9d5decf09977b6c", "lockpings" : "fd9c48aa786a94d251ed00946f0ac3dd", "locks" : "4d2e639c25eed83660d2504e86abb1eb", "mongos" : "d08e3ce2d49892ff4e167a91823a7d43", "settings" : "a80ee86646658f1148cd31051b0b093c", "shards" : "728c605f25aff3a845b7b59a6d5051b9", "version" : "1b2cfce930005dbc34c253633409dcc1" }, "md5" : "a47c5e694d858472da355d7f7c3f3ff9", "ok" : 1 } ] m30999| Wed Aug 1 12:29:27 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30001| Wed Aug 1 12:29:27 [conn3] end connection 127.0.0.1:57265 m30001| Wed Aug 1 12:29:27 [conn5] end connection 127.0.0.1:57271 m30000| Wed Aug 1 12:29:27 [conn3] end connection 127.0.0.1:41822 m30000| Wed Aug 1 12:29:27 [conn5] end connection 127.0.0.1:41828 m30000| Wed Aug 1 12:29:27 [conn4] end connection 127.0.0.1:41825 m30002| Wed Aug 1 12:29:27 [conn3] end connection 127.0.0.1:59256 m30002| Wed Aug 1 12:29:27 [conn5] end connection 127.0.0.1:59262 m30002| Wed Aug 1 12:29:27 [conn6] end connection 127.0.0.1:59320 m30002| Wed Aug 1 12:29:27 [conn4] end connection 127.0.0.1:59259 m30001| Wed Aug 1 12:29:27 [conn13] end connection 127.0.0.1:57355 m30001| Wed Aug 1 12:29:27 [conn14] end connection 127.0.0.1:57358 m30001| Wed Aug 1 12:29:27 [conn4] end connection 127.0.0.1:57268 m30001| Wed Aug 1 12:29:27 [conn6] end connection 127.0.0.1:57329 m30001| Wed Aug 1 12:29:27 [conn15] end connection 127.0.0.1:57361 m30000| Wed Aug 1 12:29:27 [conn13] end connection 127.0.0.1:41912 m30000| Wed Aug 1 12:29:27 [conn6] end connection 127.0.0.1:41886 m30000| Wed Aug 1 12:29:27 [conn15] end connection 127.0.0.1:41918 m30002| Wed Aug 1 12:29:27 [conn13] end connection 127.0.0.1:59346 m30002| Wed Aug 1 12:29:27 [conn15] end connection 127.0.0.1:59352 m30002| Wed Aug 1 12:29:27 [conn14] end connection 127.0.0.1:59349 m30000| Wed Aug 1 12:29:27 [conn14] end connection 127.0.0.1:41915 Wed Aug 1 12:29:28 shell: stopped mongo program on port 30999 m30998| Wed Aug 1 12:29:28 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30001| Wed Aug 1 12:29:28 [conn8] end connection 127.0.0.1:57337 m30000| Wed Aug 1 12:29:28 [conn8] end connection 127.0.0.1:41894 m30000| Wed Aug 1 12:29:28 [conn9] end connection 127.0.0.1:41897 m30000| Wed Aug 1 12:29:28 [conn11] end connection 127.0.0.1:41905 m30001| Wed Aug 1 12:29:28 [conn11] end connection 127.0.0.1:57348 m30002| Wed Aug 1 12:29:28 [conn8] end connection 127.0.0.1:59328 m30002| Wed Aug 1 12:29:28 [conn9] end connection 127.0.0.1:59331 m30002| Wed Aug 1 12:29:28 [conn10] end connection 127.0.0.1:59336 m30002| Wed Aug 1 12:29:28 [conn11] end connection 127.0.0.1:59339 m30001| Wed Aug 1 12:29:28 [conn9] end connection 127.0.0.1:57340 m30001| Wed Aug 1 12:29:28 [conn10] end connection 127.0.0.1:57345 m30001| Wed Aug 1 12:29:28 [conn17] end connection 127.0.0.1:57367 m30000| Wed Aug 1 12:29:28 [conn17] end connection 127.0.0.1:41924 m30002| Wed Aug 1 12:29:28 [conn17] end connection 127.0.0.1:59358 m30000| Wed Aug 1 12:29:28 [conn10] end connection 127.0.0.1:41902 Wed Aug 1 12:29:29 shell: stopped mongo program on port 30998 m30000| Wed Aug 1 12:29:29 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:29:29 [interruptThread] now exiting m30000| Wed Aug 1 12:29:29 dbexit: m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:29:29 [interruptThread] closing listening socket: 35 m30000| Wed Aug 1 12:29:29 [interruptThread] closing listening socket: 39 m30000| Wed Aug 1 12:29:29 [interruptThread] closing listening socket: 40 m30000| Wed Aug 1 12:29:29 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:29:29 [conn18] end connection 127.0.0.1:41927 m30000| Wed Aug 1 12:29:29 [conn16] end connection 127.0.0.1:41921 m30001| Wed Aug 1 12:29:29 [conn16] end connection 127.0.0.1:57364 m30001| Wed Aug 1 12:29:29 [conn18] end connection 127.0.0.1:57370 m30000| Wed Aug 1 12:29:29 [conn19] end connection 127.0.0.1:41930 m30002| Wed Aug 1 12:29:29 [conn16] end connection 127.0.0.1:59355 m30002| Wed Aug 1 12:29:29 [conn18] end connection 127.0.0.1:59361 m30002| Wed Aug 1 12:29:29 [conn19] end connection 127.0.0.1:59364 m30001| Wed Aug 1 12:29:29 [conn19] end connection 127.0.0.1:57373 m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:29:29 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:29:29 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:29:29 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:29:29 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:29:29 dbexit: really exiting now Wed Aug 1 12:29:30 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:29:30 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:29:30 [interruptThread] now exiting m30001| Wed Aug 1 12:29:30 dbexit: m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:29:30 [interruptThread] closing listening socket: 45 m30001| Wed Aug 1 12:29:30 [interruptThread] closing listening socket: 46 m30001| Wed Aug 1 12:29:30 [interruptThread] closing listening socket: 47 m30001| Wed Aug 1 12:29:30 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:29:30 [conn20] end connection 127.0.0.1:57377 m30001| Wed Aug 1 12:29:30 [conn21] end connection 127.0.0.1:57380 m30002| Wed Aug 1 12:29:30 [conn20] end connection 127.0.0.1:59368 m30002| Wed Aug 1 12:29:30 [conn21] end connection 127.0.0.1:59371 m30002| Wed Aug 1 12:29:30 [conn22] end connection 127.0.0.1:59373 m30001| Wed Aug 1 12:29:30 [conn22] end connection 127.0.0.1:57382 m30001| Wed Aug 1 12:29:30 [conn23] end connection 127.0.0.1:57385 m30002| Wed Aug 1 12:29:30 [conn23] end connection 127.0.0.1:59376 m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:29:30 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:29:30 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:29:30 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:29:30 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:29:30 dbexit: really exiting now Wed Aug 1 12:29:31 shell: stopped mongo program on port 30001 m30002| Wed Aug 1 12:29:31 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30002| Wed Aug 1 12:29:31 [interruptThread] now exiting m30002| Wed Aug 1 12:29:31 dbexit: m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: going to close listening sockets... m30002| Wed Aug 1 12:29:31 [interruptThread] closing listening socket: 48 m30002| Wed Aug 1 12:29:31 [interruptThread] closing listening socket: 49 m30002| Wed Aug 1 12:29:31 [interruptThread] closing listening socket: 50 m30002| Wed Aug 1 12:29:31 [interruptThread] removing socket file: /tmp/mongodb-30002.sock m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: going to flush diaglog... m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: going to close sockets... m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: waiting for fs preallocator... m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: lock for final commit... m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: closing all files... m30002| Wed Aug 1 12:29:31 [interruptThread] closeAllFiles() finished m30002| Wed Aug 1 12:29:31 [interruptThread] journalCleanup... m30002| Wed Aug 1 12:29:31 [interruptThread] removeJournalFiles m30002| Wed Aug 1 12:29:31 [interruptThread] shutdown: removing fs lock... m30002| Wed Aug 1 12:29:31 dbexit: really exiting now Wed Aug 1 12:29:32 shell: stopped mongo program on port 30002 *** ShardingTest sync2 completed successfully in 33.026 seconds *** 33026ms ******************************************* Test : jstests/sharding/sync6.js ... Wed Aug 1 12:29:32 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30000 --dbpath /data/db/sync60 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj --logpath /dev/null --logappend m30000| all output going to: /dev/null Wed Aug 1 12:29:32 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30001 --dbpath /data/db/sync61 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj --logpath /dev/null --logappend m30001| all output going to: /dev/null Wed Aug 1 12:29:32 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30002 --dbpath /data/db/sync62 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj --logpath /dev/null --logappend m30002| all output going to: /dev/null Wed Aug 1 12:29:33 SyncClusterConnection connecting to [localhost:30000] Wed Aug 1 12:29:33 SyncClusterConnection connecting to [localhost:30001] Wed Aug 1 12:29:33 SyncClusterConnection connecting to [localhost:30002] Wed Aug 1 12:29:33 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 30004 --dbpath /data/db/syncCommander --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m30004| note: noprealloc may hurt performance in many applications m30004| Wed Aug 1 12:29:33 [initandlisten] MongoDB starting : pid=11083 port=30004 dbpath=/data/db/syncCommander 64-bit host=ubuntu m30004| Wed Aug 1 12:29:33 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m30004| Wed Aug 1 12:29:33 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30004| Wed Aug 1 12:29:33 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30004| Wed Aug 1 12:29:33 [initandlisten] options: { dbpath: "/data/db/syncCommander", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 30004, smallfiles: true } m30004| Wed Aug 1 12:29:33 [initandlisten] journal dir=/data/db/syncCommander/journal m30004| Wed Aug 1 12:29:33 [initandlisten] recover : no journal files present, no recovery needed m30004| Wed Aug 1 12:29:33 [initandlisten] waiting for connections on port 30004 m30004| Wed Aug 1 12:29:33 [initandlisten] connection accepted from 127.0.0.1:37758 #1 (1 connection now open) m30004| Wed Aug 1 12:29:33 [conn1] run command admin.$cmd { _testDistLockWithSkew: 1.0, lockName: "TimeSkewFailNewTest_lock_8", host: "localhost:30000,localhost:30001,localhost:30002", seed: 8.0, numThreads: 9.0, takeoverMS: 4000.0, wait: 16000.0, skewHosts: [ 8.0, -9.0, 10.0 ], threadWait: 2000.0, hangThreads: 3.0, threadSleep: 1.0, skewRange: 720000000.0 } m30004| Wed Aug 1 12:29:33 [conn1] Starting _testDistLockWithSkew with - m30004| Wed Aug 1 12:29:33 [conn1] seed: 8 m30004| Wed Aug 1 12:29:33 [conn1] numThreads: 9 m30004| Wed Aug 1 12:29:33 [conn1] total wait: 16000 m30004| Wed Aug 1 12:29:33 [conn1] m30004| Wed Aug 1 12:29:33 [conn1] Skewing clocks of hosts localhost:30000,localhost:30001,localhost:30002 m30004| Wed Aug 1 12:29:33 [conn1] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [conn1] connected connection! m30004| Wed Aug 1 12:29:33 [conn1] creating new connection to:localhost:30001 m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [conn1] connected connection! m30004| Wed Aug 1 12:29:33 [conn1] creating new connection to:localhost:30002 m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [conn1] connected connection! m30004| Wed Aug 1 12:29:33 [thread-0] Initializing lock with skew of -360000000 for thread 0 m30004| Wed Aug 1 12:29:33 [thread-5] Initializing lock with skew of 308041283 for thread 5 m30004| Wed Aug 1 12:29:33 [thread-0] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-0] Skewed time Sat Jul 28 08:29:33 2012 for thread 0 m30004| Wed Aug 1 12:29:33 [thread-1] Initializing lock with skew of 360000000 for thread 1 m30004| Wed Aug 1 12:29:33 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-3] Initializing lock with skew of -205149512 for thread 3 m30004| Wed Aug 1 12:29:33 [thread-0] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-0] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-1] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-3] Skewed time Mon Jul 30 03:30:23 2012 for thread 3 m30004| Wed Aug 1 12:29:33 [thread-5] Skewed time Sun Aug 5 02:03:34 2012 for thread 5 m30004| Wed Aug 1 12:29:33 [thread-2] Initializing lock with skew of 302559387 for thread 2 m30004| Wed Aug 1 12:29:33 [thread-3] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-1] Skewed time Sun Aug 5 16:29:33 2012 for thread 1 m30004| Wed Aug 1 12:29:33 [thread-7] Initializing lock with skew of 338860285 for thread 7 m30004| Wed Aug 1 12:29:33 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-1] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-5] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-2] Skewed time Sun Aug 5 00:32:12 2012 for thread 2 m30004| Wed Aug 1 12:29:33 [thread-4] Initializing lock with skew of -227575128 for thread 4 m30004| Wed Aug 1 12:29:33 [thread-2] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-7] Skewed time Sun Aug 5 10:37:13 2012 for thread 7 m30004| Wed Aug 1 12:29:33 [thread-1] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-8] Initializing lock with skew of -168194424 for thread 8 m30004| Wed Aug 1 12:29:33 [thread-7] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-5] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-7] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-2] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-3] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-6] Initializing lock with skew of 81473967 for thread 6 m30004| Wed Aug 1 12:29:33 [thread-4] Skewed time Sun Jul 29 21:16:38 2012 for thread 4 m30004| Wed Aug 1 12:29:33 [thread-4] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:33 [thread-4] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-8] Skewed time Mon Jul 30 13:46:18 2012 for thread 8 m30004| Wed Aug 1 12:29:33 [thread-6] Skewed time Thu Aug 2 11:07:27 2012 for thread 6 m30004| Wed Aug 1 12:29:33 [thread-8] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-6] max wait (with lock: 2000, after lock: 1) m30004| Wed Aug 1 12:29:33 [thread-8] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-6] takeover in 4000(ms remote) m30004| Wed Aug 1 12:29:33 [thread-0] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:33 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-0:913952722 (sleeping for 133ms) m30004| Wed Aug 1 12:29:33 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [thread-0] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:33 [thread-0] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:33 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:33 [thread-0] inserting initial doc in config.locks for lock TimeSkewFailNewTest_lock_8 m30004| Wed Aug 1 12:29:34 [thread-1] *** !Could not try distributed lock. :: caused by :: 13651 error checking clock skew of cluster localhost:30000,localhost:30001,localhost:30002 :: caused by :: 13648 server localhost:30001 in cluster localhost:30001 did not respond within max network delay of 133ms m30004| Wed Aug 1 12:29:34 [thread-7] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-7:456355422 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-7] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-7] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-7] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "when" : { "$date" : "Sun Aug 5 10:37:15 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f3" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [thread-5] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-5:72484402 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [thread-5] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-5] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-5] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "when" : { "$date" : "Sun Aug 5 02:03:36 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f4" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [thread-2] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-2:1830518920 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [thread-2] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-2] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-2] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "when" : { "$date" : "Sun Aug 5 00:32:14 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f5" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 [thread-3] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-3] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-3] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-3] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "when" : { "$date" : "Mon Jul 30 03:30:25 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f6" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-4:130196289 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 [thread-4] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-4] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 [thread-4] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-4] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "when" : { "$date" : "Sun Jul 29 21:16:39 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f7" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 [thread-8] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-8] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-8] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-8] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "when" : { "$date" : "Mon Jul 30 13:46:20 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f8" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [LockPinger] creating distributed lock ping thread for localhost:30000,localhost:30001,localhost:30002 and process ubuntu:30004:1343838573:1556572101:thread-6:639893925 (sleeping for 133ms) m30004| Wed Aug 1 12:29:34 [thread-6] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30000] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-6] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30001] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-6] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 [LockPinger] SyncClusterConnection connecting to [localhost:30002] m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:34 [thread-6] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-6:639893925", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-6:639893925", m30004| "when" : { "$date" : "Thu Aug 2 11:07:28 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48f9" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:34 [thread-0] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-0:913952722", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-0:913952722", m30004| "when" : { "$date" : "Sat Jul 28 08:29:34 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48fa" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:35 [thread-7] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' (another update won) m30004| Wed Aug 1 12:29:35 [thread-7] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-0] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0 } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-0:913952722", process: "ubuntu:30004:1343838573:1556572101:thread-0:913952722", when: new Date(1343478574988), why: "Testing distributed lock with skew.", ts: ObjectId('5019596e8bc823c35b3d48fa') } } gle1: { updatedExisting: true, n: 1, connectionId: 4, waited: 17, err: null, ok: 1.0 } gle2: { updatedExisting: false, n: 0, connectionId: 4, waited: 32, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:35 [thread-2] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' (another update won) m30004| Wed Aug 1 12:29:35 [thread-2] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-4] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' (another update won) m30004| Wed Aug 1 12:29:35 [thread-4] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-3] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' (another update won) m30004| Wed Aug 1 12:29:35 [thread-3] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-5] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0 } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-5:72484402", process: "ubuntu:30004:1343838573:1556572101:thread-5:72484402", when: new Date(1344146616217), why: "Testing distributed lock with skew.", ts: ObjectId('5019596e8bc823c35b3d48f4') } } gle1: { updatedExisting: false, n: 0, connectionId: 8, waited: 16, err: null, ok: 1.0 } gle2: { updatedExisting: true, n: 1, connectionId: 8, waited: 32, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:35 [thread-8] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0 } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", process: "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", when: new Date(1343670380523), why: "Testing distributed lock with skew.", ts: ObjectId('5019596e8bc823c35b3d48f8') } } gle1: { updatedExisting: false, n: 0, connectionId: 16, waited: 16, err: null, ok: 1.0 } gle2: { updatedExisting: true, n: 1, connectionId: 16, waited: 33, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:35 [thread-8] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:35 [thread-6] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' (another update won) m30004| Wed Aug 1 12:29:35 [thread-6] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-8] connected connection! m30004| Wed Aug 1 12:29:35 [thread-5] creating new connection to:localhost:30002 m30004| Wed Aug 1 12:29:35 [thread-0] lock update won, completing lock propagation for 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-5] connected connection! m30004| Wed Aug 1 12:29:35 [thread-8] lock update lost, lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' not propagated. m30004| Wed Aug 1 12:29:35 [thread-8] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:35 [thread-5] lock update lost, lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' not propagated. m30004| Wed Aug 1 12:29:35 [thread-5] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' was not acquired. m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] connected connection! m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] connected connection! m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-4] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:35 [thread-5] connected connection! m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-4] connected connection! m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] creating new connection to:localhost:30000 m30004| Wed Aug 1 12:29:35 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] connected connection! m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 124 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 124 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 124 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 124 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 124 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 123 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 123 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 126 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 126 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 126 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 127 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 127 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 127 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 127 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 128 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 128 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 128 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 129 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 129 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 129 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 129 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 129 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 130 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 130 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 130 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 131 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 131 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 131 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 131 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 131 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 131 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 132 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 134 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 141 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 268 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 268 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 268 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 268 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 268 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 268 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 269 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 270 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 270 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 270 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 270 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 271 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 271 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 271 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 271 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 271 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 273 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 273 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 273 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 273 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 423 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 561 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 561 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 561 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 561 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 561 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 563 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 564 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 565 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 565 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 565 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 565 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 565 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 565 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 566 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 566 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 568 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 568 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 572 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 576 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 576 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 586 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 586 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 586 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 586 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 586 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:15 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sat Jul 28 08:29:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-0:913952722', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [thread-0] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' acquired, ts : 5019596e8bc823c35b3d48fa m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:39 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:14 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [thread-0] **** Locked for thread 0 with ts ts: ObjectId('5019596e8bc823c35b3d48fa') m30004| Wed Aug 1 12:29:35 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:20 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:35 [LockPinger] trying to delete 2 old lock entries for process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 709 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 709 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 710 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 710 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 710 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 710 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 711 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 711 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 712 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 712 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 713 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 713 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 716 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 718 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [LockPinger] handled late remove of old distributed lock with ts 5019596e8bc823c35b3d48f8 m30004| Wed Aug 1 12:29:35 [LockPinger] handled late remove of old distributed lock with ts 5019596e8bc823c35b3d48f4 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 819 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 819 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 818 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 818 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 818 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 818 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 818 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 821 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 822 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 822 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 822 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 823 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 823 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 823 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 823 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 823 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 824 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 824 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 824 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 824 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 824 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 825 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 825 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 826 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 826 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 826 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 827 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 827 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 827 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 827 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 827 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 828 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 828 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 828 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 829 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 829 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 829 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 829 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 829 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 829 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 830 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 830 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 830 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 831 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 831 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 831 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 831 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 832 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 832 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 832 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 832 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 832 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 833 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 833 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 833 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 834 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 834 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 834 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 834 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 835 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 835 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 835 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 835 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 835 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 836 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 836 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 836 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 836 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 837 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 837 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 837 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 837 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 838 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 838 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 838 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 838 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 839 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 839 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 839 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 839 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 840 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 840 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 840 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 840 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 840 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 841 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 841 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 841 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 841 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 842 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 842 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 842 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 843 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 843 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 843 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 843 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 843 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 844 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 844 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 857 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 859 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 859 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 860 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 860 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 860 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 860 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 860 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:35 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 861 <= takeover time 4000 m30004| Wed Aug 1 12:29:35 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:35 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 861 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 864 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 864 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 864 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 864 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 872 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 872 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 872 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 874 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 874 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 874 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 878 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 878 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 878 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 878 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 881 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 881 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1005 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1005 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1005 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1005 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:33 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:21 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:15 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sat Jul 28 08:29:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-0:913952722', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:16 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 273 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 423 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 423 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:41 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sat Jul 28 08:29:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-0:913952722', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:15 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:16 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:36 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:36 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:36 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:36 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:38 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:41 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:16 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sat Jul 28 08:29:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-0:913952722', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:17 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-0] **** Not unlocking for thread 0 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 452 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 452 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 452 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 133 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 134 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 134 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 134 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 134 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 135 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 136 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 137 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 138 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 139 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 140 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sat Jul 28 08:29:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-0:913952722', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:17 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:42 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:38 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:17 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 272 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 271 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 273 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:37 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:37 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:37 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [LockPinger] warning: removing distributed lock ping thread 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-0:913952722' m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 419 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 419 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 419 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 419 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 419 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 419 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 420 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 421 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 422 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 423 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 423 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 424 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 425 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 426 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 427 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 428 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 429 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 430 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 431 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 432 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 434 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 435 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 437 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 438 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 439 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 567 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 568 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 568 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 569 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 570 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 571 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 572 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 572 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 572 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 572 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 572 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 573 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 574 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 575 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 576 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 576 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 576 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 576 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 577 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 578 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 579 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 580 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 581 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 582 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 583 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 584 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 585 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 587 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 592 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 592 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 598 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 598 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:42 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:18 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:17 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:39 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 715 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 716 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 717 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 717 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 718 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 718 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 718 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 718 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 718 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 719 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 719 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 719 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 720 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 720 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 720 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 720 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 720 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 721 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 721 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 722 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 722 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 722 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 722 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 722 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 722 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 723 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 723 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 723 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 724 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 724 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 724 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 724 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 725 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 725 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 725 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 725 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 726 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 726 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 726 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 726 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 727 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 727 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 727 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 727 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 727 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 728 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 728 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 729 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 729 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 729 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 729 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 729 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 729 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 730 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 730 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 730 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 731 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 731 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 731 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 731 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 731 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 732 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 732 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 733 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 733 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 733 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 733 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 733 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 734 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 734 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 735 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 735 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 735 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 735 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 735 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 735 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 736 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 736 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 736 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 739 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 739 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 862 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 863 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 865 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 866 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 867 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 868 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 869 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 870 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 871 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 872 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 872 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 873 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 874 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 874 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 874 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 875 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 876 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 877 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 878 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 879 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 880 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 881 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 881 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 882 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 883 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 884 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 889 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 889 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 889 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 889 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1013 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1013 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1013 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1013 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1013 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1015 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1015 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1015 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1015 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1015 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1015 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1016 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1016 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1016 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1017 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1017 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1017 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1017 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1017 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1018 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1018 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1018 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1019 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1019 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1019 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1019 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1020 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1020 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1020 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1021 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1021 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1021 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1021 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1021 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1021 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1022 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1022 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1023 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1023 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1023 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1023 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1023 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1023 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1024 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1024 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1024 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1024 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1025 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1025 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1025 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1026 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1026 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1026 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1026 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1026 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1027 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1027 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1028 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1029 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1030 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1030 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1030 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1030 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1030 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1030 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1031 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1031 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1031 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1032 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1032 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1032 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1032 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1032 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1034 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1034 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1036 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1036 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1038 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1038 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1040 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1040 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:39 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:17 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:18 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:43 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1043 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1043 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1043 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1043 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1158 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1158 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1158 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1158 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1159 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1159 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1159 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1160 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1160 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1160 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1160 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1161 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1161 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1161 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1161 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1162 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1162 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1162 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1163 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1164 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1165 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1165 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1165 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1165 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1165 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1165 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1166 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1166 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1166 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1167 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1167 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1167 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1167 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1168 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1168 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1168 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1168 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1169 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1169 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1169 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1169 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1170 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1170 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1170 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1170 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1171 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1171 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1171 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1171 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1171 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1172 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1172 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1172 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1172 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1173 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1173 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1173 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1173 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1174 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1174 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1174 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1174 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1175 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1175 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1175 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1175 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1175 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1176 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1176 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1176 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1177 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1177 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1177 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1177 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1177 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1178 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1178 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1178 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1178 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1179 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1179 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1179 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1179 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1181 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1181 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1181 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1187 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1187 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1314 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1314 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1314 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1315 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1315 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1315 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1316 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1316 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1316 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1316 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1317 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1317 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1317 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1318 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1318 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1318 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1318 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1319 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1319 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1319 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1319 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1319 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1319 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1320 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1320 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1320 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1321 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1321 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1321 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1321 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1321 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1322 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1322 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1322 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1323 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1323 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1323 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1323 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1324 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1324 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1324 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1324 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1325 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1325 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1325 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1325 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1325 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1326 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1326 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1327 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1327 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1327 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1327 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1327 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1328 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1328 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1328 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1328 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1329 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1329 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1329 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1329 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1329 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1330 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1330 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1331 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1331 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1331 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1331 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1331 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1335 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1335 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1335 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1337 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1337 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1339 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1339 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1339 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1339 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1341 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1341 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1343 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1343 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1343 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:38 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:38 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:38 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:18 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:19 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:43 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1484 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1484 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1484 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1485 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1485 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1485 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1488 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1490 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1490 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1491 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1491 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1491 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1491 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1491 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1493 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1493 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1493 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1493 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1498 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1498 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1498 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1498 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1498 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1505 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1505 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1505 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1507 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1507 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1509 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1509 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1509 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1509 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1509 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1512 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1512 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1513 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1513 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1604 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1604 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1604 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1604 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1604 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1604 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1605 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1605 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1605 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1606 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1606 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1606 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1606 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1606 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1607 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1607 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1607 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1607 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1607 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1608 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1608 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1608 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1608 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1608 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1609 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1609 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1609 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1610 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1610 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1610 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1610 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1610 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1611 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1611 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1612 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1613 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1613 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1613 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1614 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1614 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1614 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1614 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1615 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1616 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1616 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1616 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1616 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1616 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1616 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1617 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1617 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1617 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1617 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1617 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1618 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1618 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1618 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1619 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1619 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1619 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1619 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1619 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1619 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1620 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1620 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1620 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1620 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1620 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1621 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1621 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1622 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1623 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1624 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1624 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1624 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1624 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1624 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1624 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1626 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1629 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1629 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1629 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1631 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1631 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1753 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1753 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1753 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1753 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1754 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1755 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1755 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1755 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1756 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1756 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1756 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1756 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1757 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1758 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1758 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1758 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1759 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1759 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1759 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1759 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1760 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1760 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1760 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1760 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1760 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1760 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1761 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1762 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1763 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1763 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1764 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1764 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1764 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1764 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1764 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1765 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1765 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1765 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1766 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1766 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1766 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1766 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1766 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1766 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1767 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1767 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1767 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1767 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1767 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1768 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1768 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1768 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1769 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1769 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1769 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1769 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1769 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1769 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1770 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1770 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1770 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1770 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1770 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1771 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1771 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1771 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1771 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1771 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1772 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1772 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1772 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1772 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1772 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1773 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1773 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1773 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1773 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1774 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1774 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1774 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1774 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1774 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1774 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1775 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1775 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1775 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1775 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1775 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:44 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:19 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:18 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1905 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1905 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1905 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1905 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1905 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1906 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1906 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1907 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1907 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1907 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1907 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1907 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1908 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1908 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1908 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1909 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1909 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1909 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1909 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1908 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1909 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1910 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1911 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1912 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1912 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1912 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1912 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1912 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1912 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1913 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1913 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1914 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1914 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1914 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1914 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1914 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1914 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1915 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1915 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1917 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1917 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1920 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1920 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1922 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1922 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1922 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1924 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1924 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1927 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1927 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1929 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1929 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1929 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1931 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1931 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1933 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1933 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2051 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2051 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2051 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2051 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2052 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2052 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2052 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2053 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2053 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2053 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2053 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2054 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2055 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2056 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2056 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2056 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2056 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2056 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2057 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2057 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2057 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2058 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2058 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2058 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2058 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2058 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2058 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2059 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2059 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2060 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2060 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2060 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2060 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2060 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2060 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2061 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2061 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2062 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2062 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2062 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2062 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2062 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2063 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2063 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2063 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2063 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2065 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2065 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2065 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2065 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2065 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2065 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2067 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2067 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2067 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2067 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2067 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2071 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2071 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2071 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2071 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2075 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2075 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2077 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2077 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2079 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2079 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2079 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2079 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2198 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2198 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2198 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2198 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2199 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2199 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2200 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2200 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2200 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2200 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2200 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2201 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2201 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2201 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2201 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2202 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2202 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2202 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2203 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2203 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2203 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2203 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2204 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2204 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2204 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2204 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2205 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2205 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2205 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2205 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2205 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2205 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2206 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2206 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2207 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2207 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2207 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2207 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2207 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2208 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2208 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2208 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2208 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2209 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2209 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2209 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2209 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2209 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2210 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2211 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2211 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:19 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:19 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:44 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2353 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2353 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2355 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2353 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2354 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2356 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2356 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2357 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2357 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2358 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2358 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2358 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2358 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2358 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:39 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:39 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:39 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2360 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2360 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2360 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2360 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2364 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2368 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2368 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2368 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2374 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2374 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2374 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2379 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2379 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2379 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2383 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2383 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2383 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2383 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2493 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2496 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2497 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2497 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2498 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2498 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2499 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2499 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2498 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2499 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2499 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2500 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2500 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2500 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2500 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2500 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2501 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2501 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2501 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2502 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2502 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2502 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2502 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2503 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2503 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2503 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2503 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2504 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2504 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2504 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2504 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2505 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2506 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2505 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2506 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2506 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2506 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2507 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2507 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2509 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2509 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2511 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2511 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2511 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2513 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2513 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2518 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2518 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2520 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2520 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2522 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2522 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2522 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2522 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2525 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2639 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2639 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2639 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2639 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2640 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2641 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2641 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2641 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2641 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2641 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2641 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2642 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2642 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2643 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2643 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2643 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2643 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2643 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2644 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2644 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2644 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2645 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2645 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2645 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2645 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2646 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2646 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2646 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2647 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2647 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2647 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2647 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2647 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2647 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2648 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2648 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2649 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2649 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2649 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2649 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2649 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2649 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2650 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2650 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2650 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2650 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2651 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2651 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2651 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2652 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2652 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2652 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2652 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2655 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2655 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2655 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2656 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2656 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2656 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2656 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2656 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2658 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2658 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2658 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2658 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2658 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2658 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2660 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2660 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2660 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2662 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2662 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2662 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2664 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2664 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2664 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2667 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2667 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2667 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2667 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2669 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2669 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2669 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2670 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:34 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:45 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:19 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:41 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:20 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2778 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2778 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2778 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2778 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2778 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2778 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2779 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2780 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2780 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2780 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2780 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2780 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2780 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2781 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2781 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2781 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2782 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2782 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2782 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2782 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2782 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2783 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2783 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2783 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2784 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2784 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2784 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2784 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2785 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2785 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2785 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2786 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2786 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2786 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2786 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2787 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2786 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2787 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2787 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2788 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2788 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2788 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2788 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2788 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2788 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2789 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2789 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2789 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2790 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2790 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2790 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2790 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2791 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2791 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2791 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2791 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2792 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2792 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2792 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2793 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2793 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2793 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2793 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2793 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2794 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2794 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2794 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2794 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2795 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2795 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2795 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2795 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2795 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2796 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2796 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2796 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2797 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2797 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2797 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2797 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2798 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2798 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2798 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2798 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2799 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2799 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2799 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2799 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2799 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2800 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2800 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2800 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2801 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2801 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2801 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2801 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2801 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2805 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2805 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2805 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2805 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2806 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2924 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2924 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2924 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2924 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2924 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2923 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2926 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2926 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2927 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2927 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2927 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2927 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2927 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2927 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2928 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2929 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2929 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2929 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2929 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2929 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2929 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2930 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2931 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2931 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2931 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2931 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2931 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2931 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2932 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2932 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2932 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2933 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2933 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2933 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2933 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2933 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2934 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2934 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2934 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2934 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2935 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2935 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2935 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2936 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2936 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2936 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2936 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2936 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2937 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2937 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2937 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2937 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2938 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2938 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2938 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2938 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2938 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2939 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2939 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2940 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2940 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2940 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2940 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2940 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2941 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2941 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2941 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2941 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2942 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2942 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2942 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2942 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2942 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2943 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2943 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2943 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2944 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2944 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2944 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2944 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2945 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2945 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2945 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2945 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2945 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2945 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2946 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2946 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2947 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2947 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2947 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2947 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2947 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2947 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2948 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2948 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2948 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2950 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2950 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2950 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2950 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2952 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 2957 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3071 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3071 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3071 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3071 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3071 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3071 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3073 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3075 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3075 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3077 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3077 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3082 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3082 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3082 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3084 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3084 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3084 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3086 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3086 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3086 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3086 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3093 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3093 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3096 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3096 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3096 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3099 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3099 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3099 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3219 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3219 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3219 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3219 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3220 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3220 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3220 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3220 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3220 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3220 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3221 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3221 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3221 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3221 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3229 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3233 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3233 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3239 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3239 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3239 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3239 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3244 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3244 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3244 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3244 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:40 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:40 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:41 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:19 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:34 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:20 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:40 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:45 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3366 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3367 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3367 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3367 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3367 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3368 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3368 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3368 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3369 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3369 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3369 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3369 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3369 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3369 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3370 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3370 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3370 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3370 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3370 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3371 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3371 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3373 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3373 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3373 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3375 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3375 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3375 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3375 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3377 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3377 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3379 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3379 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3381 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3381 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3381 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3383 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3383 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3383 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3385 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3385 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3385 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3385 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3388 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3388 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3388 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3390 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3390 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3390 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3392 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3392 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3394 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3394 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3513 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3513 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3513 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3513 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3513 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3514 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3514 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3515 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3516 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3516 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3516 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3516 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3516 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3521 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3521 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3521 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3521 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3521 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3523 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3523 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3523 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3526 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3526 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3526 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3529 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3529 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3529 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3529 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3531 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3531 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3531 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3531 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3534 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3534 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3534 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3538 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3691 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3691 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3691 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3695 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3695 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3697 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3699 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3699 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3699 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3700 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3700 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3700 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3700 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3701 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3701 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3701 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3701 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3701 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3702 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3702 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3702 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3703 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3703 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3703 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3703 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3703 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3703 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3704 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3704 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3705 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3705 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3705 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3705 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3705 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3705 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3706 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3706 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3706 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3707 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3707 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3707 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3707 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3707 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3708 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3708 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3708 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3708 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3708 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3708 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3709 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3709 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3709 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3709 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3710 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3710 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3710 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3710 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3710 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3711 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3711 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3711 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3711 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3711 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3712 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3712 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3712 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3712 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3712 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3713 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3713 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3713 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3713 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3713 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3714 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3714 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3714 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3714 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3714 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3714 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3715 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3715 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3715 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3715 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3715 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3716 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3716 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3716 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3717 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3839 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:21 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3839 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:42 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:20 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:46 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3839 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3839 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3839 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3840 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3840 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3840 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3840 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3840 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3841 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3841 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3841 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3842 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3842 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3842 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3842 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3842 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3842 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3843 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3843 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3844 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3844 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3844 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3844 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3844 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3844 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3845 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3845 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3845 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3846 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3845 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3846 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3846 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3846 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3846 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3847 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3847 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3847 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3847 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3847 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3848 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3848 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3848 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3849 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3849 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3849 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3849 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3849 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3850 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3850 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3850 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3850 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3851 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3851 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3851 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3852 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3853 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3853 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3854 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3854 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3854 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3854 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3854 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3855 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3857 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3858 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3859 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3859 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3859 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3859 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3859 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3859 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3860 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3860 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3861 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3861 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3861 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3861 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3861 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3862 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3863 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3863 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3863 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3864 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3864 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3864 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3864 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3864 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3865 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3865 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3966 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3967 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3967 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3969 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3969 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3971 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3974 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3974 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3974 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3977 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3977 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3982 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3982 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3990 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3990 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3991 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3991 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3991 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3991 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3991 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3991 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3992 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3992 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 3993 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' against process ubuntu:30004:1343838573:1556572101:thread-0:913952722 and ping Sat Jul 28 08:29:37 2012 m30004| Wed Aug 1 12:29:41 [thread-4] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-6] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' because elapsed time 4110 > takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] creating new connection to:localhost:30001 m30004| Wed Aug 1 12:29:41 [thread-6] creating new connection to:localhost:30001 m30004| Wed Aug 1 12:29:41 [thread-7] creating new connection to:localhost:30001 m30004| Wed Aug 1 12:29:41 [thread-2] creating new connection to:localhost:30001 m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 [thread-8] creating new connection to:localhost:30001 m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 [thread-7] connected connection! m30004| Wed Aug 1 12:29:41 [thread-2] connected connection! m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 [thread-6] connected connection! m30004| Wed Aug 1 12:29:41 [thread-5] connected connection! m30004| Wed Aug 1 12:29:41 [thread-8] connected connection! m30004| Wed Aug 1 12:29:41 [thread-7] creating new connection to:localhost:30002 m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 [thread-6] creating new connection to:localhost:30002 m30004| Wed Aug 1 12:29:41 [thread-4] creating new connection to:localhost:30002 m30004| Wed Aug 1 12:29:41 [thread-8] creating new connection to:localhost:30002 m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 [thread-7] connected connection! m30004| Wed Aug 1 12:29:41 BackgroundJob starting: ConnectBG m30004| Wed Aug 1 12:29:41 [thread-6] connected connection! m30004| Wed Aug 1 12:29:41 [thread-4] connected connection! m30004| Wed Aug 1 12:29:41 [thread-8] connected connection! m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:21 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:46 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:42 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:20 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:41 [thread-4] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' (another force won) m30004| Wed Aug 1 12:29:41 [thread-5] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' (another force won) m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-6] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' (another force won) m30004| Wed Aug 1 12:29:41 [thread-8] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' (another force won) m30004| Wed Aug 1 12:29:41 [thread-3] warning: lock forcing TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722 inconsistent m30004| Wed Aug 1 12:29:41 [thread-3] lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' successfully forced m30004| Wed Aug 1 12:29:41 [thread-7] warning: lock forcing TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722 inconsistent m30004| Wed Aug 1 12:29:41 [thread-7] lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' successfully forced m30004| Wed Aug 1 12:29:41 [thread-3] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "when" : { "$date" : "Mon Jul 30 03:30:32 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d48fb" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:41 [thread-7] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "when" : { "$date" : "Sun Aug 5 10:37:22 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d48fc" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:41 [thread-2] warning: lock forcing TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722 inconsistent m30004| Wed Aug 1 12:29:41 [thread-2] lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-0:913952722' successfully forced m30004| Wed Aug 1 12:29:41 [thread-2] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "when" : { "$date" : "Sun Aug 5 00:32:21 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d48fd" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:41 [thread-4] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "when" : { "$date" : "Sun Jul 29 21:16:46 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d48fe" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48fa" } } m30004| Wed Aug 1 12:29:41 [thread-6] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-6:639893925", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-6:639893925", m30004| "when" : { "$date" : "Thu Aug 2 11:07:35 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d4900" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48fa" } } m30004| Wed Aug 1 12:29:41 [thread-5] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "when" : { "$date" : "Sun Aug 5 02:03:43 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d48ff" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48fa" } } m30004| Wed Aug 1 12:29:41 [thread-8] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "when" : { "$date" : "Mon Jul 30 13:46:27 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "501959758bc823c35b3d4901" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019596e8bc823c35b3d48fa" } } m30004| Wed Aug 1 12:29:41 [thread-5] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' (another update won) m30004| Wed Aug 1 12:29:41 [thread-5] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' was not acquired. m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' (another update won) m30004| Wed Aug 1 12:29:41 [thread-8] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' was not acquired. m30004| Wed Aug 1 12:29:41 [thread-7] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' (another update won) m30004| Wed Aug 1 12:29:41 [thread-7] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' was not acquired. m30004| Wed Aug 1 12:29:41 [thread-4] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' (another update won) m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' was not acquired. m30004| Wed Aug 1 12:29:41 [thread-3] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' (another update won) m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' was not acquired. m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' (another update won) m30004| Wed Aug 1 12:29:41 [thread-2] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' was not acquired. m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:41 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:41 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:41 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 57 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 57 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 57 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 61 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 61 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 61 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 64 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 64 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 65 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 65 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 65 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 65 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 68 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-6] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' acquired, ts : 501959758bc823c35b3d4900 m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:46 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [thread-6] **** Locked for thread 6 with ts ts: ObjectId('501959758bc823c35b3d4900') m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:21 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:43 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-6] re-entering lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because re-entering is allowed, elapsed time 184 > takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-6] re-entered distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' m30004| Wed Aug 1 12:29:42 [thread-6] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:35 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-6] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 142 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 143 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 144 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:43 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:47 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:21 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 328 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 328 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 328 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 329 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 329 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 433 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:42 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:42 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:47 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:44 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:42 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:36 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:48 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:44 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 181 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 181 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 183 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 183 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 186 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 186 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 186 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 186 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 187 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 187 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 187 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 188 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 181 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 181 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 181 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 182 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 183 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 183 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 183 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 183 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 184 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 185 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:22 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:44 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:48 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 288 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-6] **** Not unlocking for thread 6 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 436 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:43 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:43 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:43 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 145 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 146 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 147 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 148 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 149 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 150 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 151 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 152 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 153 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 154 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 155 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 156 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 157 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 158 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 160 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 161 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 162 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 163 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 164 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 165 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 166 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 167 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 168 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 169 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 170 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 171 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 172 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 173 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 174 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 175 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 176 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 177 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 178 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 179 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 180 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 181 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:45 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:34 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:48 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Thu Aug 2 11:07:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 311 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 312 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 313 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 314 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 315 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 316 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 317 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 318 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 319 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 320 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 321 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 322 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 323 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 324 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 325 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 326 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 327 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [LockPinger] warning: removing distributed lock ping thread 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-6:639893925' m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 440 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 441 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 442 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 443 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 444 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 445 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 446 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 447 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 448 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 449 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 450 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 451 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 452 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 452 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 453 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 454 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 454 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 454 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 455 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 455 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 455 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 455 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 455 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 456 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 456 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 457 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 457 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 457 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 457 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 457 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 458 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 458 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 459 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 458 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 459 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 459 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 460 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 460 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 460 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 460 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 460 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 461 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 461 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 462 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 462 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 462 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 462 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 462 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 463 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 463 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 464 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 464 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 464 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 464 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 464 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 465 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 465 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 466 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 465 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 466 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 466 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 466 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 467 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 467 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 467 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 467 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 468 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 468 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 468 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 469 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 469 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 469 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 470 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 470 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 470 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 471 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 471 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 471 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 471 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 471 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 472 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 472 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 472 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 473 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 473 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 473 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 474 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 474 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 474 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 474 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 588 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 589 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 590 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 591 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 592 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 592 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 593 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 594 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 595 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 596 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 598 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 598 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 597 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 598 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 598 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 599 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 599 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 600 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 600 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 600 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 600 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 600 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 601 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 601 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 601 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 602 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 602 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 602 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 602 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 603 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 603 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 603 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 604 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 604 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 604 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 605 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 605 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 605 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 605 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 605 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 606 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 607 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 607 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 607 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 607 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 607 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 607 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 609 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 609 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 609 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 609 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 609 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 609 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 610 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 611 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 611 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 611 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 611 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 611 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:23 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:49 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:34 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:45 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 612 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 612 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 612 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 612 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 613 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 613 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 614 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 614 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 614 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 614 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 614 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 614 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 615 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 616 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 616 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 616 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 616 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 616 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 617 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 617 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 618 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 618 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 618 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 618 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 619 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 619 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 619 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 620 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 620 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 620 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 620 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 621 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 621 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 621 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 621 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 622 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 622 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 737 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 738 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 739 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 739 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 740 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 741 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 742 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 743 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 744 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 745 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 745 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 745 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 745 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 745 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 745 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 746 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 746 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 746 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 746 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 747 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 747 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 748 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 747 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 748 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 748 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 748 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 748 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 749 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 749 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 750 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 750 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 750 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 751 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 751 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 751 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 751 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 752 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 752 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 752 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 753 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 753 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 753 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 753 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 753 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 754 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 754 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 754 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 754 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 754 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 755 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 755 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 755 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 756 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 756 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 756 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 756 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 756 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 757 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 757 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 757 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 757 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 757 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 758 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 758 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 758 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 759 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 759 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 759 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 759 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 759 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 760 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 760 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 760 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 760 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 760 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 761 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 761 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 762 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 762 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 762 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 762 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 762 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 763 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 763 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 763 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 763 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 763 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 764 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 764 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 764 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 765 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 765 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 765 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 765 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 766 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 766 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 766 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 766 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 766 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 766 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 767 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 767 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 768 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 768 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 768 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 885 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 886 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 887 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 888 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 889 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 890 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 890 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 890 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 890 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 890 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 891 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 891 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 892 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 892 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 892 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 892 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 893 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 893 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 894 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 894 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 894 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 894 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 894 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 895 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 895 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 895 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 896 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 896 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 896 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 896 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 897 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 897 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 898 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 898 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 898 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 898 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 899 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 899 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 900 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 900 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 900 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 900 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 901 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 901 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 902 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 902 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 902 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 902 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 903 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 903 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 903 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 903 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 904 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 904 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 904 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 904 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 905 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 905 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 905 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 905 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 906 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 906 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 907 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 907 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 907 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 907 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 908 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 908 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 908 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 908 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 909 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 909 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 909 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 909 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 910 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 910 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 910 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 911 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 911 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 911 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 912 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 912 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 912 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 912 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 913 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 913 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 914 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 914 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 914 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 914 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 914 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 915 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 915 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 915 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 915 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 916 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 916 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 917 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 917 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 917 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 917 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 918 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 918 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 918 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 919 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 919 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 919 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 919 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 919 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:49 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:45 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1032 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1033 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1034 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1034 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1034 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1035 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1036 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1036 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1036 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1037 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1038 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1038 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1038 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1038 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1039 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1040 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1040 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1040 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1041 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1042 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1043 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1043 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1044 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1044 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1044 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1044 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1044 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1045 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1046 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1046 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1046 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1046 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1046 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1046 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1047 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1047 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1047 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1048 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1048 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1048 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1049 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1049 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1049 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1050 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1050 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1050 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1051 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1051 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1051 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1051 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1051 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1052 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1053 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1053 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1053 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1053 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1053 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1053 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1054 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1054 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1055 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1055 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1055 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1055 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1056 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1056 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1057 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1057 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1057 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1058 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1058 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1058 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1059 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1059 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1059 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1059 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1060 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1060 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1060 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1061 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1061 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1061 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1061 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1062 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1062 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1062 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1062 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1063 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1063 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1063 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1064 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1063 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1064 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1064 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1065 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1065 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1065 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1065 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1066 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1066 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1066 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1066 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:44 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1067 <= takeover time 4000 m30004| Wed Aug 1 12:29:44 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:44 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1180 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1181 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1181 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1182 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1183 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1184 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1185 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1186 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1187 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1187 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1187 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1187 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1188 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1188 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1188 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1188 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1188 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1189 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1189 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1189 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1190 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1190 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1190 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1190 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1191 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1191 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1191 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1192 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1192 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1192 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1192 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1193 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1193 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1193 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1194 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1194 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1194 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1194 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1195 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1195 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1195 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1195 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1196 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1196 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1196 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1197 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1197 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1197 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1198 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1198 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1198 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1198 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1199 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1199 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1199 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1199 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1200 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1200 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1201 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1200 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1201 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1201 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1201 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1202 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1202 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1202 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1203 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1203 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1203 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1203 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1204 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1204 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1204 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1204 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1205 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1205 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1205 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1206 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1206 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1206 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1206 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1207 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1207 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1207 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1208 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1208 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1208 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1208 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1209 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1209 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1210 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1210 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1210 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1210 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1211 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1211 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1211 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1211 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1211 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1212 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1212 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1212 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1213 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1213 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1213 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1332 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1333 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1334 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1335 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1335 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1335 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1336 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1337 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1337 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1338 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1339 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1339 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1340 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1341 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1341 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1342 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1343 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1343 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1343 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1344 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1345 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1345 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1345 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1345 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1345 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1346 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1346 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1346 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1347 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1347 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1347 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1347 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1347 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1348 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1349 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1349 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1349 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1349 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1349 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1350 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1350 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1351 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1351 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1351 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1351 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1351 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1352 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1352 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1352 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1353 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1353 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1353 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1353 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1354 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1354 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1354 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1355 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1355 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1355 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1355 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1356 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1356 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1356 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1356 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1357 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1357 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1357 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1358 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1358 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1358 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1358 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1358 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1359 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1359 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1360 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1360 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1360 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1360 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1361 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1361 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1361 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1362 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1362 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1362 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1362 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1363 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1363 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1363 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1363 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1364 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1364 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1364 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:49 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:46 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1483 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1485 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1485 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1486 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1486 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1486 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1486 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1487 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1488 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1488 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1488 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1488 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1488 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1490 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1490 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1490 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1489 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1490 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1491 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1492 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1493 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1493 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1494 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1495 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1496 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1497 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1498 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1499 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1500 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1501 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1502 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1503 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1504 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1505 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1505 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1505 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1506 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1507 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1507 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1507 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1508 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1509 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1510 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1511 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1512 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1512 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1512 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1512 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1513 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1513 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1513 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1514 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1514 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1514 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1514 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1515 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1515 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1516 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1516 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1516 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1516 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1516 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1517 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1517 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1517 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1517 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1518 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1518 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1518 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1519 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1519 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1625 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1626 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1626 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1626 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1627 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1628 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1630 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1632 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1633 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1633 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1634 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1634 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1634 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1634 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1635 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1635 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1636 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1636 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1636 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1636 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1636 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1637 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1637 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1637 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1637 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1637 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1638 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1638 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1639 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1639 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1639 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1639 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1639 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1639 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1640 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1640 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1640 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1641 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1641 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1641 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1641 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1642 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1642 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1642 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1642 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1642 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1643 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1643 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1643 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1644 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1644 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1644 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1644 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1645 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1645 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1645 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1645 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1645 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1646 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1646 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1646 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1646 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1647 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1647 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1647 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1648 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1648 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1648 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1648 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1648 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1648 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1650 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1650 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1650 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1650 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1650 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1650 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1651 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1652 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1652 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1652 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1652 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1652 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1653 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1653 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1654 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1654 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1654 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1654 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1655 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1655 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1655 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1656 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1656 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1656 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1657 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1657 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1657 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1657 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1657 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1657 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1658 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1658 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1658 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1659 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1659 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1659 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1776 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1777 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1778 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1779 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1781 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1781 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1781 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1781 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1781 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1781 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1783 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1783 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1783 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1783 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1783 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1783 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1784 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1784 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1785 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1785 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1785 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1785 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1786 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1786 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1787 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1787 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1787 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1787 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1788 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1788 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1788 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1788 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1788 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1788 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1789 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1789 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1790 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1790 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1790 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1790 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1791 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1791 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1792 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1792 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1792 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1792 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1793 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1793 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1793 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1794 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1794 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1794 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1795 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1795 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1795 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1795 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1796 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1796 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1796 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1796 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1797 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1797 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1797 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1797 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1798 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1798 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1798 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1799 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1799 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1799 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1799 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1800 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1800 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1801 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1801 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1801 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1801 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1801 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1802 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1802 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1802 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1802 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1803 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1803 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1803 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1804 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1804 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1804 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1804 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1805 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1805 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1806 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1806 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1806 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1806 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1806 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1806 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1807 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1808 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1807 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1808 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1808 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1808 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1809 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1809 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1809 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1810 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1810 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1810 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:46 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:50 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:24 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1916 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1917 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1917 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1917 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1918 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1919 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1920 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1920 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1921 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1922 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1922 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1923 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1924 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1924 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1925 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1926 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1927 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1927 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1927 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1927 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1928 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1929 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1929 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1929 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1930 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1931 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1931 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1932 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1933 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1933 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1934 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1935 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1935 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1936 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1936 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1936 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1936 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1937 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1937 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1937 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1938 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1938 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1938 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1938 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1939 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1939 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1939 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1939 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1940 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1940 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1941 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1941 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1941 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1941 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1941 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1942 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1942 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1943 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1943 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1943 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1943 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1943 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1944 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1944 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1944 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1945 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1945 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1945 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1945 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1946 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1946 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1946 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1946 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1946 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1947 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1948 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1948 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1948 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1948 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1948 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1948 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1949 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1949 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1949 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 1950 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2063 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2063 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2064 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2066 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2068 <= takeover time 4000 m30004| Wed Aug 1 12:29:45 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:45 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:45 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2069 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2070 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2071 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2071 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2072 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2073 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2074 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2075 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2075 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2075 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2075 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2076 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2077 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2077 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2077 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2078 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2079 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2079 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2080 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2081 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2082 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2082 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2083 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2083 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2083 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2083 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2084 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2084 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2084 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2084 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2084 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2084 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2085 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2085 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2086 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2086 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2086 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2086 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2087 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2087 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2087 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2087 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2088 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2088 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2089 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2089 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2089 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2089 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2089 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2089 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2090 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2090 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2090 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2091 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2091 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2091 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2092 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2092 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2092 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2092 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2092 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2092 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2093 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2093 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2093 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2094 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2094 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2094 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2095 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2095 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2095 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2095 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2096 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2096 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:47 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:50 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2211 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2211 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2211 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2212 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2213 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2214 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2215 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2216 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2217 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2218 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2219 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2220 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2221 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2222 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2223 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2224 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2225 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2225 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2225 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2225 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2225 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2226 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2226 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2226 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2227 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2227 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2227 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2228 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2228 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2228 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2229 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2229 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2229 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2229 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2230 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2230 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2230 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2230 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2231 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2231 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2232 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2232 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2232 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2232 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2232 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2233 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2233 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2234 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2234 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2234 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2234 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2234 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2235 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2235 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2236 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2236 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2236 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2236 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2236 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2237 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2238 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2238 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2238 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2238 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2238 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2238 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2239 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2239 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2239 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2240 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2240 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2240 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2241 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2241 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2241 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2241 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2242 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2242 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2243 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2243 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2243 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2243 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2243 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2244 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2244 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2245 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2245 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2359 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2360 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2360 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2361 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2362 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2363 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2364 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2364 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2364 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2364 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2365 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2366 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2367 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2368 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2368 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2368 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2369 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2370 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2371 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2372 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2373 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2374 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2374 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2374 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2375 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2376 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2377 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2378 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2379 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2379 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2379 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2380 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2381 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2382 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2383 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2383 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2384 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2385 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2385 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2385 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2385 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2386 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2386 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2386 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2387 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2387 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2387 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2387 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2388 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2388 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2388 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2389 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2389 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2389 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2389 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2389 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2390 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2390 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2390 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2391 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2391 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2391 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2392 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2507 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2507 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2508 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2509 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2510 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2511 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2512 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2513 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2513 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2514 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2515 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2516 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2517 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2518 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2519 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2520 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2521 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2522 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2522 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2523 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2524 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2525 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2525 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2525 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2525 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2526 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2526 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2526 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2526 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2526 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2527 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2528 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2527 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2528 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2528 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2528 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2529 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2529 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2529 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2530 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2530 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2530 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2530 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2531 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2531 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2531 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2532 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2532 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2532 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2532 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2533 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2533 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2533 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2533 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2533 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2534 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2534 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2535 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2535 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2535 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2535 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2536 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2536 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2536 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2536 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2537 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2537 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2538 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2538 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2538 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2538 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2538 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2539 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2539 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2539 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2540 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2540 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2540 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2540 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2541 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2541 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2541 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:51 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:47 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:25 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:36 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:31 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2654 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2653 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2656 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2657 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2659 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2660 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2661 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2662 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2662 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2663 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2664 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2664 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2664 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2665 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2666 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2667 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2667 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2668 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2669 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2669 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2670 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2670 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2670 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2670 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2670 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2671 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2672 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2672 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2672 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2672 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2672 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2672 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2673 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2674 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2674 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2674 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2674 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2674 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2675 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2675 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2676 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2676 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2676 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2676 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2677 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2677 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2677 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2677 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2678 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2678 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2678 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2679 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2679 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2679 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2679 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2679 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2680 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2680 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2681 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2681 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2681 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2681 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2681 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2682 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2682 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2683 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2683 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2683 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2683 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2684 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2684 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2684 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2685 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2685 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2685 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2685 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2686 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2686 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2686 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2687 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2687 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2687 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2687 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2688 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2688 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2688 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2688 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2689 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2802 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2803 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2804 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2805 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2805 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2806 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2806 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2806 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2806 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2807 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2807 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2808 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2809 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2809 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2809 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2809 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2809 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2810 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2811 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2811 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2811 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2811 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2811 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2812 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2813 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2813 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2813 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2813 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2813 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2813 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2814 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2814 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2815 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2815 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2815 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2815 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2816 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2816 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2816 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2816 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2816 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2817 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2818 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2818 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2818 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2818 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2818 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2818 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2820 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2820 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2820 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2820 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2820 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2820 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2821 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2821 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2822 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2822 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2822 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2822 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2823 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2823 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2824 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2824 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2824 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2824 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2825 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2825 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2825 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2825 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2825 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2825 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2827 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2827 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2827 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2827 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2827 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2827 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2828 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2828 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2828 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2828 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2828 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2828 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2831 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2831 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2831 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2831 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2831 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2831 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2832 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2832 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2832 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2832 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2833 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2833 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2834 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2834 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2834 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2834 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2834 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2834 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2835 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2836 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2836 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2836 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2836 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2836 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2837 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2949 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2951 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2952 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2952 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2952 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2952 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2952 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2953 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2954 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2954 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2954 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2954 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2955 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2956 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2957 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2957 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2957 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2957 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2957 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2958 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2958 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2958 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2959 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2959 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2959 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2959 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2960 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2960 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2960 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2961 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2961 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2961 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2962 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2962 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2962 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2962 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2963 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2963 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2963 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2964 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2964 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2964 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2964 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2964 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2965 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2965 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2965 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2966 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2966 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2966 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2966 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2967 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2967 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2967 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2968 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2968 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2968 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2968 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2969 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2969 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2969 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2969 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2970 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2970 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2970 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2971 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2971 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2971 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2971 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2972 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2972 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2972 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2973 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2973 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2973 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2973 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2974 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2974 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2975 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2975 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2975 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2975 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2975 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2976 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2976 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2976 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2976 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2977 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2977 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2977 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2978 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2978 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2978 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2979 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2979 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2979 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2979 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2980 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2980 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2980 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:48 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2980 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:51 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:46 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2981 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2981 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2981 <= takeover time 4000 m30004| Wed Aug 1 12:29:46 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:46 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:46 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3076 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3077 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3077 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3077 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3078 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3079 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3080 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3081 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3082 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3082 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3083 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3084 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3084 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3085 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3086 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3086 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3087 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3088 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3089 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3090 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3091 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3092 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3093 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3093 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3093 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3094 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3095 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3096 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3096 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3096 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3097 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3098 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3099 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3099 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3099 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3100 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3101 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3102 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3102 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3103 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3103 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3103 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3103 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3103 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3104 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3104 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3105 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3105 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3105 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3105 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3105 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3106 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3106 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3107 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3107 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3107 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3107 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3108 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3108 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3108 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3109 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3109 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3222 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3223 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3224 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3225 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3226 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3227 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3229 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3229 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3228 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3229 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3230 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3231 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3232 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3233 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3233 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3233 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3233 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3234 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3235 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3236 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3237 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3238 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3239 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3239 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3240 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3241 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3242 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3243 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3244 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3245 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3246 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3247 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3247 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3248 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3248 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3248 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3248 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3248 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3248 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3249 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3250 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3250 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3250 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3251 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3250 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3251 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3252 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3252 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3252 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3252 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3252 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3253 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3254 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3254 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3254 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3254 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3254 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:48 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:51 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:32 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3371 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3371 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3371 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3372 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3373 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3373 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3374 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3375 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3375 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3376 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3377 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3378 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3379 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3380 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3382 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3383 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3384 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3385 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3385 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3386 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3387 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3388 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3388 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3389 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3390 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3390 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3390 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3391 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3392 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3392 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3393 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3394 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3394 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3395 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3396 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3396 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3396 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3397 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3396 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3397 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3397 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3398 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3398 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3398 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3398 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3399 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3399 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3400 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3400 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3400 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3400 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3401 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3401 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3401 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3402 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3402 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3402 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3403 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3403 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3403 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3403 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3404 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3404 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3404 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3404 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3517 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3518 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3519 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3520 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3521 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3522 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3523 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3523 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3523 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3524 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3525 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3526 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3526 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3526 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3527 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3528 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3529 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3529 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3530 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3531 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3532 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3533 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3534 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3534 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3534 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3535 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3536 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3537 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3538 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3539 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3539 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3539 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3539 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3539 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3540 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3540 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3540 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3540 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3540 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3541 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3542 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3542 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3542 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3542 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3542 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3542 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3543 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3544 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3544 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3544 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3544 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3544 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3545 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3545 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3545 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3546 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3546 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3546 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3546 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3547 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3547 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3548 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3548 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3548 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3548 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3549 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3549 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3549 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3549 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3549 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3550 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3550 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3551 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3551 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3551 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3551 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3664 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3664 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3666 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3666 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3666 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3666 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3666 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3666 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3668 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3668 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3668 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3668 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3668 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3668 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3669 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3670 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3670 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3670 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3670 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3670 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3671 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3671 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3672 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3672 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3672 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3672 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3673 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3673 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3673 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3673 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3674 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3674 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3674 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3675 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3675 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3675 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3675 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3675 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3676 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3677 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3677 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3677 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3677 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3677 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3678 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3678 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3679 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3679 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3679 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3679 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3679 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3680 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3680 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3680 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3681 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3681 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3681 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3682 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3682 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3682 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3682 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3682 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3682 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3683 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3684 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3684 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3684 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3684 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3684 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3685 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3685 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3685 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3686 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3686 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3686 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3687 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3687 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3687 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3688 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3688 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3688 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3688 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3689 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3689 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3690 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3691 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3691 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3691 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3692 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3693 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3693 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3693 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3694 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3695 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3695 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3695 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3695 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3696 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3697 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3697 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3697 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3697 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3697 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3698 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3699 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:26 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:37 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:48 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:52 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3803 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3803 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3803 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3803 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3803 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3804 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3805 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3805 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3805 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3805 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3805 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3806 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3806 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3807 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3807 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3807 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3807 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3807 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3808 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3808 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3808 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3809 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3809 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3809 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3810 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3810 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3810 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3810 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3811 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3811 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3811 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3812 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3812 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3812 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3813 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3813 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3813 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3813 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3814 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3814 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3814 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3815 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3815 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3815 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3815 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3816 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3816 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3816 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3817 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3817 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3817 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3817 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3818 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3818 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3818 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3818 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3819 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3819 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3819 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3820 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3820 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3820 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3820 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3821 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3821 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3821 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3822 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3822 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3822 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3822 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3823 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3823 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3823 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3824 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3824 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3824 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3825 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3825 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3825 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3825 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3825 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3826 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3826 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3827 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3827 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3827 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3827 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3827 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3828 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3828 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3828 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3829 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3829 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3829 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3829 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3830 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3830 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3830 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3830 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3831 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3831 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3832 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3832 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3832 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3832 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3832 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3833 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3833 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3833 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3834 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3834 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3834 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3834 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3835 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3835 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3836 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3836 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3836 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3836 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3836 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3837 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3838 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3838 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3838 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3838 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3838 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3958 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3958 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3958 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3959 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3959 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3959 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3960 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3960 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3960 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3961 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3961 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3961 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3961 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3962 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3962 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3963 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3963 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3963 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3963 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3963 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3964 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3965 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3966 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3966 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3967 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3967 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3967 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3967 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3968 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3969 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3969 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3970 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3971 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3971 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3971 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3972 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3973 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3974 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3975 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3976 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3977 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3978 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3979 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3980 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3981 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3982 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3982 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3982 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3983 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3984 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3985 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3986 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3987 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3988 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3989 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3990 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3990 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3990 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:47 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 3990 <= takeover time 4000 m30004| Wed Aug 1 12:29:47 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:47 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4098 > takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4098 > takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4097 > takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-8] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4097 > takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] forcing lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4097 > takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' against process ubuntu:30004:1343838573:1556572101:thread-6:639893925 and ping Thu Aug 2 11:07:37 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "when" : { "$date" : "Sun Jul 29 21:16:52 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4902" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "501959758bc823c35b3d4900" } } m30004| Wed Aug 1 12:29:48 [thread-3] lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' successfully forced m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-3] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "when" : { "$date" : "Mon Jul 30 03:30:38 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4903" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0 } m30004| Wed Aug 1 12:29:48 [thread-2] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' (another force won) m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:49 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:52 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-8] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' (another force won) m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-5] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' (another force won) m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:38 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-7] Could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-6:639893925' (another force won) m30004| Wed Aug 1 12:29:48 [thread-2] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "when" : { "$date" : "Sun Aug 5 00:32:27 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4904" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "501959758bc823c35b3d4900" } } m30004| Wed Aug 1 12:29:48 [thread-5] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "when" : { "$date" : "Sun Aug 5 02:03:49 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4905" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "501959758bc823c35b3d4900" } } m30004| Wed Aug 1 12:29:48 [thread-7] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "when" : { "$date" : "Sun Aug 5 10:37:28 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4906" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "501959758bc823c35b3d4900" } } m30004| Wed Aug 1 12:29:48 [thread-8] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "when" : { "$date" : "Mon Jul 30 13:46:33 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "501959758bc823c35b3d4900" } } m30004| Wed Aug 1 12:29:48 [thread-8] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0, ts: ObjectId('501959758bc823c35b3d4900') } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", process: "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", when: new Date(1343670393719), why: "Testing distributed lock with skew.", ts: ObjectId('5019597c8bc823c35b3d4907') } } gle1: { updatedExisting: true, n: 1, connectionId: 16, waited: 37, err: null, ok: 1.0 } gle2: { updatedExisting: false, n: 0, connectionId: 16, waited: 22, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:48 [thread-7] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' (another update won) m30004| Wed Aug 1 12:29:48 [thread-7] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' was not acquired. m30004| Wed Aug 1 12:29:48 [thread-3] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' (another update won) m30004| Wed Aug 1 12:29:48 [thread-3] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' was not acquired. m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' (another update won) m30004| Wed Aug 1 12:29:48 [thread-4] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0, ts: ObjectId('501959758bc823c35b3d4900') } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-4:130196289", process: "ubuntu:30004:1343838573:1556572101:thread-4:130196289", when: new Date(1343611012942), why: "Testing distributed lock with skew.", ts: ObjectId('5019597c8bc823c35b3d4902') } } gle1: { updatedExisting: false, n: 0, connectionId: 14, waited: 37, err: null, ok: 1.0 } gle2: { updatedExisting: true, n: 1, connectionId: 14, waited: 22, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:48 [thread-2] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' was not acquired. m30004| Wed Aug 1 12:29:48 [thread-5] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' (another update won) m30004| Wed Aug 1 12:29:48 [thread-5] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' was not acquired. m30004| Wed Aug 1 12:29:48 [thread-4] lock update lost, lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' not propagated. m30004| Wed Aug 1 12:29:48 [thread-8] lock update won, completing lock propagation for 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' was not acquired. m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 39 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 40 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 41 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 42 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 43 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 44 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 45 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 46 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 47 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 48 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 49 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 50 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 51 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 52 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 53 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 54 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 55 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 56 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 57 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 57 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 57 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 58 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 59 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 60 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 61 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 61 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 61 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 62 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 63 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 64 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 64 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 64 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 64 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 65 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 65 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 66 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 67 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 68 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 68 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 69 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 69 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 69 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-8] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' acquired, ts : 5019597c8bc823c35b3d4907 m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:53 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:49 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] trying to delete 1 old lock entries for process ubuntu:30004:1343838573:1556572101:thread-4:130196289 m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:27 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:38 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 210 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:33 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-8] **** Locked for thread 8 with ts ts: ObjectId('5019597c8bc823c35b3d4907') m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 210 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 211 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 211 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 212 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [LockPinger] handled late remove of old distributed lock with ts 5019597c8bc823c35b3d4902 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 274 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 275 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 276 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 277 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 278 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 279 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 280 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 281 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 282 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 283 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 284 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 285 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 286 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 287 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 289 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 290 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 291 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 292 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 293 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 294 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 295 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 296 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 297 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 298 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 299 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 300 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 301 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 302 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 303 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 304 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 305 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 306 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 307 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 308 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 309 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 310 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-8] **** Unlocking for thread 8 with ts ts: ObjectId('5019597c8bc823c35b3d4907') m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 413 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 413 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 413 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 413 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 413 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:33 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 25 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 26 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 27 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 28 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 29 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 30 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 31 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 32 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 33 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 34 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 35 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 36 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 37 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 38 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' against process ubuntu:30004:1343838573:1556572101:thread-8:1411695302 and ping Mon Jul 30 13:46:34 2012 m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:49 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:53 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:34 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-8] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' unlocked. m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:39 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:48 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 218 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 219 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-3] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 219 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' because elapsed time 219 <= takeover time 4000 m30004| Wed Aug 1 12:29:48 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:48 [thread-7] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-7:456355422", m30004| "when" : { "$date" : "Sun Aug 5 10:37:29 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4908" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| Wed Aug 1 12:29:48 [thread-8] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", m30004| "when" : { "$date" : "Mon Jul 30 13:46:34 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4909" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| Wed Aug 1 12:29:48 [thread-4] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-4:130196289", m30004| "when" : { "$date" : "Sun Jul 29 21:16:53 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d490a" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| Wed Aug 1 12:29:48 [thread-3] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", m30004| "when" : { "$date" : "Mon Jul 30 03:30:39 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d490b" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| Wed Aug 1 12:29:48 [thread-5] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-5:72484402", m30004| "when" : { "$date" : "Sun Aug 5 02:03:50 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d490c" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| Wed Aug 1 12:29:48 [thread-2] about to acquire distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920: m30004| { "state" : 1, m30004| "who" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "process" : "ubuntu:30004:1343838573:1556572101:thread-2:1830518920", m30004| "when" : { "$date" : "Sun Aug 5 00:32:28 2012" }, m30004| "why" : "Testing distributed lock with skew.", m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d490d" } } m30004| { "_id" : "TimeSkewFailNewTest_lock_8", m30004| "state" : 0, m30004| "ts" : { "$oid" : "5019597c8bc823c35b3d4907" } } m30004| Wed Aug 1 12:29:49 [thread-8] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0, ts: ObjectId('5019597c8bc823c35b3d4907') } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", process: "ubuntu:30004:1343838573:1556572101:thread-8:1411695302", when: new Date(1343670394530), why: "Testing distributed lock with skew.", ts: ObjectId('5019597c8bc823c35b3d4909') } } gle1: { updatedExisting: false, n: 0, connectionId: 14, waited: 37, err: null, ok: 1.0 } gle2: { updatedExisting: true, n: 1, connectionId: 15, waited: 42, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:49 [thread-3] warning: distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839 did not propagate properly. :: caused by :: 8017 update not consistent ns: config.locks query: { _id: "TimeSkewFailNewTest_lock_8", state: 0, ts: ObjectId('5019597c8bc823c35b3d4907') } update: { $set: { state: 1, who: "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", process: "ubuntu:30004:1343838573:1556572101:thread-3:2011486839", when: new Date(1343633439443), why: "Testing distributed lock with skew.", ts: ObjectId('5019597c8bc823c35b3d490b') } } gle1: { updatedExisting: true, n: 1, connectionId: 18, waited: 37, err: null, ok: 1.0 } gle2: { updatedExisting: false, n: 0, connectionId: 18, waited: 42, err: null, ok: 1.0 } m30004| Wed Aug 1 12:29:49 [thread-4] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' (another update won) m30004| Wed Aug 1 12:29:49 [thread-4] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-4:130196289' was not acquired. m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' (another update won) m30004| Wed Aug 1 12:29:49 [thread-5] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-5:72484402' was not acquired. m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' (another update won) m30004| Wed Aug 1 12:29:49 [thread-2] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-2:1830518920' was not acquired. m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] could not acquire lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' (another update won) m30004| Wed Aug 1 12:29:49 [thread-7] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-7:456355422' was not acquired. m30004| Wed Aug 1 12:29:49 [thread-8] lock update lost, lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' not propagated. m30004| Wed Aug 1 12:29:49 [thread-8] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-8:1411695302' was not acquired. m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-3] lock update won, completing lock propagation for 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-8] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-5] empty ping found for process in lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 96 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 96 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 96 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 96 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-3] distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' acquired, ts : 5019597c8bc823c35b3d490b m30004| Wed Aug 1 12:29:49 [thread-3] **** Locked for thread 3 with ts ts: ObjectId('5019597c8bc823c35b3d490b') m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-3] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-3] re-entering lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because re-entering is allowed, elapsed time 11 > takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process and ping Wed Dec 31 19:00:00 1969 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 0 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 1 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 2 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 3 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 4 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 5 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 6 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 7 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 8 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 9 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 10 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 11 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 12 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 13 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 14 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 15 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 16 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 17 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 18 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 19 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 20 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 21 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 22 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-7] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-4] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 23 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-4] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 24 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-4] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-8] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-7] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-5] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [thread-2] checking last ping for lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' against process ubuntu:30004:1343838573:1556572101:thread-3:2011486839 and ping Mon Jul 30 03:30:39 2012 m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:39 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] trying to delete 1 old lock entries for process ubuntu:30004:1343838573:1556572101:thread-7:456355422 m30004| Wed Aug 1 12:29:49 [thread-8] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-2] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-8] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-2] created new distributed lock for TimeSkewFailNewTest_lock_8 on localhost:30000,localhost:30001,localhost:30002 ( lock timeout : 4000, ping interval : 133, process : 1 ) m30004| Wed Aug 1 12:29:49 [thread-7] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [thread-5] could not force lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' because elapsed time 159 <= takeover time 4000 m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:34 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:53 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:50 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [thread-3] re-entered distributed lock 'TimeSkewFailNewTest_lock_8/ubuntu:30004:1343838573:1556572101:thread-3:2011486839' m30004| Wed Aug 1 12:29:49 [LockPinger] handled late remove of old distributed lock with ts 5019597c8bc823c35b3d4909 m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:28 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:50 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:54 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:51 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:49 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:54 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 00:32:29 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-2:1830518920', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 10:37:30 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-7:456355422', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 03:30:40 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-3:2011486839', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Mon Jul 30 13:46:35 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-8:1411695302', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Jul 29 21:16:54 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-4:130196289', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [LockPinger] cluster localhost:30000,localhost:30001,localhost:30002 pinged successfully at Sun Aug 5 02:03:51 2012 by distributed lock pinger 'localhost:30000,localhost:30001,localhost:30002/ubuntu:30004:1343838573:1556572101:thread-5:72484402', sleeping for 133ms m30004| Wed Aug 1 12:29:50 [thread-3] **** Not unlocking for thread 3 m30004| Wed Aug 1 12:29:50 [conn1] command admin.$cmd command: { _testDistLockWithSkew: 1.0, lockName: "TimeSkewFailNewTest_lock_8", host: "localhost:30000,localhost:30001,localhost:30002", seed: 8.0, numThreads: 9.0, takeoverMS: 4000.0, wait: 16000.0, skewHosts: [ 8.0, -9.0, 10.0 ], threadWait: 2000.0, hangThreads: 3.0, threadSleep: 1.0, skewRange: 720000000.0 } ntoreturn:1 keyUpdates:0 reslen:69 17077ms { "count" : 4, "errors" : false, "timeMS" : 17077, "ok" : 1 } { "_testDistLockWithSkew" : 1, "lockName" : "TimeSkewFailNewTest_lock_8", "host" : "localhost:30000,localhost:30001,localhost:30002", "seed" : 8, "numThreads" : 9, "takeoverMS" : 4000, "wait" : 16000, "skewHosts" : [ 8, -9, 10 ], "threadWait" : 2000, "hangThreads" : 3, "threadSleep" : 1, "skewRange" : 720000000 } m30004| Wed Aug 1 12:29:50 got signal 15 (Terminated), will terminate after current cmd ends m30004| Wed Aug 1 12:29:50 [interruptThread] now exiting m30004| Wed Aug 1 12:29:50 dbexit: m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: going to close listening sockets... m30004| Wed Aug 1 12:29:50 [interruptThread] closing listening socket: 62 m30004| Wed Aug 1 12:29:50 [interruptThread] closing listening socket: 63 m30004| Wed Aug 1 12:29:50 [interruptThread] removing socket file: /tmp/mongodb-30004.sock m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: going to flush diaglog... m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: going to close sockets... m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: waiting for fs preallocator... m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: lock for final commit... m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: final commit... m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: closing all files... m30004| Wed Aug 1 12:29:50 [interruptThread] closeAllFiles() finished m30004| Wed Aug 1 12:29:50 [interruptThread] journalCleanup... m30004| Wed Aug 1 12:29:50 [interruptThread] removeJournalFiles m30004| Wed Aug 1 12:29:50 [interruptThread] flushing directory /data/db/syncCommander/journal m30004| Wed Aug 1 12:29:50 [interruptThread] removeJournalFiles end m30004| Wed Aug 1 12:29:50 [interruptThread] shutdown: removing fs lock... m30004| Wed Aug 1 12:29:50 dbexit: really exiting now Wed Aug 1 12:29:51 shell: stopped mongo program on port 30004 Wed Aug 1 12:29:52 shell: stopped mongo program on port 30000 Wed Aug 1 12:29:53 shell: stopped mongo program on port 30001 Wed Aug 1 12:29:54 shell: stopped mongo program on port 30002 *** sync6 completed successfully *** 21912ms ******************************************* Test : jstests/sharding/geo_near_random2.js ... Resetting db path '/data/db/geo_near_random20' Wed Aug 1 12:29:54 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/geo_near_random20 --nopreallocj m30000| Wed Aug 1 12:29:54 [initandlisten] MongoDB starting : pid=11252 port=30000 dbpath=/data/db/geo_near_random20 64-bit host=ubuntu m30000| Wed Aug 1 12:29:54 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:29:54 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:29:54 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:29:54 [initandlisten] options: { dbpath: "/data/db/geo_near_random20", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:29:54 [initandlisten] journal dir=/data/db/geo_near_random20/journal m30000| Wed Aug 1 12:29:54 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:29:54 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:29:54 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:42024 #1 Resetting db path '/data/db/geo_near_random21' Wed Aug 1 12:29:54 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/geo_near_random21 --nopreallocj m30001| Wed Aug 1 12:29:54 [initandlisten] MongoDB starting : pid=11265 port=30001 dbpath=/data/db/geo_near_random21 64-bit host=ubuntu m30001| Wed Aug 1 12:29:54 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:29:54 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:29:54 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:29:54 [initandlisten] options: { dbpath: "/data/db/geo_near_random21", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:29:54 [initandlisten] journal dir=/data/db/geo_near_random21/journal m30001| Wed Aug 1 12:29:54 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:29:54 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:29:54 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:57468 #1 Resetting db path '/data/db/geo_near_random22' Wed Aug 1 12:29:54 shell: started program mongod-2.0.6 --port 30002 --dbpath /data/db/geo_near_random22 --nopreallocj m30002| Wed Aug 1 12:29:54 [initandlisten] MongoDB starting : pid=11278 port=30002 dbpath=/data/db/geo_near_random22 64-bit host=ubuntu m30002| Wed Aug 1 12:29:54 [initandlisten] db version v2.0.6, pdfile version 4.5 m30002| Wed Aug 1 12:29:54 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30002| Wed Aug 1 12:29:54 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30002| Wed Aug 1 12:29:54 [initandlisten] options: { dbpath: "/data/db/geo_near_random22", nopreallocj: true, port: 30002 } m30002| Wed Aug 1 12:29:54 [initandlisten] journal dir=/data/db/geo_near_random22/journal m30002| Wed Aug 1 12:29:54 [initandlisten] recover : no journal files present, no recovery needed m30002| Wed Aug 1 12:29:54 [initandlisten] waiting for connections on port 30002 m30002| Wed Aug 1 12:29:54 [websvr] admin web console waiting for connections on port 31002 m30002| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:59460 #1 "localhost:30000" m30000| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:42029 #2 ShardingTest geo_near_random2 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001, connection to localhost:30002 ] } Wed Aug 1 12:29:54 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:29:54 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:29:54 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11295 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:29:54 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:29:54 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:29:54 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:42031 #3 m30000| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:42032 #4 m30000| Wed Aug 1 12:29:54 [initandlisten] connection accepted from 127.0.0.1:42033 #5 m30000| Wed Aug 1 12:29:54 [FileAllocator] allocating new datafile /data/db/geo_near_random20/config.ns, filling with zeroes... m30000| Wed Aug 1 12:29:54 [FileAllocator] creating directory /data/db/geo_near_random20/_tmp m30000| Wed Aug 1 12:29:55 [FileAllocator] done allocating datafile /data/db/geo_near_random20/config.ns, size: 16MB, took 0.112 secs m30000| Wed Aug 1 12:29:55 [FileAllocator] allocating new datafile /data/db/geo_near_random20/config.0, filling with zeroes... m30000| Wed Aug 1 12:29:55 [FileAllocator] done allocating datafile /data/db/geo_near_random20/config.0, size: 64MB, took 0.746 secs m30000| Wed Aug 1 12:29:55 [FileAllocator] allocating new datafile /data/db/geo_near_random20/config.1, filling with zeroes... m30000| Wed Aug 1 12:29:55 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn5] insert config.version 866ms m30999| Wed Aug 1 12:29:55 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:29:55 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:29:55 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:29:55 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:29:55 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:29:55 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:55 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:29:55 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:29:55 m30999| Wed Aug 1 12:29:55 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:42038 #6 m30000| Wed Aug 1 12:29:55 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:55 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838595:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:29:55 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:29:55 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:29:55 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838595:1804289383' acquired, ts : 50195983e8f98f688c3f6665 m30999| Wed Aug 1 12:29:55 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838595:1804289383' unlocked. m30999| Wed Aug 1 12:29:55 [mongosMain] connection accepted from 127.0.0.1:60207 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:29:55 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:29:55 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:29:55 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:55 [conn1] put [admin] on: config:localhost:30000 m30999| Wed Aug 1 12:29:55 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30001| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:57482 #2 m30999| Wed Aug 1 12:29:55 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30002 m30002| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:59473 #2 m30999| Wed Aug 1 12:29:55 [conn1] going to add shard: { _id: "shard0002", host: "localhost:30002" } { "shardAdded" : "shard0002", "ok" : 1 } m30999| Wed Aug 1 12:29:55 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195983e8f98f688c3f6664 m30000| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:42042 #7 m30999| Wed Aug 1 12:29:55 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195983e8f98f688c3f6664 m30001| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:57485 #3 m30999| Wed Aug 1 12:29:55 [conn1] creating WriteBackListener for: localhost:30002 serverID: 50195983e8f98f688c3f6664 m30002| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:59476 #3 Waiting for active hosts... Waiting for the balancer lock... Waiting again for active hosts after balancer is off... m30999| Wed Aug 1 12:29:55 [conn1] couldn't find database [test] in config db m30001| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:57487 #4 m30002| Wed Aug 1 12:29:55 [initandlisten] connection accepted from 127.0.0.1:59478 #4 m30999| Wed Aug 1 12:29:55 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:29:55 [conn1] DROP: test.geo_near_random2 m30001| Wed Aug 1 12:29:55 [conn3] CMD: drop test.geo_near_random2 starting test: geo_near_random2 m30999| Wed Aug 1 12:29:55 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:29:55 [conn1] CMD: shardcollection: { shardcollection: "test.geo_near_random2", key: { _id: 1.0 } } m30001| Wed Aug 1 12:29:55 [FileAllocator] allocating new datafile /data/db/geo_near_random21/test.ns, filling with zeroes... m30001| Wed Aug 1 12:29:55 [FileAllocator] creating directory /data/db/geo_near_random21/_tmp m30999| Wed Aug 1 12:29:55 [conn1] enable sharding on: test.geo_near_random2 with shard key: { _id: 1.0 } m30000| Wed Aug 1 12:29:58 [FileAllocator] done allocating datafile /data/db/geo_near_random20/config.1, size: 128MB, took 2.599 secs m30001| Wed Aug 1 12:29:58 [FileAllocator] done allocating datafile /data/db/geo_near_random21/test.ns, size: 16MB, took 0.11 secs m30001| Wed Aug 1 12:29:58 [FileAllocator] allocating new datafile /data/db/geo_near_random21/test.0, filling with zeroes... m30001| Wed Aug 1 12:29:59 [FileAllocator] done allocating datafile /data/db/geo_near_random21/test.0, size: 64MB, took 0.733 secs m30001| Wed Aug 1 12:29:59 [FileAllocator] allocating new datafile /data/db/geo_near_random21/test.1, filling with zeroes... m30001| Wed Aug 1 12:29:59 [conn4] build index test.geo_near_random2 { _id: 1 } m30001| Wed Aug 1 12:29:59 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:29:59 [conn4] info: creating collection test.geo_near_random2 on add index m30001| Wed Aug 1 12:29:59 [conn4] insert test.system.indexes 3310ms m30999| Wed Aug 1 12:29:59 [conn1] going to create 1 chunk(s) for: test.geo_near_random2 using new epoch 50195987e8f98f688c3f6666 m30999| Wed Aug 1 12:29:59 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 2 version: 1|0||50195987e8f98f688c3f6666 based on: (empty) m30000| Wed Aug 1 12:29:59 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:29:59 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:29:59 [conn1] resetting shard version of test.geo_near_random2 on localhost:30000, version is zero m30000| Wed Aug 1 12:29:59 [initandlisten] connection accepted from 127.0.0.1:42047 #8 m30999| Wed Aug 1 12:29:59 [conn1] resetting shard version of test.geo_near_random2 on localhost:30002, version is zero m30001| Wed Aug 1 12:29:59 [conn4] request split points lookup for chunk test.geo_near_random2 { : MinKey } -->> { : MaxKey } m30001| Wed Aug 1 12:29:59 [conn4] max number of requested split points reached (2) before the end of chunk test.geo_near_random2 { : MinKey } -->> { : MaxKey } m30000| Wed Aug 1 12:29:59 [initandlisten] connection accepted from 127.0.0.1:42048 #9 m30001| Wed Aug 1 12:29:59 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 0.0 } ], shardId: "test.geo_near_random2-_id_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:29:59 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:29:59 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838599:1121803978 (sleeping for 30000ms) m30001| Wed Aug 1 12:29:59 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959878c9c70ac51e0d9e8 m30001| Wed Aug 1 12:29:59 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:29:59 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:59-0", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838599332), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: MinKey }, max: { _id: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { _id: MinKey }, max: { _id: 0.0 }, lastmod: Timestamp 1000|1 }, right: { min: { _id: 0.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:29:59 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:29:59 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||50195987e8f98f688c3f6666 m30999| Wed Aug 1 12:29:59 [conn1] autosplitted test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } on: { _id: 0.0 } (splitThreshold 921) m30001| Wed Aug 1 12:29:59 [conn3] build index test.geo_near_random2 { loc: "2d" } m30001| Wed Aug 1 12:29:59 [conn3] build index done 5000 records 0.009 secs m30999| Wed Aug 1 12:29:59 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { _id: 0.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:29:59 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 0.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 500.0 } ], shardId: "test.geo_near_random2-_id_0.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:29:59 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:29:59 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959878c9c70ac51e0d9e9 m30001| Wed Aug 1 12:29:59 [conn4] splitChunk accepted at version 1|2 m30001| Wed Aug 1 12:29:59 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:59-1", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838599529), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 0.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 }, left: { min: { _id: 0.0 }, max: { _id: 500.0 }, lastmod: Timestamp 1000|3 }, right: { min: { _id: 500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|4 } } } m30001| Wed Aug 1 12:29:59 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:29:59 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 4 version: 1|4||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:29:59 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 499.0 }, to: "shard0002" } m30999| Wed Aug 1 12:29:59 [conn1] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 1|3||000000000000000000000000 min: { _id: 0.0 } max: { _id: 500.0 }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:29:59 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 0.0 }, max: { _id: 500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_0.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:29:59 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:29:59 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959878c9c70ac51e0d9ea m30001| Wed Aug 1 12:29:59 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:29:59-2", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838599530), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: 0.0 }, max: { _id: 500.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:29:59 [conn4] moveChunk request accepted at version 1|4 m30001| Wed Aug 1 12:29:59 [conn4] moveChunk number of documents: 500 m30002| Wed Aug 1 12:29:59 [initandlisten] connection accepted from 127.0.0.1:59481 #5 m30001| Wed Aug 1 12:29:59 [initandlisten] connection accepted from 127.0.0.1:57492 #5 m30002| Wed Aug 1 12:29:59 [FileAllocator] allocating new datafile /data/db/geo_near_random22/test.ns, filling with zeroes... m30002| Wed Aug 1 12:29:59 [FileAllocator] creating directory /data/db/geo_near_random22/_tmp m30001| Wed Aug 1 12:30:00 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 500.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:00 [FileAllocator] done allocating datafile /data/db/geo_near_random21/test.1, size: 128MB, took 1.691 secs m30002| Wed Aug 1 12:30:01 [FileAllocator] done allocating datafile /data/db/geo_near_random22/test.ns, size: 16MB, took 0.243 secs m30002| Wed Aug 1 12:30:01 [FileAllocator] allocating new datafile /data/db/geo_near_random22/test.0, filling with zeroes... m30001| Wed Aug 1 12:30:01 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 500.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:30:01 [initandlisten] connection accepted from 127.0.0.1:42051 #10 m30002| Wed Aug 1 12:30:02 [FileAllocator] done allocating datafile /data/db/geo_near_random22/test.0, size: 64MB, took 0.819 secs m30002| Wed Aug 1 12:30:02 [FileAllocator] allocating new datafile /data/db/geo_near_random22/test.1, filling with zeroes... m30002| Wed Aug 1 12:30:02 [migrateThread] build index test.geo_near_random2 { _id: 1 } m30002| Wed Aug 1 12:30:02 [migrateThread] build index done 0 records 0 secs m30002| Wed Aug 1 12:30:02 [migrateThread] info: creating collection test.geo_near_random2 on add index m30002| Wed Aug 1 12:30:02 [migrateThread] build index test.geo_near_random2 { loc: "2d" } m30002| Wed Aug 1 12:30:02 [migrateThread] build index done 0 records 0 secs m30002| Wed Aug 1 12:30:02 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 0.0 } -> { _id: 500.0 } m30001| Wed Aug 1 12:30:02 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 500.0 }, state: "catchup", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30002| Wed Aug 1 12:30:03 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 0.0 } -> { _id: 500.0 } m30001| Wed Aug 1 12:30:03 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 500.0 }, state: "steady", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:03 [conn4] moveChunk setting version to: 2|0 m30002| Wed Aug 1 12:30:03 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 0.0 } -> { _id: 500.0 } m30002| Wed Aug 1 12:30:03 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 0.0 } -> { _id: 500.0 } m30002| Wed Aug 1 12:30:03 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:03-0", server: "ubuntu", clientAddr: "", time: new Date(1343838603543), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: 0.0 }, max: { _id: 500.0 }, step1: 2513, step2: 0, step3: 47, step4: 0, step5: 1450 } } m30000| Wed Aug 1 12:30:03 [initandlisten] connection accepted from 127.0.0.1:42052 #11 m30001| Wed Aug 1 12:30:03 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 0.0 }, max: { _id: 500.0 }, state: "done", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:03 [conn4] moveChunk updating self version to: 2|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:03 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:03-3", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838603544), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: 0.0 }, max: { _id: 500.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:03 [conn4] doing delete inline m30001| Wed Aug 1 12:30:03 [conn4] moveChunk deleted: 500 m30001| Wed Aug 1 12:30:03 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:03 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:03-4", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838603557), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: 0.0 }, max: { _id: 500.0 }, step1: 0, step2: 0, step3: 0, step4: 4001, step5: 11, step6: 12 } } m30001| Wed Aug 1 12:30:03 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 0.0 }, max: { _id: 500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_0.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4027ms m30999| Wed Aug 1 12:30:03 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 5 version: 2|1||000000000000000000000000 based on: 1|4||000000000000000000000000 m30999| Wed Aug 1 12:30:03 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 1|4||000000000000000000000000 min: { _id: 500.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:03 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 500.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 1000.0 } ], shardId: "test.geo_near_random2-_id_500.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:03 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:03 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 5019598b8c9c70ac51e0d9eb m30001| Wed Aug 1 12:30:03 [conn4] splitChunk accepted at version 2|1 m30001| Wed Aug 1 12:30:03 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:03-5", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838603561), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|4 }, left: { min: { _id: 500.0 }, max: { _id: 1000.0 }, lastmod: Timestamp 2000|2 }, right: { min: { _id: 1000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|3 } } } m30001| Wed Aug 1 12:30:03 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:03 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 6 version: 2|3||000000000000000000000000 based on: 2|1||000000000000000000000000 m30999| Wed Aug 1 12:30:03 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 999.0 }, to: "shard0001" } m30999| Wed Aug 1 12:30:03 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 2|3||000000000000000000000000 min: { _id: 1000.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:03 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 1000.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 1500.0 } ], shardId: "test.geo_near_random2-_id_1000.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:03 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:03 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 5019598b8c9c70ac51e0d9ec m30001| Wed Aug 1 12:30:03 [conn4] splitChunk accepted at version 2|3 m30001| Wed Aug 1 12:30:03 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:03-6", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838603563), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 1000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|3 }, left: { min: { _id: 1000.0 }, max: { _id: 1500.0 }, lastmod: Timestamp 2000|4 }, right: { min: { _id: 1500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|5 } } } m30001| Wed Aug 1 12:30:03 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:03 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 7 version: 2|5||000000000000000000000000 based on: 2|3||000000000000000000000000 m30999| Wed Aug 1 12:30:03 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 1499.0 }, to: "shard0000" } m30999| Wed Aug 1 12:30:03 [conn1] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 2|4||000000000000000000000000 min: { _id: 1000.0 } max: { _id: 1500.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:30:03 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 1000.0 }, max: { _id: 1500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_1000.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:03 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:03 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 5019598b8c9c70ac51e0d9ed m30001| Wed Aug 1 12:30:03 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:03-7", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838603565), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: 1000.0 }, max: { _id: 1500.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:03 [conn4] moveChunk request accepted at version 2|5 m30001| Wed Aug 1 12:30:03 [conn4] moveChunk number of documents: 500 m30001| Wed Aug 1 12:30:03 [initandlisten] connection accepted from 127.0.0.1:57495 #6 m30000| Wed Aug 1 12:30:03 [FileAllocator] allocating new datafile /data/db/geo_near_random20/test.ns, filling with zeroes... m30001| Wed Aug 1 12:30:04 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30002| Wed Aug 1 12:30:05 [FileAllocator] done allocating datafile /data/db/geo_near_random22/test.1, size: 128MB, took 3.151 secs m30001| Wed Aug 1 12:30:05 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:30:05 [FileAllocator] done allocating datafile /data/db/geo_near_random20/test.ns, size: 16MB, took 2.125 secs m30000| Wed Aug 1 12:30:05 [FileAllocator] allocating new datafile /data/db/geo_near_random20/test.0, filling with zeroes... m30001| Wed Aug 1 12:30:06 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:30:06 [FileAllocator] done allocating datafile /data/db/geo_near_random20/test.0, size: 64MB, took 1.27 secs m30000| Wed Aug 1 12:30:06 [FileAllocator] allocating new datafile /data/db/geo_near_random20/test.1, filling with zeroes... m30000| Wed Aug 1 12:30:06 [migrateThread] build index test.geo_near_random2 { _id: 1 } m30000| Wed Aug 1 12:30:06 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:06 [migrateThread] info: creating collection test.geo_near_random2 on add index m30000| Wed Aug 1 12:30:06 [migrateThread] build index test.geo_near_random2 { loc: "2d" } m30000| Wed Aug 1 12:30:06 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:07 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 1000.0 } -> { _id: 1500.0 } m30001| Wed Aug 1 12:30:07 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "catchup", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:08 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "catchup", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:09 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "catchup", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:30:09 [FileAllocator] done allocating datafile /data/db/geo_near_random20/test.1, size: 128MB, took 2.705 secs m30000| Wed Aug 1 12:30:09 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 1000.0 } -> { _id: 1500.0 } m30001| Wed Aug 1 12:30:10 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "steady", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:10 [conn4] moveChunk setting version to: 3|0 m30000| Wed Aug 1 12:30:10 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 1000.0 } -> { _id: 1500.0 } m30000| Wed Aug 1 12:30:10 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 1000.0 } -> { _id: 1500.0 } m30000| Wed Aug 1 12:30:10 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:10-0", server: "ubuntu", clientAddr: "", time: new Date(1343838610578), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: 1000.0 }, max: { _id: 1500.0 }, step1: 3402, step2: 0, step3: 338, step4: 0, step5: 3271 } } m30000| Wed Aug 1 12:30:10 [initandlisten] connection accepted from 127.0.0.1:42054 #12 m30001| Wed Aug 1 12:30:10 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1000.0 }, max: { _id: 1500.0 }, state: "done", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:10 [conn4] moveChunk updating self version to: 3|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:10 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:10-8", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838610579), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: 1000.0 }, max: { _id: 1500.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:10 [conn4] doing delete inline m30001| Wed Aug 1 12:30:10 [conn4] moveChunk deleted: 500 m30001| Wed Aug 1 12:30:10 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:10 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:10-9", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838610596), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: 1000.0 }, max: { _id: 1500.0 }, step1: 0, step2: 0, step3: 0, step4: 7001, step5: 11, step6: 16 } } m30001| Wed Aug 1 12:30:10 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 1000.0 }, max: { _id: 1500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_1000.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 7031ms m30999| Wed Aug 1 12:30:10 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 8 version: 3|1||000000000000000000000000 based on: 2|5||000000000000000000000000 m30999| Wed Aug 1 12:30:10 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 2|5||000000000000000000000000 min: { _id: 1500.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:10 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 1500.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 2000.0 } ], shardId: "test.geo_near_random2-_id_1500.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:10 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:10 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959928c9c70ac51e0d9ee m30001| Wed Aug 1 12:30:10 [conn4] splitChunk accepted at version 3|1 m30001| Wed Aug 1 12:30:10 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:10-10", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838610600), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 1500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 2000|5 }, left: { min: { _id: 1500.0 }, max: { _id: 2000.0 }, lastmod: Timestamp 3000|2 }, right: { min: { _id: 2000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 3000|3 } } } m30001| Wed Aug 1 12:30:10 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:10 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 9 version: 3|3||000000000000000000000000 based on: 3|1||000000000000000000000000 m30999| Wed Aug 1 12:30:10 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 1999.0 }, to: "shard0002" } m30999| Wed Aug 1 12:30:10 [conn1] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 3|2||000000000000000000000000 min: { _id: 1500.0 } max: { _id: 2000.0 }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:30:10 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 1500.0 }, max: { _id: 2000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_1500.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:10 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:10 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959928c9c70ac51e0d9ef m30001| Wed Aug 1 12:30:10 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:10-11", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838610604), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: 1500.0 }, max: { _id: 2000.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:10 [conn4] moveChunk request accepted at version 3|3 m30001| Wed Aug 1 12:30:10 [conn4] moveChunk number of documents: 500 m30002| Wed Aug 1 12:30:10 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 1500.0 } -> { _id: 2000.0 } m30002| Wed Aug 1 12:30:10 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 1500.0 } -> { _id: 2000.0 } m30001| Wed Aug 1 12:30:11 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1500.0 }, max: { _id: 2000.0 }, state: "steady", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:11 [conn4] moveChunk setting version to: 4|0 m30002| Wed Aug 1 12:30:11 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 1500.0 } -> { _id: 2000.0 } m30002| Wed Aug 1 12:30:11 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 1500.0 } -> { _id: 2000.0 } m30002| Wed Aug 1 12:30:11 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:11-1", server: "ubuntu", clientAddr: "", time: new Date(1343838611609), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: 1500.0 }, max: { _id: 2000.0 }, step1: 0, step2: 0, step3: 22, step4: 0, step5: 981 } } m30001| Wed Aug 1 12:30:11 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 1500.0 }, max: { _id: 2000.0 }, state: "done", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:11 [conn4] moveChunk updating self version to: 4|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:11 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:11-12", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838611610), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: 1500.0 }, max: { _id: 2000.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:11 [conn4] doing delete inline m30001| Wed Aug 1 12:30:11 [conn4] moveChunk deleted: 500 m30001| Wed Aug 1 12:30:11 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:11 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:11-13", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838611624), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: 1500.0 }, max: { _id: 2000.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 5, step6: 13 } } m30001| Wed Aug 1 12:30:11 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 1500.0 }, max: { _id: 2000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_1500.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1021ms m30999| Wed Aug 1 12:30:11 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 10 version: 4|1||000000000000000000000000 based on: 3|3||000000000000000000000000 m30999| Wed Aug 1 12:30:11 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 3|3||000000000000000000000000 min: { _id: 2000.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:11 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 2000.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 2500.0 } ], shardId: "test.geo_near_random2-_id_2000.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:11 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:11 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959938c9c70ac51e0d9f0 m30001| Wed Aug 1 12:30:11 [conn4] splitChunk accepted at version 4|1 m30001| Wed Aug 1 12:30:11 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:11-14", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838611628), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 2000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 3000|3 }, left: { min: { _id: 2000.0 }, max: { _id: 2500.0 }, lastmod: Timestamp 4000|2 }, right: { min: { _id: 2500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|3 } } } m30001| Wed Aug 1 12:30:11 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:11 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 11 version: 4|3||000000000000000000000000 based on: 4|1||000000000000000000000000 m30999| Wed Aug 1 12:30:11 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 2499.0 }, to: "shard0001" } m30999| Wed Aug 1 12:30:11 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 4|3||000000000000000000000000 min: { _id: 2500.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:11 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 2500.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 3000.0 } ], shardId: "test.geo_near_random2-_id_2500.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:11 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:11 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959938c9c70ac51e0d9f1 m30001| Wed Aug 1 12:30:11 [conn4] splitChunk accepted at version 4|3 m30001| Wed Aug 1 12:30:11 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:11-15", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838611633), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 2500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|3 }, left: { min: { _id: 2500.0 }, max: { _id: 3000.0 }, lastmod: Timestamp 4000|4 }, right: { min: { _id: 3000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|5 } } } m30001| Wed Aug 1 12:30:11 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:11 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 12 version: 4|5||000000000000000000000000 based on: 4|3||000000000000000000000000 m30999| Wed Aug 1 12:30:11 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 2999.0 }, to: "shard0000" } m30999| Wed Aug 1 12:30:11 [conn1] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 4|4||000000000000000000000000 min: { _id: 2500.0 } max: { _id: 3000.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:30:11 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 2500.0 }, max: { _id: 3000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_2500.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:11 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:11 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959938c9c70ac51e0d9f2 m30001| Wed Aug 1 12:30:11 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:11-16", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838611636), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: 2500.0 }, max: { _id: 3000.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:11 [conn4] moveChunk request accepted at version 4|5 m30001| Wed Aug 1 12:30:11 [conn4] moveChunk number of documents: 500 m30000| Wed Aug 1 12:30:11 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 2500.0 } -> { _id: 3000.0 } m30000| Wed Aug 1 12:30:11 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 2500.0 } -> { _id: 3000.0 } m30001| Wed Aug 1 12:30:12 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 2500.0 }, max: { _id: 3000.0 }, state: "steady", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:12 [conn4] moveChunk setting version to: 5|0 m30000| Wed Aug 1 12:30:12 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 2500.0 } -> { _id: 3000.0 } m30000| Wed Aug 1 12:30:12 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 2500.0 } -> { _id: 3000.0 } m30000| Wed Aug 1 12:30:12 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:12-1", server: "ubuntu", clientAddr: "", time: new Date(1343838612648), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: 2500.0 }, max: { _id: 3000.0 }, step1: 0, step2: 0, step3: 32, step4: 0, step5: 977 } } m30001| Wed Aug 1 12:30:12 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 2500.0 }, max: { _id: 3000.0 }, state: "done", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:12 [conn4] moveChunk updating self version to: 5|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:12 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:12-17", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838612650), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: 2500.0 }, max: { _id: 3000.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:12 [conn4] doing delete inline m30001| Wed Aug 1 12:30:12 [conn4] moveChunk deleted: 500 m30001| Wed Aug 1 12:30:12 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:12 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:12-18", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838612680), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: 2500.0 }, max: { _id: 3000.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 11, step6: 29 } } m30001| Wed Aug 1 12:30:12 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 2500.0 }, max: { _id: 3000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_2500.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1044ms m30999| Wed Aug 1 12:30:12 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 13 version: 5|1||000000000000000000000000 based on: 4|5||000000000000000000000000 m30999| Wed Aug 1 12:30:12 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 4|5||000000000000000000000000 min: { _id: 3000.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:12 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 3000.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 3500.0 } ], shardId: "test.geo_near_random2-_id_3000.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:12 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:12 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959948c9c70ac51e0d9f3 m30001| Wed Aug 1 12:30:12 [conn4] splitChunk accepted at version 5|1 m30001| Wed Aug 1 12:30:12 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:12-19", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838612684), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 3000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 4000|5 }, left: { min: { _id: 3000.0 }, max: { _id: 3500.0 }, lastmod: Timestamp 5000|2 }, right: { min: { _id: 3500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 5000|3 } } } m30001| Wed Aug 1 12:30:12 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:12 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 14 version: 5|3||000000000000000000000000 based on: 5|1||000000000000000000000000 m30999| Wed Aug 1 12:30:12 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 3499.0 }, to: "shard0002" } m30999| Wed Aug 1 12:30:12 [conn1] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 5|2||000000000000000000000000 min: { _id: 3000.0 } max: { _id: 3500.0 }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:30:12 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 3000.0 }, max: { _id: 3500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_3000.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:12 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:12 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959948c9c70ac51e0d9f4 m30001| Wed Aug 1 12:30:12 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:12-20", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838612687), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: 3000.0 }, max: { _id: 3500.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:12 [conn4] moveChunk request accepted at version 5|3 m30001| Wed Aug 1 12:30:12 [conn4] moveChunk number of documents: 500 m30002| Wed Aug 1 12:30:12 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 3000.0 } -> { _id: 3500.0 } m30002| Wed Aug 1 12:30:12 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 3000.0 } -> { _id: 3500.0 } m30001| Wed Aug 1 12:30:13 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 3000.0 }, max: { _id: 3500.0 }, state: "steady", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:13 [conn4] moveChunk setting version to: 6|0 m30002| Wed Aug 1 12:30:13 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 3000.0 } -> { _id: 3500.0 } m30002| Wed Aug 1 12:30:13 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 3000.0 } -> { _id: 3500.0 } m30002| Wed Aug 1 12:30:13 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:13-2", server: "ubuntu", clientAddr: "", time: new Date(1343838613689), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: 3000.0 }, max: { _id: 3500.0 }, step1: 0, step2: 0, step3: 21, step4: 0, step5: 978 } } m30001| Wed Aug 1 12:30:13 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 3000.0 }, max: { _id: 3500.0 }, state: "done", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:13 [conn4] moveChunk updating self version to: 6|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:13-21", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838613691), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: 3000.0 }, max: { _id: 3500.0 }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:13 [conn4] doing delete inline m30001| Wed Aug 1 12:30:13 [conn4] moveChunk deleted: 500 m30001| Wed Aug 1 12:30:13 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:13-22", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838613703), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: 3000.0 }, max: { _id: 3500.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 1, step6: 12 } } m30001| Wed Aug 1 12:30:13 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { _id: 3000.0 }, max: { _id: 3500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_3000.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1017ms m30999| Wed Aug 1 12:30:13 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 15 version: 6|1||000000000000000000000000 based on: 5|3||000000000000000000000000 m30999| Wed Aug 1 12:30:13 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 5|3||000000000000000000000000 min: { _id: 3500.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:13 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 3500.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 4000.0 } ], shardId: "test.geo_near_random2-_id_3500.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:13 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:13 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959958c9c70ac51e0d9f5 m30001| Wed Aug 1 12:30:13 [conn4] splitChunk accepted at version 6|1 m30001| Wed Aug 1 12:30:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:13-23", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838613707), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 3500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 5000|3 }, left: { min: { _id: 3500.0 }, max: { _id: 4000.0 }, lastmod: Timestamp 6000|2 }, right: { min: { _id: 4000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 6000|3 } } } m30001| Wed Aug 1 12:30:13 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:13 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 16 version: 6|3||000000000000000000000000 based on: 6|1||000000000000000000000000 m30999| Wed Aug 1 12:30:13 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 3999.0 }, to: "shard0001" } m30999| Wed Aug 1 12:30:13 [conn1] splitting: test.geo_near_random2 shard: ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 6|3||000000000000000000000000 min: { _id: 4000.0 } max: { _id: MaxKey } m30001| Wed Aug 1 12:30:13 [conn4] received splitChunk request: { splitChunk: "test.geo_near_random2", keyPattern: { _id: 1.0 }, min: { _id: 4000.0 }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 4500.0 } ], shardId: "test.geo_near_random2-_id_4000.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:13 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:13 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959958c9c70ac51e0d9f6 m30001| Wed Aug 1 12:30:13 [conn4] splitChunk accepted at version 6|3 m30001| Wed Aug 1 12:30:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:13-24", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838613712), what: "split", ns: "test.geo_near_random2", details: { before: { min: { _id: 4000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 6000|3 }, left: { min: { _id: 4000.0 }, max: { _id: 4500.0 }, lastmod: Timestamp 6000|4 }, right: { min: { _id: 4500.0 }, max: { _id: MaxKey }, lastmod: Timestamp 6000|5 } } } m30001| Wed Aug 1 12:30:13 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30999| Wed Aug 1 12:30:13 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 17 version: 6|5||000000000000000000000000 based on: 6|3||000000000000000000000000 m30999| Wed Aug 1 12:30:13 [conn1] CMD: movechunk: { moveChunk: "test.geo_near_random2", find: { _id: 4499.0 }, to: "shard0000" } m30999| Wed Aug 1 12:30:13 [conn1] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 6|4||000000000000000000000000 min: { _id: 4000.0 } max: { _id: 4500.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:30:13 [conn4] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 4000.0 }, max: { _id: 4500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_4000.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:13 [conn4] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:13 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959958c9c70ac51e0d9f7 m30001| Wed Aug 1 12:30:13 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:13-25", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838613716), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: 4000.0 }, max: { _id: 4500.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:13 [conn4] moveChunk request accepted at version 6|5 m30001| Wed Aug 1 12:30:13 [conn4] moveChunk number of documents: 500 m30000| Wed Aug 1 12:30:13 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 4000.0 } -> { _id: 4500.0 } m30000| Wed Aug 1 12:30:13 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 4000.0 } -> { _id: 4500.0 } m30001| Wed Aug 1 12:30:14 [conn4] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 4000.0 }, max: { _id: 4500.0 }, state: "steady", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:14 [conn4] moveChunk setting version to: 7|0 m30000| Wed Aug 1 12:30:14 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: 4000.0 } -> { _id: 4500.0 } m30000| Wed Aug 1 12:30:14 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: 4000.0 } -> { _id: 4500.0 } m30000| Wed Aug 1 12:30:14 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:14-2", server: "ubuntu", clientAddr: "", time: new Date(1343838614728), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: 4000.0 }, max: { _id: 4500.0 }, step1: 0, step2: 0, step3: 23, step4: 0, step5: 986 } } m30001| Wed Aug 1 12:30:14 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: 4000.0 }, max: { _id: 4500.0 }, state: "done", counts: { cloned: 500, clonedBytes: 25000, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:14 [conn4] moveChunk updating self version to: 7|1 through { _id: MinKey } -> { _id: 0.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:14 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:14-26", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838614729), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: 4000.0 }, max: { _id: 4500.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:14 [conn4] doing delete inline m30001| Wed Aug 1 12:30:14 [conn4] moveChunk deleted: 500 m30001| Wed Aug 1 12:30:14 [conn4] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:14 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:14-27", server: "ubuntu", clientAddr: "127.0.0.1:57487", time: new Date(1343838614742), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: 4000.0 }, max: { _id: 4500.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 10, step6: 12 } } m30001| Wed Aug 1 12:30:14 [conn4] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: 4000.0 }, max: { _id: 4500.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_4000.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1026ms m30999| Wed Aug 1 12:30:14 [conn1] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 18 version: 7|1||000000000000000000000000 based on: 6|5||000000000000000000000000 m30000| Wed Aug 1 12:30:14 [initandlisten] connection accepted from 127.0.0.1:42055 #13 m30001| Wed Aug 1 12:30:14 [initandlisten] connection accepted from 127.0.0.1:57498 #7 m30002| Wed Aug 1 12:30:14 [initandlisten] connection accepted from 127.0.0.1:59489 #6 --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } { "_id" : "shard0001", "host" : "localhost:30001" } { "_id" : "shard0002", "host" : "localhost:30002" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test", "partitioned" : true, "primary" : "shard0001" } test.geo_near_random2 chunks: { "_id" : { $minKey : 1 } } -->> { "_id" : 0 } on : shard0001 { "estimate" : false, "size" : 0, "numObjects" : 0 } { "_id" : 0 } -->> { "_id" : 500 } on : shard0002 { "estimate" : false, "size" : 26000, "numObjects" : 500 } { "_id" : 500 } -->> { "_id" : 1000 } on : shard0001 { "estimate" : false, "size" : 26020, "numObjects" : 500 } { "_id" : 1000 } -->> { "_id" : 1500 } on : shard0000 { "estimate" : false, "size" : 26000, "numObjects" : 500 } { "_id" : 1500 } -->> { "_id" : 2000 } on : shard0002 { "estimate" : false, "size" : 26020, "numObjects" : 500 } { "_id" : 2000 } -->> { "_id" : 2500 } on : shard0001 { "estimate" : false, "size" : 26000, "numObjects" : 500 } { "_id" : 2500 } -->> { "_id" : 3000 } on : shard0000 { "estimate" : false, "size" : 26020, "numObjects" : 500 } { "_id" : 3000 } -->> { "_id" : 3500 } on : shard0002 { "estimate" : false, "size" : 26000, "numObjects" : 500 } { "_id" : 3500 } -->> { "_id" : 4000 } on : shard0001 { "estimate" : false, "size" : 26000, "numObjects" : 500 } { "_id" : 4000 } -->> { "_id" : 4500 } on : shard0000 { "estimate" : false, "size" : 26000, "numObjects" : 500 } { "_id" : 4500 } -->> { "_id" : { $maxKey : 1 } } on : shard0001 { "estimate" : false, "size" : 26000, "numObjects" : 500 } testing point: [ 0, 0 ] opts: { "sphere" : 0, "nToTest" : 50, "sharded" : true } m30002| Wed Aug 1 12:30:14 [conn6] end connection 127.0.0.1:59489 m30001| Wed Aug 1 12:30:14 [conn7] end connection 127.0.0.1:57498 m30000| Wed Aug 1 12:30:14 [conn13] end connection 127.0.0.1:42055 testing point: [ 177.39256076030435, 73.05581317283213 ] opts: { "sphere" : 0, "nToTest" : 50, "sharded" : true } testing point: [ -67.29340393785388, -34.8961163777858 ] opts: { "sphere" : 0, "nToTest" : 50, "sharded" : true } testing point: [ 85.15901549812409, -57.35448229126632 ] opts: { "sphere" : 0, "nToTest" : 50, "sharded" : true } testing point: [ -108.72760251741856, 24.111320385709405 ] opts: { "sphere" : 0, "nToTest" : 50, "sharded" : true } testing point: [ 0, 0 ] opts: { "sphere" : 1, "nToTest" : 50, "sharded" : true } m30000| Wed Aug 1 12:30:15 [initandlisten] connection accepted from 127.0.0.1:42058 #14 m30999| Wed Aug 1 12:30:15 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838595:1804289383' acquired, ts : 50195997e8f98f688c3f6667 m30000| Wed Aug 1 12:30:15 [conn6] build index config.tags { _id: 1 } m30000| Wed Aug 1 12:30:15 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:15 [conn6] info: creating collection config.tags on add index m30000| Wed Aug 1 12:30:15 [conn6] build index config.tags { ns: 1, min: 1 } m30000| Wed Aug 1 12:30:15 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:15 [Balancer] ns: test.geo_near_random2 going to move { _id: "test.geo_near_random2-_id_MinKey", lastmod: Timestamp 7000|1, ns: "test.geo_near_random2", min: { _id: MinKey }, max: { _id: 0.0 }, shard: "shard0001" } from: shard0001 to: shard0000 tag [] m30999| Wed Aug 1 12:30:15 [Balancer] moving chunk ns: test.geo_near_random2 moving ( ns:test.geo_near_random2 at: shard0001:localhost:30001 lastmod: 7|1||000000000000000000000000 min: { _id: MinKey } max: { _id: 0.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:30:15 [initandlisten] connection accepted from 127.0.0.1:57501 #8 m30001| Wed Aug 1 12:30:15 [conn8] received moveChunk request: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: 0.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:15 [conn8] created new distributed lock for test.geo_near_random2 on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:15 [conn8] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' acquired, ts : 501959978c9c70ac51e0d9f8 m30001| Wed Aug 1 12:30:15 [conn8] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:15-28", server: "ubuntu", clientAddr: "127.0.0.1:57501", time: new Date(1343838615687), what: "moveChunk.start", ns: "test.geo_near_random2", details: { min: { _id: MinKey }, max: { _id: 0.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:15 [conn8] moveChunk request accepted at version 7|1 m30001| Wed Aug 1 12:30:15 [conn8] moveChunk number of documents: 0 m30000| Wed Aug 1 12:30:15 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: MinKey } -> { _id: 0.0 } m30000| Wed Aug 1 12:30:15 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: MinKey } -> { _id: 0.0 } testing point: [ 5.723846196010709, -39.399662643671036 ] opts: { "sphere" : 1, "nToTest" : 50, "sharded" : true } testing point: [ -3.535750275850296, -62.34947331994772 ] opts: { "sphere" : 1, "nToTest" : 50, "sharded" : true } testing point: [ 67.4604580964148, -60.43469586968422 ] opts: { "sphere" : 1, "nToTest" : 50, "sharded" : true } m30001| Wed Aug 1 12:30:16 [conn8] moveChunk data transfer progress: { active: true, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 0.0 }, state: "steady", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:16 [conn8] moveChunk setting version to: 8|0 m30000| Wed Aug 1 12:30:16 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.geo_near_random2' { _id: MinKey } -> { _id: 0.0 } m30000| Wed Aug 1 12:30:16 [migrateThread] migrate commit flushed to journal for 'test.geo_near_random2' { _id: MinKey } -> { _id: 0.0 } m30000| Wed Aug 1 12:30:16 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:16-3", server: "ubuntu", clientAddr: "", time: new Date(1343838616699), what: "moveChunk.to", ns: "test.geo_near_random2", details: { min: { _id: MinKey }, max: { _id: 0.0 }, step1: 0, step2: 0, step3: 0, step4: 0, step5: 1010 } } m30001| Wed Aug 1 12:30:16 [conn8] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.geo_near_random2", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 0.0 }, state: "done", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:16 [conn8] moveChunk updating self version to: 8|1 through { _id: 500.0 } -> { _id: 1000.0 } for collection 'test.geo_near_random2' m30001| Wed Aug 1 12:30:16 [conn8] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:16-29", server: "ubuntu", clientAddr: "127.0.0.1:57501", time: new Date(1343838616700), what: "moveChunk.commit", ns: "test.geo_near_random2", details: { min: { _id: MinKey }, max: { _id: 0.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:16 [conn8] doing delete inline m30001| Wed Aug 1 12:30:16 [conn8] moveChunk deleted: 0 m30001| Wed Aug 1 12:30:16 [conn8] distributed lock 'test.geo_near_random2/ubuntu:30001:1343838599:1121803978' unlocked. m30001| Wed Aug 1 12:30:16 [conn8] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:16-30", server: "ubuntu", clientAddr: "127.0.0.1:57501", time: new Date(1343838616701), what: "moveChunk.from", ns: "test.geo_near_random2", details: { min: { _id: MinKey }, max: { _id: 0.0 }, step1: 0, step2: 2, step3: 0, step4: 1000, step5: 11, step6: 0 } } m30001| Wed Aug 1 12:30:16 [conn8] command admin.$cmd command: { moveChunk: "test.geo_near_random2", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: 0.0 }, maxChunkSizeBytes: 52428800, shardId: "test.geo_near_random2-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1014ms m30999| Wed Aug 1 12:30:16 [Balancer] ChunkManager: time to load chunks for test.geo_near_random2: 0ms sequenceNumber: 19 version: 8|1||000000000000000000000000 based on: 7|1||000000000000000000000000 m30999| Wed Aug 1 12:30:16 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838595:1804289383' unlocked. testing point: [ 119.3031469411403, -71.59176651388407 ] opts: { "sphere" : 1, "nToTest" : 50, "sharded" : true } m30999| Wed Aug 1 12:30:17 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:30:17 [conn3] end connection 127.0.0.1:42031 m30000| Wed Aug 1 12:30:17 [conn6] end connection 127.0.0.1:42038 m30000| Wed Aug 1 12:30:17 [conn7] end connection 127.0.0.1:42042 m30001| Wed Aug 1 12:30:17 [conn3] end connection 127.0.0.1:57485 m30002| Wed Aug 1 12:30:17 [conn3] end connection 127.0.0.1:59476 m30001| Wed Aug 1 12:30:17 [conn4] end connection 127.0.0.1:57487 m30000| Wed Aug 1 12:30:17 [conn4] end connection 127.0.0.1:42032 m30000| Wed Aug 1 12:30:17 [conn14] end connection 127.0.0.1:42058 m30000| Wed Aug 1 12:30:17 [conn10] end connection 127.0.0.1:42051 m30002| Wed Aug 1 12:30:17 [conn4] end connection 127.0.0.1:59478 m30001| Wed Aug 1 12:30:17 [conn8] end connection 127.0.0.1:57501 Wed Aug 1 12:30:18 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:30:18 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:30:18 [interruptThread] now exiting m30000| Wed Aug 1 12:30:18 dbexit: m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:30:18 [interruptThread] closing listening socket: 50 m30000| Wed Aug 1 12:30:18 [interruptThread] closing listening socket: 57 m30000| Wed Aug 1 12:30:18 [interruptThread] closing listening socket: 58 m30000| Wed Aug 1 12:30:18 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:30:18 [conn6] end connection 127.0.0.1:57495 m30000| Wed Aug 1 12:30:18 [conn12] end connection 127.0.0.1:42054 m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:30:18 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:30:18 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:30:18 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:30:18 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:30:18 dbexit: really exiting now Wed Aug 1 12:30:19 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:30:19 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:30:19 [interruptThread] now exiting m30001| Wed Aug 1 12:30:19 dbexit: m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:30:19 [interruptThread] closing listening socket: 60 m30001| Wed Aug 1 12:30:19 [interruptThread] closing listening socket: 61 m30001| Wed Aug 1 12:30:19 [interruptThread] closing listening socket: 62 m30001| Wed Aug 1 12:30:19 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:30:19 [conn5] end connection 127.0.0.1:59481 m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:30:19 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:30:19 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:30:19 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:30:19 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:30:19 dbexit: really exiting now Wed Aug 1 12:30:20 shell: stopped mongo program on port 30001 m30002| Wed Aug 1 12:30:20 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30002| Wed Aug 1 12:30:20 [interruptThread] now exiting m30002| Wed Aug 1 12:30:20 dbexit: m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: going to close listening sockets... m30002| Wed Aug 1 12:30:20 [interruptThread] closing listening socket: 63 m30002| Wed Aug 1 12:30:20 [interruptThread] closing listening socket: 64 m30002| Wed Aug 1 12:30:20 [interruptThread] closing listening socket: 65 m30002| Wed Aug 1 12:30:20 [interruptThread] removing socket file: /tmp/mongodb-30002.sock m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: going to flush diaglog... m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: going to close sockets... m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: waiting for fs preallocator... m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: lock for final commit... m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: closing all files... m30002| Wed Aug 1 12:30:20 [interruptThread] closeAllFiles() finished m30002| Wed Aug 1 12:30:20 [interruptThread] journalCleanup... m30002| Wed Aug 1 12:30:20 [interruptThread] removeJournalFiles m30002| Wed Aug 1 12:30:20 [interruptThread] shutdown: removing fs lock... m30002| Wed Aug 1 12:30:20 dbexit: really exiting now Wed Aug 1 12:30:20 [conn2] end connection 127.0.0.1:39484 (0 connections now open) Wed Aug 1 12:30:21 shell: stopped mongo program on port 30002 *** ShardingTest geo_near_random2 completed successfully in 26.787 seconds *** 26788ms >>>>>>> skipping test that will fail due to a custom multi-version setup auth ******************************************* Test : jstests/sharding/inTiming.js ... Resetting db path '/data/db/sharding_inqueries0' Wed Aug 1 12:30:21 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/sharding_inqueries0 --nopreallocj m30000| Wed Aug 1 12:30:21 [initandlisten] MongoDB starting : pid=11373 port=30000 dbpath=/data/db/sharding_inqueries0 64-bit host=ubuntu m30000| Wed Aug 1 12:30:21 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:30:21 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:30:21 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:30:21 [initandlisten] options: { dbpath: "/data/db/sharding_inqueries0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:30:21 [initandlisten] journal dir=/data/db/sharding_inqueries0/journal m30000| Wed Aug 1 12:30:21 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:30:21 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:30:21 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:42061 #1 Resetting db path '/data/db/sharding_inqueries1' Wed Aug 1 12:30:21 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/sharding_inqueries1 --nopreallocj m30001| Wed Aug 1 12:30:21 [initandlisten] MongoDB starting : pid=11386 port=30001 dbpath=/data/db/sharding_inqueries1 64-bit host=ubuntu m30001| Wed Aug 1 12:30:21 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:30:21 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:30:21 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:30:21 [initandlisten] options: { dbpath: "/data/db/sharding_inqueries1", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:30:21 [initandlisten] journal dir=/data/db/sharding_inqueries1/journal m30001| Wed Aug 1 12:30:21 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:30:21 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:30:21 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:57505 #1 Resetting db path '/data/db/sharding_inqueries2' Wed Aug 1 12:30:21 shell: started program mongod-2.0.6 --port 30002 --dbpath /data/db/sharding_inqueries2 --nopreallocj m30002| Wed Aug 1 12:30:21 [initandlisten] MongoDB starting : pid=11399 port=30002 dbpath=/data/db/sharding_inqueries2 64-bit host=ubuntu m30002| Wed Aug 1 12:30:21 [initandlisten] db version v2.0.6, pdfile version 4.5 m30002| Wed Aug 1 12:30:21 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30002| Wed Aug 1 12:30:21 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30002| Wed Aug 1 12:30:21 [initandlisten] options: { dbpath: "/data/db/sharding_inqueries2", nopreallocj: true, port: 30002 } m30002| Wed Aug 1 12:30:21 [initandlisten] journal dir=/data/db/sharding_inqueries2/journal m30002| Wed Aug 1 12:30:21 [initandlisten] recover : no journal files present, no recovery needed m30002| Wed Aug 1 12:30:21 [initandlisten] waiting for connections on port 30002 m30002| Wed Aug 1 12:30:21 [websvr] admin web console waiting for connections on port 31002 m30002| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:59497 #1 "localhost:30000" m30000| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:42066 #2 ShardingTest sharding_inqueries : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001, connection to localhost:30002 ] } Wed Aug 1 12:30:21 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 1 m30999| Wed Aug 1 12:30:21 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:30:21 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11414 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:30:21 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:30:21 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:30:21 [mongosMain] options: { chunkSize: 1, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:42068 #3 m30000| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:42069 #4 m30000| Wed Aug 1 12:30:21 [initandlisten] connection accepted from 127.0.0.1:42070 #5 m30000| Wed Aug 1 12:30:21 [FileAllocator] allocating new datafile /data/db/sharding_inqueries0/config.ns, filling with zeroes... m30000| Wed Aug 1 12:30:21 [FileAllocator] creating directory /data/db/sharding_inqueries0/_tmp m30000| Wed Aug 1 12:30:21 [FileAllocator] done allocating datafile /data/db/sharding_inqueries0/config.ns, size: 16MB, took 0.126 secs m30000| Wed Aug 1 12:30:21 [FileAllocator] allocating new datafile /data/db/sharding_inqueries0/config.0, filling with zeroes... m30000| Wed Aug 1 12:30:22 [FileAllocator] done allocating datafile /data/db/sharding_inqueries0/config.0, size: 64MB, took 0.702 secs m30000| Wed Aug 1 12:30:22 [FileAllocator] allocating new datafile /data/db/sharding_inqueries0/config.1, filling with zeroes... m30000| Wed Aug 1 12:30:22 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:30:22 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn5] insert config.version 844ms m30999| Wed Aug 1 12:30:22 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:30:22 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:30:22 [conn4] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:30:22 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:22 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:30:22 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:30:22 m30999| Wed Aug 1 12:30:22 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:30:22 [conn4] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:30:22 [initandlisten] connection accepted from 127.0.0.1:42075 #6 m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn4] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:30:22 [conn4] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn4] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn4] info: creating collection config.shards on add index m30000| Wed Aug 1 12:30:22 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:30:22 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:22 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838622:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:30:22 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:30:22 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:22 [conn4] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:22 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838622:1804289383' acquired, ts : 5019599e03b2c0be9ad5828c m30000| Wed Aug 1 12:30:22 [conn4] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 1 records 0 secs m30999| Wed Aug 1 12:30:22 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838622:1804289383' unlocked. m30999| Wed Aug 1 12:30:22 [mongosMain] connection accepted from 127.0.0.1:60244 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:30:22 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:30:22 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:30:22 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:22 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:30:25 [FileAllocator] done allocating datafile /data/db/sharding_inqueries0/config.1, size: 128MB, took 2.483 secs m30000| Wed Aug 1 12:30:25 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 2330ms m30999| Wed Aug 1 12:30:25 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30001| Wed Aug 1 12:30:25 [initandlisten] connection accepted from 127.0.0.1:57519 #2 m30999| Wed Aug 1 12:30:25 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30002 m30002| Wed Aug 1 12:30:25 [initandlisten] connection accepted from 127.0.0.1:59510 #2 m30999| Wed Aug 1 12:30:25 [conn1] going to add shard: { _id: "shard0002", host: "localhost:30002" } { "shardAdded" : "shard0002", "ok" : 1 } m30999| Wed Aug 1 12:30:25 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:30:25 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:30:25 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:30:25 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { a: 1.0, b: 1.0 } } m30999| Wed Aug 1 12:30:25 [conn1] enable sharding on: test.foo with shard key: { a: 1.0, b: 1.0 } m30001| Wed Aug 1 12:30:25 [FileAllocator] allocating new datafile /data/db/sharding_inqueries1/test.ns, filling with zeroes... m30001| Wed Aug 1 12:30:25 [FileAllocator] creating directory /data/db/sharding_inqueries1/_tmp m30001| Wed Aug 1 12:30:25 [FileAllocator] done allocating datafile /data/db/sharding_inqueries1/test.ns, size: 16MB, took 0.215 secs m30001| Wed Aug 1 12:30:25 [FileAllocator] allocating new datafile /data/db/sharding_inqueries1/test.0, filling with zeroes... m30001| Wed Aug 1 12:30:26 [FileAllocator] done allocating datafile /data/db/sharding_inqueries1/test.0, size: 64MB, took 0.784 secs m30001| Wed Aug 1 12:30:26 [FileAllocator] allocating new datafile /data/db/sharding_inqueries1/test.1, filling with zeroes... m30001| Wed Aug 1 12:30:26 [conn2] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:30:26 [conn2] build index done 0 records 0.017 secs m30001| Wed Aug 1 12:30:26 [conn2] info: creating collection test.foo on add index m30001| Wed Aug 1 12:30:26 [conn2] build index test.foo { a: 1.0, b: 1.0 } m30001| Wed Aug 1 12:30:26 [conn2] build index done 0 records 0 secs m30001| Wed Aug 1 12:30:26 [conn2] insert test.system.indexes 1033ms m30999| Wed Aug 1 12:30:26 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 501959a203b2c0be9ad5828d m30999| Wed Aug 1 12:30:26 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||501959a203b2c0be9ad5828d based on: (empty) m30000| Wed Aug 1 12:30:26 [conn4] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:30:26 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:26 [initandlisten] connection accepted from 127.0.0.1:42079 #7 m30999| Wed Aug 1 12:30:26 [conn1] creating WriteBackListener for: localhost:30000 serverID: 5019599e03b2c0be9ad5828b m30999| Wed Aug 1 12:30:26 [conn1] resetting shard version of test.foo on localhost:30000, version is zero m30999| Wed Aug 1 12:30:26 [conn1] creating WriteBackListener for: localhost:30001 serverID: 5019599e03b2c0be9ad5828b m30001| Wed Aug 1 12:30:26 [initandlisten] connection accepted from 127.0.0.1:57522 #3 m30000| Wed Aug 1 12:30:26 [initandlisten] connection accepted from 127.0.0.1:42081 #8 m30999| Wed Aug 1 12:30:26 [conn1] creating WriteBackListener for: localhost:30002 serverID: 5019599e03b2c0be9ad5828b m30002| Wed Aug 1 12:30:26 [initandlisten] connection accepted from 127.0.0.1:59514 #3 m30999| Wed Aug 1 12:30:26 [conn1] resetting shard version of test.foo on localhost:30002, version is zero Unsharded $in query ran in 15 Sharded $in query ran in 30 Waiting for active hosts... Waiting for the balancer lock... Waiting again for active hosts after balancer is off... m30999| Wed Aug 1 12:30:26 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { a: MinKey, b: MinKey } max: { a: MaxKey, b: MaxKey } m30001| Wed Aug 1 12:30:26 [initandlisten] connection accepted from 127.0.0.1:57525 #4 m30000| Wed Aug 1 12:30:26 [initandlisten] connection accepted from 127.0.0.1:42084 #9 m30001| Wed Aug 1 12:30:26 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { a: 1.0, b: 1.0 }, min: { a: MinKey, b: MinKey }, max: { a: MaxKey, b: MaxKey }, from: "shard0001", splitKeys: [ { a: 1.0, b: 10.0 } ], shardId: "test.foo-a_MinKeyb_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:26 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:26 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838626:2117623721 (sleeping for 30000ms) m30001| Wed Aug 1 12:30:26 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' acquired, ts : 501959a2929d42a68e7c18cf m30001| Wed Aug 1 12:30:26 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:30:26 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:26-0", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838626293), what: "split", ns: "test.foo", details: { before: { min: { a: MinKey, b: MinKey }, max: { a: MaxKey, b: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, lastmod: Timestamp 1000|1 }, right: { min: { a: 1.0, b: 10.0 }, max: { a: MaxKey, b: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:30:26 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' unlocked. m30999| Wed Aug 1 12:30:26 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||501959a203b2c0be9ad5828d m30999| Wed Aug 1 12:30:26 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { a: 1.0, b: 10.0 } max: { a: MaxKey, b: MaxKey } m30001| Wed Aug 1 12:30:26 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { a: 1.0, b: 1.0 }, min: { a: 1.0, b: 10.0 }, max: { a: MaxKey, b: MaxKey }, from: "shard0001", splitKeys: [ { a: 3.0, b: 0.0 } ], shardId: "test.foo-a_1.0b_10.0", configdb: "localhost:30000" } m30001| Wed Aug 1 12:30:26 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:26 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' acquired, ts : 501959a2929d42a68e7c18d0 m30001| Wed Aug 1 12:30:26 [conn4] splitChunk accepted at version 1|2 m30001| Wed Aug 1 12:30:26 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:26-1", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838626297), what: "split", ns: "test.foo", details: { before: { min: { a: 1.0, b: 10.0 }, max: { a: MaxKey, b: MaxKey }, lastmod: Timestamp 1000|2 }, left: { min: { a: 1.0, b: 10.0 }, max: { a: 3.0, b: 0.0 }, lastmod: Timestamp 1000|3 }, right: { min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, lastmod: Timestamp 1000|4 } } } m30001| Wed Aug 1 12:30:26 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' unlocked. m30999| Wed Aug 1 12:30:26 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 4 version: 1|4||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:30:26 [conn1] CMD: movechunk: { moveChunk: "test.foo", find: { a: 1.0, b: 0.0 }, to: "shard0000" } m30999| Wed Aug 1 12:30:26 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|1||000000000000000000000000 min: { a: MinKey, b: MinKey } max: { a: 1.0, b: 10.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:30:26 [conn4] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, maxChunkSizeBytes: 1048576, shardId: "test.foo-a_MinKeyb_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:26 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:26 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' acquired, ts : 501959a2929d42a68e7c18d1 m30001| Wed Aug 1 12:30:26 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:26-2", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838626300), what: "moveChunk.start", ns: "test.foo", details: { min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:26 [conn4] moveChunk request accepted at version 1|4 m30001| Wed Aug 1 12:30:26 [conn4] moveChunk number of documents: 0 m30000| Wed Aug 1 12:30:27 [conn9] command admin.$cmd command: { _recvChunkStart: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, configServer: "localhost:30000" } ntoreturn:1 reslen:47 1319ms m30001| Wed Aug 1 12:30:27 [initandlisten] connection accepted from 127.0.0.1:57527 #5 m30000| Wed Aug 1 12:30:27 [FileAllocator] allocating new datafile /data/db/sharding_inqueries0/test.ns, filling with zeroes... m30001| Wed Aug 1 12:30:27 [FileAllocator] done allocating datafile /data/db/sharding_inqueries1/test.1, size: 128MB, took 1.56 secs m30000| Wed Aug 1 12:30:28 [FileAllocator] done allocating datafile /data/db/sharding_inqueries0/test.ns, size: 16MB, took 0.443 secs m30000| Wed Aug 1 12:30:28 [FileAllocator] allocating new datafile /data/db/sharding_inqueries0/test.0, filling with zeroes... m30001| Wed Aug 1 12:30:28 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:30:28 [initandlisten] connection accepted from 127.0.0.1:42086 #10 m30000| Wed Aug 1 12:30:29 [FileAllocator] done allocating datafile /data/db/sharding_inqueries0/test.0, size: 64MB, took 1.174 secs m30000| Wed Aug 1 12:30:29 [FileAllocator] allocating new datafile /data/db/sharding_inqueries0/test.1, filling with zeroes... m30000| Wed Aug 1 12:30:29 [migrateThread] build index test.foo { _id: 1 } m30000| Wed Aug 1 12:30:29 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:29 [migrateThread] info: creating collection test.foo on add index m30000| Wed Aug 1 12:30:29 [migrateThread] build index test.foo { a: 1.0, b: 1.0 } m30000| Wed Aug 1 12:30:29 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:29 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { a: MinKey, b: MinKey } -> { a: 1.0, b: 10.0 } m30001| Wed Aug 1 12:30:29 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, state: "catchup", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:30 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, state: "catchup", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:31 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, state: "catchup", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:30:31 [FileAllocator] done allocating datafile /data/db/sharding_inqueries0/test.1, size: 128MB, took 2.394 secs m30000| Wed Aug 1 12:30:31 [migrateThread] migrate commit flushed to journal for 'test.foo' { a: MinKey, b: MinKey } -> { a: 1.0, b: 10.0 } m30001| Wed Aug 1 12:30:32 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, state: "steady", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:32 [conn4] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:30:32 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { a: MinKey, b: MinKey } -> { a: 1.0, b: 10.0 } m30000| Wed Aug 1 12:30:32 [migrateThread] migrate commit flushed to journal for 'test.foo' { a: MinKey, b: MinKey } -> { a: 1.0, b: 10.0 } m30000| Wed Aug 1 12:30:32 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:32-0", server: "ubuntu", clientAddr: "", time: new Date(1343838632630), what: "moveChunk.to", ns: "test.foo", details: { min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, step1: 1624, step2: 0, step3: 0, step4: 0, step5: 3384 } } m30000| Wed Aug 1 12:30:32 [initandlisten] connection accepted from 127.0.0.1:42087 #11 m30001| Wed Aug 1 12:30:32 [conn4] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, state: "done", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:32 [conn4] moveChunk updating self version to: 2|1 through { a: 1.0, b: 10.0 } -> { a: 3.0, b: 0.0 } for collection 'test.foo' m30001| Wed Aug 1 12:30:32 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:32-3", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838632631), what: "moveChunk.commit", ns: "test.foo", details: { min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:30:32 [conn4] doing delete inline m30001| Wed Aug 1 12:30:32 [conn4] moveChunk deleted: 0 m30001| Wed Aug 1 12:30:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' unlocked. m30001| Wed Aug 1 12:30:32 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:32-4", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838632632), what: "moveChunk.from", ns: "test.foo", details: { min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, step1: 0, step2: 1, step3: 1319, step4: 5001, step5: 9, step6: 0 } } m30001| Wed Aug 1 12:30:32 [conn4] command admin.$cmd command: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { a: MinKey, b: MinKey }, max: { a: 1.0, b: 10.0 }, maxChunkSizeBytes: 1048576, shardId: "test.foo-a_MinKeyb_MinKey", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 6332ms m30999| Wed Aug 1 12:30:32 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 5 version: 2|1||000000000000000000000000 based on: 1|4||000000000000000000000000 m30999| Wed Aug 1 12:30:32 [conn1] CMD: movechunk: { moveChunk: "test.foo", find: { a: 1.0, b: 15.0 }, to: "shard0001" } m30999| Wed Aug 1 12:30:32 [conn1] CMD: movechunk: { moveChunk: "test.foo", find: { a: 3.0, b: 15.0 }, to: "shard0002" } m30999| Wed Aug 1 12:30:32 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|4||000000000000000000000000 min: { a: 3.0, b: 0.0 } max: { a: MaxKey, b: MaxKey }) shard0001:localhost:30001 -> shard0002:localhost:30002 m30001| Wed Aug 1 12:30:32 [conn4] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, maxChunkSizeBytes: 1048576, shardId: "test.foo-a_3.0b_0.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:30:32 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:30:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' acquired, ts : 501959a8929d42a68e7c18d2 m30001| Wed Aug 1 12:30:32 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:32-5", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838632636), what: "moveChunk.start", ns: "test.foo", details: { min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:32 [conn4] moveChunk request accepted at version 2|1 m30001| Wed Aug 1 12:30:32 [conn4] moveChunk number of documents: 0 m30002| Wed Aug 1 12:30:32 [initandlisten] connection accepted from 127.0.0.1:59520 #4 m30001| Wed Aug 1 12:30:32 [initandlisten] connection accepted from 127.0.0.1:57531 #6 m30002| Wed Aug 1 12:30:32 [FileAllocator] allocating new datafile /data/db/sharding_inqueries2/test.ns, filling with zeroes... m30002| Wed Aug 1 12:30:32 [FileAllocator] creating directory /data/db/sharding_inqueries2/_tmp m30002| Wed Aug 1 12:30:32 [FileAllocator] done allocating datafile /data/db/sharding_inqueries2/test.ns, size: 16MB, took 0.278 secs m30002| Wed Aug 1 12:30:32 [FileAllocator] allocating new datafile /data/db/sharding_inqueries2/test.0, filling with zeroes... m30001| Wed Aug 1 12:30:33 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30002| Wed Aug 1 12:30:33 [FileAllocator] done allocating datafile /data/db/sharding_inqueries2/test.0, size: 64MB, took 0.979 secs m30002| Wed Aug 1 12:30:33 [FileAllocator] allocating new datafile /data/db/sharding_inqueries2/test.1, filling with zeroes... m30002| Wed Aug 1 12:30:33 [migrateThread] build index test.foo { _id: 1 } m30002| Wed Aug 1 12:30:33 [migrateThread] build index done 0 records 0 secs m30002| Wed Aug 1 12:30:33 [migrateThread] info: creating collection test.foo on add index m30002| Wed Aug 1 12:30:33 [migrateThread] build index test.foo { a: 1.0, b: 1.0 } m30002| Wed Aug 1 12:30:33 [migrateThread] build index done 0 records 0 secs m30002| Wed Aug 1 12:30:33 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { a: 3.0, b: 0.0 } -> { a: MaxKey, b: MaxKey } m30002| Wed Aug 1 12:30:33 [migrateThread] migrate commit flushed to journal for 'test.foo' { a: 3.0, b: 0.0 } -> { a: MaxKey, b: MaxKey } m30001| Wed Aug 1 12:30:34 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, state: "steady", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:30:34 [conn4] moveChunk setting version to: 3|0 m30002| Wed Aug 1 12:30:34 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { a: 3.0, b: 0.0 } -> { a: MaxKey, b: MaxKey } m30002| Wed Aug 1 12:30:34 [migrateThread] migrate commit flushed to journal for 'test.foo' { a: 3.0, b: 0.0 } -> { a: MaxKey, b: MaxKey } m30002| Wed Aug 1 12:30:34 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:34-0", server: "ubuntu", clientAddr: "", time: new Date(1343838634648), what: "moveChunk.to", ns: "test.foo", details: { min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, step1: 1276, step2: 0, step3: 0, step4: 0, step5: 734 } } m30000| Wed Aug 1 12:30:34 [initandlisten] connection accepted from 127.0.0.1:42090 #12 m30001| Wed Aug 1 12:30:34 [conn4] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.foo", from: "localhost:30001", min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, state: "done", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:30:34 [conn4] moveChunk updating self version to: 3|1 through { a: 1.0, b: 10.0 } -> { a: 3.0, b: 0.0 } for collection 'test.foo' m30001| Wed Aug 1 12:30:34 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:34-6", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838634649), what: "moveChunk.commit", ns: "test.foo", details: { min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, from: "shard0001", to: "shard0002" } } m30001| Wed Aug 1 12:30:34 [conn4] doing delete inline m30001| Wed Aug 1 12:30:34 [conn4] moveChunk deleted: 0 m30001| Wed Aug 1 12:30:34 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838626:2117623721' unlocked. m30001| Wed Aug 1 12:30:34 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:30:34-7", server: "ubuntu", clientAddr: "127.0.0.1:57525", time: new Date(1343838634650), what: "moveChunk.from", ns: "test.foo", details: { min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, step1: 0, step2: 1, step3: 0, step4: 2000, step5: 11, step6: 0 } } m30001| Wed Aug 1 12:30:34 [conn4] command admin.$cmd command: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30002", fromShard: "shard0001", toShard: "shard0002", min: { a: 3.0, b: 0.0 }, max: { a: MaxKey, b: MaxKey }, maxChunkSizeBytes: 1048576, shardId: "test.foo-a_3.0b_0.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 2014ms m30999| Wed Aug 1 12:30:34 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 6 version: 3|1||000000000000000000000000 based on: 2|1||000000000000000000000000 --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } { "_id" : "shard0001", "host" : "localhost:30001" } { "_id" : "shard0002", "host" : "localhost:30002" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test", "partitioned" : true, "primary" : "shard0001" } test.foo chunks: shard0000 1 shard0001 1 shard0002 1 { "a" : { $minKey : 1 }, "b" : { $minKey : 1 } } -->> { "a" : 1, "b" : 10 } on : shard0000 Timestamp(2000, 0) { "a" : 1, "b" : 10 } -->> { "a" : 3, "b" : 0 } on : shard0001 Timestamp(3000, 1) { "a" : 3, "b" : 0 } -->> { "a" : { $maxKey : 1 }, "b" : { $maxKey : 1 } } on : shard0002 Timestamp(3000, 0) m30999| Wed Aug 1 12:30:34 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:30:34 [conn4] end connection 127.0.0.1:42069 m30000| Wed Aug 1 12:30:34 [conn6] end connection 127.0.0.1:42075 m30000| Wed Aug 1 12:30:34 [conn7] end connection 127.0.0.1:42079 m30000| Wed Aug 1 12:30:34 [conn3] end connection 127.0.0.1:42068 m30001| Wed Aug 1 12:30:34 [conn4] end connection 127.0.0.1:57525 m30001| Wed Aug 1 12:30:34 [conn3] end connection 127.0.0.1:57522 m30002| Wed Aug 1 12:30:34 [conn3] end connection 127.0.0.1:59514 m30000| Wed Aug 1 12:30:34 [conn10] end connection 127.0.0.1:42086 m30002| Wed Aug 1 12:30:35 [FileAllocator] done allocating datafile /data/db/sharding_inqueries2/test.1, size: 128MB, took 1.606 secs Wed Aug 1 12:30:35 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:30:35 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:30:35 [interruptThread] now exiting m30000| Wed Aug 1 12:30:35 dbexit: m30000| Wed Aug 1 12:30:35 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:30:35 [interruptThread] closing listening socket: 12 m30000| Wed Aug 1 12:30:35 [interruptThread] closing listening socket: 13 m30000| Wed Aug 1 12:30:35 [interruptThread] closing listening socket: 15 m30000| Wed Aug 1 12:30:35 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:30:35 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:30:35 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:30:35 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:30:35 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:30:35 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:30:35 [conn11] end connection 127.0.0.1:42087 m30001| Wed Aug 1 12:30:35 [conn5] end connection 127.0.0.1:57527 m30000| Wed Aug 1 12:30:36 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:30:36 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:30:36 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:30:36 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:30:36 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:30:36 dbexit: really exiting now Wed Aug 1 12:30:36 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:30:36 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:30:36 [interruptThread] now exiting m30001| Wed Aug 1 12:30:36 dbexit: m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:30:36 [interruptThread] closing listening socket: 16 m30001| Wed Aug 1 12:30:36 [interruptThread] closing listening socket: 17 m30001| Wed Aug 1 12:30:36 [interruptThread] closing listening socket: 19 m30001| Wed Aug 1 12:30:36 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:30:36 [conn4] end connection 127.0.0.1:59520 m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:30:36 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:30:36 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:30:36 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:30:36 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:30:36 dbexit: really exiting now Wed Aug 1 12:30:37 shell: stopped mongo program on port 30001 m30002| Wed Aug 1 12:30:37 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30002| Wed Aug 1 12:30:37 [interruptThread] now exiting m30002| Wed Aug 1 12:30:37 dbexit: m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: going to close listening sockets... m30002| Wed Aug 1 12:30:37 [interruptThread] closing listening socket: 20 m30002| Wed Aug 1 12:30:37 [interruptThread] closing listening socket: 21 m30002| Wed Aug 1 12:30:37 [interruptThread] closing listening socket: 22 m30002| Wed Aug 1 12:30:37 [interruptThread] removing socket file: /tmp/mongodb-30002.sock m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: going to flush diaglog... m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: going to close sockets... m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: waiting for fs preallocator... m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: lock for final commit... m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: final commit... m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: closing all files... m30002| Wed Aug 1 12:30:37 [interruptThread] closeAllFiles() finished m30002| Wed Aug 1 12:30:37 [interruptThread] journalCleanup... m30002| Wed Aug 1 12:30:37 [interruptThread] removeJournalFiles m30002| Wed Aug 1 12:30:37 [interruptThread] shutdown: removing fs lock... m30002| Wed Aug 1 12:30:37 dbexit: really exiting now Wed Aug 1 12:30:38 shell: stopped mongo program on port 30002 *** ShardingTest sharding_inqueries completed successfully in 17.668 seconds *** 17669ms ******************************************* Test : jstests/sharding/movePrimary1.js ... Resetting db path '/data/db/movePrimary10' Wed Aug 1 12:30:38 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/movePrimary10 --nopreallocj m30000| Wed Aug 1 12:30:38 [initandlisten] MongoDB starting : pid=11475 port=30000 dbpath=/data/db/movePrimary10 64-bit host=ubuntu m30000| Wed Aug 1 12:30:38 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:30:38 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:30:38 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:30:38 [initandlisten] options: { dbpath: "/data/db/movePrimary10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:30:38 [initandlisten] journal dir=/data/db/movePrimary10/journal m30000| Wed Aug 1 12:30:38 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:30:38 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:30:38 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:30:39 [initandlisten] connection accepted from 127.0.0.1:42092 #1 Resetting db path '/data/db/movePrimary11' Wed Aug 1 12:30:39 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/movePrimary11 --nopreallocj m30001| Wed Aug 1 12:30:39 [initandlisten] MongoDB starting : pid=11488 port=30001 dbpath=/data/db/movePrimary11 64-bit host=ubuntu m30001| Wed Aug 1 12:30:39 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:30:39 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:30:39 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:30:39 [initandlisten] options: { dbpath: "/data/db/movePrimary11", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:30:39 [initandlisten] journal dir=/data/db/movePrimary11/journal m30001| Wed Aug 1 12:30:39 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:30:39 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:30:39 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:30:39 [initandlisten] connection accepted from 127.0.0.1:57536 #1 "localhost:30000" m30000| Wed Aug 1 12:30:39 [initandlisten] connection accepted from 127.0.0.1:42095 #2 ShardingTest movePrimary1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:30:39 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:30:39 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:30:39 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11503 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:30:39 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:30:39 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:30:39 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:30:39 [initandlisten] connection accepted from 127.0.0.1:42097 #3 m30000| Wed Aug 1 12:30:39 [initandlisten] connection accepted from 127.0.0.1:42098 #4 m30000| Wed Aug 1 12:30:39 [initandlisten] connection accepted from 127.0.0.1:42099 #5 m30000| Wed Aug 1 12:30:39 [FileAllocator] allocating new datafile /data/db/movePrimary10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:30:39 [FileAllocator] creating directory /data/db/movePrimary10/_tmp m30000| Wed Aug 1 12:30:39 [FileAllocator] done allocating datafile /data/db/movePrimary10/config.ns, size: 16MB, took 0.11 secs m30000| Wed Aug 1 12:30:39 [FileAllocator] allocating new datafile /data/db/movePrimary10/config.0, filling with zeroes... m30000| Wed Aug 1 12:30:40 [FileAllocator] done allocating datafile /data/db/movePrimary10/config.0, size: 64MB, took 0.746 secs m30000| Wed Aug 1 12:30:40 [FileAllocator] allocating new datafile /data/db/movePrimary10/config.1, filling with zeroes... m30000| Wed Aug 1 12:30:40 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn5] insert config.version 871ms m30000| Wed Aug 1 12:30:40 [conn4] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:30:40 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:30:40 [mongosMain] waiting for connections on port 30999 m30999| Wed Aug 1 12:30:40 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:30:40 [conn4] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] info: creating collection config.shards on add index m30000| Wed Aug 1 12:30:40 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:40 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:30:40 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:30:40 m30999| Wed Aug 1 12:30:40 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:30:40 [initandlisten] connection accepted from 127.0.0.1:42104 #6 m30000| Wed Aug 1 12:30:40 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:40 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838640:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:30:40 [conn4] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:40 [conn4] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 1 records 0 secs m30999| Wed Aug 1 12:30:40 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838640:1804289383' acquired, ts : 501959b09af73f39f4574660 m30999| Wed Aug 1 12:30:40 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838640:1804289383' unlocked. m30999| Wed Aug 1 12:30:40 [mongosMain] connection accepted from 127.0.0.1:60273 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:30:40 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:30:40 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:30:40 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:40 [conn1] put [admin] on: config:localhost:30000 m30999| Wed Aug 1 12:30:40 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30001| Wed Aug 1 12:30:40 [initandlisten] connection accepted from 127.0.0.1:57548 #2 m30999| Wed Aug 1 12:30:40 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:30:40 [conn1] couldn't find database [test1] in config db m30999| Wed Aug 1 12:30:40 [conn1] put [test1] on: shard0001:localhost:30001 m30000| Wed Aug 1 12:30:40 [initandlisten] connection accepted from 127.0.0.1:42107 #7 m30999| Wed Aug 1 12:30:40 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959b09af73f39f457465f m30001| Wed Aug 1 12:30:40 [initandlisten] connection accepted from 127.0.0.1:57550 #3 m30999| Wed Aug 1 12:30:40 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959b09af73f39f457465f m30001| Wed Aug 1 12:30:40 [FileAllocator] allocating new datafile /data/db/movePrimary11/test1.ns, filling with zeroes... m30001| Wed Aug 1 12:30:40 [FileAllocator] creating directory /data/db/movePrimary11/_tmp m30000| Wed Aug 1 12:30:42 [FileAllocator] done allocating datafile /data/db/movePrimary10/config.1, size: 128MB, took 2.616 secs m30001| Wed Aug 1 12:30:43 [FileAllocator] done allocating datafile /data/db/movePrimary11/test1.ns, size: 16MB, took 0.339 secs m30001| Wed Aug 1 12:30:43 [FileAllocator] allocating new datafile /data/db/movePrimary11/test1.0, filling with zeroes... m30001| Wed Aug 1 12:30:43 [FileAllocator] done allocating datafile /data/db/movePrimary11/test1.0, size: 64MB, took 0.767 secs m30001| Wed Aug 1 12:30:43 [FileAllocator] allocating new datafile /data/db/movePrimary11/test1.1, filling with zeroes... m30001| Wed Aug 1 12:30:43 [conn3] build index test1.foo { _id: 1 } m30001| Wed Aug 1 12:30:43 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:30:43 [conn3] insert test1.foo 3558ms --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } { "_id" : "shard0001", "host" : "localhost:30001" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test1", "partitioned" : false, "primary" : "shard0001" } m30999| Wed Aug 1 12:30:44 [conn1] Moving test1 primary from: shard0001:localhost:30001 to: shard0000:localhost:30000 m30999| Wed Aug 1 12:30:44 [conn1] created new distributed lock for test1-movePrimary on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:30:44 [conn1] distributed lock 'test1-movePrimary/ubuntu:30999:1343838640:1804289383' acquired, ts : 501959b49af73f39f4574661 m30001| Wed Aug 1 12:30:44 [initandlisten] connection accepted from 127.0.0.1:57552 #4 m30000| Wed Aug 1 12:30:44 [FileAllocator] allocating new datafile /data/db/movePrimary10/test1.ns, filling with zeroes... m30001| Wed Aug 1 12:30:45 [FileAllocator] done allocating datafile /data/db/movePrimary11/test1.1, size: 128MB, took 1.825 secs m30000| Wed Aug 1 12:30:46 [FileAllocator] done allocating datafile /data/db/movePrimary10/test1.ns, size: 16MB, took 2.057 secs m30000| Wed Aug 1 12:30:46 [FileAllocator] allocating new datafile /data/db/movePrimary10/test1.0, filling with zeroes... m30000| Wed Aug 1 12:30:46 [initandlisten] connection accepted from 127.0.0.1:42111 #8 m30000| Wed Aug 1 12:30:46 [initandlisten] connection accepted from 127.0.0.1:42112 #9 m30000| Wed Aug 1 12:30:46 [FileAllocator] done allocating datafile /data/db/movePrimary10/test1.0, size: 64MB, took 0.79 secs m30000| Wed Aug 1 12:30:46 [FileAllocator] allocating new datafile /data/db/movePrimary10/test1.1, filling with zeroes... m30000| Wed Aug 1 12:30:47 [conn6] build index test1.foo { _id: 1 } m30000| Wed Aug 1 12:30:47 [conn6] build index done 3 records 0 secs m30000| Wed Aug 1 12:30:47 [conn6] command test1.$cmd command: { clone: "localhost:30001", collsToIgnore: {} } ntoreturn:1 reslen:37 2920ms m30001| Wed Aug 1 12:30:47 [conn4] end connection 127.0.0.1:57552 m30001| Wed Aug 1 12:30:47 [initandlisten] connection accepted from 127.0.0.1:57555 #5 m30999| Wed Aug 1 12:30:47 [conn1] movePrimary dropping database on localhost:30001, no sharded collections in test1 m30001| Wed Aug 1 12:30:47 [conn5] dropDatabase test1 m30001| Wed Aug 1 12:30:47 [initandlisten] connection accepted from 127.0.0.1:57556 #6 m30999| Wed Aug 1 12:30:47 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838640:1804289383' acquired, ts : 501959b79af73f39f4574662 m30999| Wed Aug 1 12:30:47 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838640:1804289383' unlocked. m30001| Wed Aug 1 12:30:47 [conn5] removeJournalFiles m30001| Wed Aug 1 12:30:48 [conn5] command test1.$cmd command: { dropDatabase: 1 } ntoreturn:1 reslen:56 1589ms m30000| Wed Aug 1 12:30:48 [FileAllocator] done allocating datafile /data/db/movePrimary10/test1.1, size: 128MB, took 2.03 secs m30999| Wed Aug 1 12:30:48 [conn1] distributed lock 'test1-movePrimary/ubuntu:30999:1343838640:1804289383' unlocked. --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } { "_id" : "shard0001", "host" : "localhost:30001" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test1", "partitioned" : false, "primary" : "shard0000" } m30999| Wed Aug 1 12:30:48 [conn1] Moving test1 primary from: shard0000:localhost:30000 to: shard0001:localhost:30001 m30999| Wed Aug 1 12:30:48 [conn1] created new distributed lock for test1-movePrimary on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:30:48 [conn1] distributed lock 'test1-movePrimary/ubuntu:30999:1343838640:1804289383' acquired, ts : 501959b89af73f39f4574663 m30000| Wed Aug 1 12:30:48 [initandlisten] connection accepted from 127.0.0.1:42115 #10 m30001| Wed Aug 1 12:30:48 [FileAllocator] allocating new datafile /data/db/movePrimary11/test1.ns, filling with zeroes... m30001| Wed Aug 1 12:30:49 [FileAllocator] done allocating datafile /data/db/movePrimary11/test1.ns, size: 16MB, took 0.157 secs m30001| Wed Aug 1 12:30:49 [FileAllocator] allocating new datafile /data/db/movePrimary11/test1.0, filling with zeroes... m30001| Wed Aug 1 12:30:50 [FileAllocator] done allocating datafile /data/db/movePrimary11/test1.0, size: 64MB, took 1.087 secs m30001| Wed Aug 1 12:30:50 [FileAllocator] allocating new datafile /data/db/movePrimary11/test1.1, filling with zeroes... m30001| Wed Aug 1 12:30:52 [FileAllocator] done allocating datafile /data/db/movePrimary11/test1.1, size: 128MB, took 2.211 secs m30001| Wed Aug 1 12:30:53 [conn5] build index test1.foo { _id: 1 } m30001| Wed Aug 1 12:30:53 [conn5] build index done 3 records 0 secs m30001| Wed Aug 1 12:30:53 [conn5] command test1.$cmd command: { clone: "localhost:30000", collsToIgnore: {} } ntoreturn:1 reslen:37 4014ms m30000| Wed Aug 1 12:30:53 [conn10] end connection 127.0.0.1:42115 m30999| Wed Aug 1 12:30:53 [conn1] movePrimary dropping database on localhost:30000, no sharded collections in test1 m30000| Wed Aug 1 12:30:53 [conn8] dropDatabase test1 m30000| Wed Aug 1 12:30:53 [conn8] removeJournalFiles m30000| Wed Aug 1 12:30:53 [conn8] command test1.$cmd command: { dropDatabase: 1 } ntoreturn:1 reslen:56 107ms m30999| Wed Aug 1 12:30:53 [conn1] distributed lock 'test1-movePrimary/ubuntu:30999:1343838640:1804289383' unlocked. m30999| Wed Aug 1 12:30:53 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838640:1804289383' acquired, ts : 501959bd9af73f39f4574664 m30999| Wed Aug 1 12:30:53 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838640:1804289383' unlocked. --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } { "_id" : "shard0001", "host" : "localhost:30001" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test1", "partitioned" : false, "primary" : "shard0001" } m30999| Wed Aug 1 12:30:53 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:30:53 [conn3] end connection 127.0.0.1:42097 m30000| Wed Aug 1 12:30:53 [conn6] end connection 127.0.0.1:42104 m30001| Wed Aug 1 12:30:53 [conn3] end connection 127.0.0.1:57550 m30001| Wed Aug 1 12:30:53 [conn6] end connection 127.0.0.1:57556 m30000| Wed Aug 1 12:30:53 [conn4] end connection 127.0.0.1:42098 m30000| Wed Aug 1 12:30:53 [conn7] end connection 127.0.0.1:42107 m30000| Wed Aug 1 12:30:53 [conn9] end connection 127.0.0.1:42112 m30000| Wed Aug 1 12:30:53 [conn8] end connection 127.0.0.1:42111 m30001| Wed Aug 1 12:30:53 [conn5] end connection 127.0.0.1:57555 Wed Aug 1 12:30:54 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:30:54 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:30:54 [interruptThread] now exiting m30000| Wed Aug 1 12:30:54 dbexit: m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:30:54 [interruptThread] closing listening socket: 15 m30000| Wed Aug 1 12:30:54 [interruptThread] closing listening socket: 19 m30000| Wed Aug 1 12:30:54 [interruptThread] closing listening socket: 20 m30000| Wed Aug 1 12:30:54 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:30:54 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:30:54 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:30:54 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:30:54 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:30:54 dbexit: really exiting now Wed Aug 1 12:30:55 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:30:55 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:30:55 [interruptThread] now exiting m30001| Wed Aug 1 12:30:55 dbexit: m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:30:55 [interruptThread] closing listening socket: 22 m30001| Wed Aug 1 12:30:55 [interruptThread] closing listening socket: 24 m30001| Wed Aug 1 12:30:55 [interruptThread] closing listening socket: 25 m30001| Wed Aug 1 12:30:55 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:30:55 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:30:55 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:30:55 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:30:55 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:30:55 dbexit: really exiting now Wed Aug 1 12:30:56 shell: stopped mongo program on port 30001 *** ShardingTest movePrimary1 completed successfully in 17.408 seconds *** 17408ms ******************************************* Test : jstests/sharding/passthrough1.js ... Resetting db path '/data/db/passthrough10' Wed Aug 1 12:30:56 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/passthrough10 --nopreallocj m30000| Wed Aug 1 12:30:56 [initandlisten] MongoDB starting : pid=11548 port=30000 dbpath=/data/db/passthrough10 64-bit host=ubuntu m30000| Wed Aug 1 12:30:56 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:30:56 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:30:56 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:30:56 [initandlisten] options: { dbpath: "/data/db/passthrough10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:30:56 [initandlisten] journal dir=/data/db/passthrough10/journal m30000| Wed Aug 1 12:30:56 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:30:56 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:30:56 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:30:56 [initandlisten] connection accepted from 127.0.0.1:44820 #1 Resetting db path '/data/db/passthrough11' Wed Aug 1 12:30:56 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/passthrough11 --nopreallocj m30001| Wed Aug 1 12:30:56 [initandlisten] MongoDB starting : pid=11561 port=30001 dbpath=/data/db/passthrough11 64-bit host=ubuntu m30001| Wed Aug 1 12:30:56 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:30:56 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:30:56 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:30:56 [initandlisten] options: { dbpath: "/data/db/passthrough11", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:30:56 [initandlisten] journal dir=/data/db/passthrough11/journal m30001| Wed Aug 1 12:30:56 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:30:56 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:30:56 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:30:56 [initandlisten] connection accepted from 127.0.0.1:38593 #1 "localhost:30000" m30000| Wed Aug 1 12:30:56 [initandlisten] connection accepted from 127.0.0.1:44823 #2 ShardingTest passthrough1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:30:56 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:30:56 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:30:56 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11576 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:30:56 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:30:56 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:30:56 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:30:56 [initandlisten] connection accepted from 127.0.0.1:44825 #3 m30000| Wed Aug 1 12:30:56 [initandlisten] connection accepted from 127.0.0.1:44826 #4 m30000| Wed Aug 1 12:30:56 [initandlisten] connection accepted from 127.0.0.1:44827 #5 m30000| Wed Aug 1 12:30:56 [FileAllocator] allocating new datafile /data/db/passthrough10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:30:56 [FileAllocator] creating directory /data/db/passthrough10/_tmp m30000| Wed Aug 1 12:30:56 [FileAllocator] done allocating datafile /data/db/passthrough10/config.ns, size: 16MB, took 0.112 secs m30000| Wed Aug 1 12:30:56 [FileAllocator] allocating new datafile /data/db/passthrough10/config.0, filling with zeroes... m30000| Wed Aug 1 12:30:57 [FileAllocator] done allocating datafile /data/db/passthrough10/config.0, size: 64MB, took 1.085 secs m30000| Wed Aug 1 12:30:57 [FileAllocator] allocating new datafile /data/db/passthrough10/config.1, filling with zeroes... m30000| Wed Aug 1 12:30:57 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:30:57 [conn5] build index done 0 records 0.03 secs m30000| Wed Aug 1 12:30:57 [conn5] insert config.version 1243ms m30000| Wed Aug 1 12:30:58 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:30:58 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:30:58 [websvr] admin web console waiting for connections on port 31999 m30999| Wed Aug 1 12:30:58 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:58 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:30:58 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:30:58 m30999| Wed Aug 1 12:30:58 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:30:58 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:30:58 [initandlisten] connection accepted from 127.0.0.1:44836 #6 m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:30:58 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:30:58 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:30:58 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:58 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838658:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:30:58 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:30:58 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:30:58 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:58 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838658:1804289383' acquired, ts : 501959c22902ead08894df82 m30000| Wed Aug 1 12:30:58 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:30:58 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838658:1804289383' unlocked. m30999| Wed Aug 1 12:30:58 [mongosMain] connection accepted from 127.0.0.1:41887 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:30:58 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:30:58 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:30:58 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:30:58 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:31:00 [FileAllocator] done allocating datafile /data/db/passthrough10/config.1, size: 128MB, took 2.441 secs m30000| Wed Aug 1 12:31:00 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 1855ms m30999| Wed Aug 1 12:31:00 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30001| Wed Aug 1 12:31:00 [initandlisten] connection accepted from 127.0.0.1:38609 #2 m30999| Wed Aug 1 12:31:00 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:31:00 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:31:00 [conn1] put [test] on: shard0001:localhost:30001 m30000| Wed Aug 1 12:31:00 [initandlisten] connection accepted from 127.0.0.1:44839 #7 m30999| Wed Aug 1 12:31:00 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959c22902ead08894df81 m30001| Wed Aug 1 12:31:00 [initandlisten] connection accepted from 127.0.0.1:38611 #3 m30999| Wed Aug 1 12:31:00 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959c22902ead08894df81 m30001| Wed Aug 1 12:31:00 [FileAllocator] allocating new datafile /data/db/passthrough11/test.ns, filling with zeroes... m30001| Wed Aug 1 12:31:00 [FileAllocator] creating directory /data/db/passthrough11/_tmp m30001| Wed Aug 1 12:31:00 [FileAllocator] done allocating datafile /data/db/passthrough11/test.ns, size: 16MB, took 0.234 secs m30001| Wed Aug 1 12:31:00 [FileAllocator] allocating new datafile /data/db/passthrough11/test.0, filling with zeroes... m30001| Wed Aug 1 12:31:01 [FileAllocator] done allocating datafile /data/db/passthrough11/test.0, size: 64MB, took 0.579 secs m30001| Wed Aug 1 12:31:01 [FileAllocator] allocating new datafile /data/db/passthrough11/test.1, filling with zeroes... m30001| Wed Aug 1 12:31:01 [conn3] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:31:01 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:31:01 [conn3] insert test.foo 830ms m30999| Wed Aug 1 12:31:01 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:31:01 [conn3] end connection 127.0.0.1:44825 m30000| Wed Aug 1 12:31:01 [conn6] end connection 127.0.0.1:44836 m30000| Wed Aug 1 12:31:01 [conn7] end connection 127.0.0.1:44839 m30000| Wed Aug 1 12:31:01 [conn4] end connection 127.0.0.1:44826 m30001| Wed Aug 1 12:31:01 [conn3] end connection 127.0.0.1:38611 Wed Aug 1 12:31:02 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:31:02 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:31:02 [interruptThread] now exiting m30000| Wed Aug 1 12:31:02 dbexit: m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:31:02 [interruptThread] closing listening socket: 22 m30000| Wed Aug 1 12:31:02 [interruptThread] closing listening socket: 25 m30000| Wed Aug 1 12:31:02 [interruptThread] closing listening socket: 29 m30000| Wed Aug 1 12:31:02 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:31:02 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:31:02 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:31:02 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:31:02 [FileAllocator] done allocating datafile /data/db/passthrough11/test.1, size: 128MB, took 1.835 secs m30000| Wed Aug 1 12:31:02 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:31:02 dbexit: really exiting now Wed Aug 1 12:31:03 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:31:03 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:31:03 [interruptThread] now exiting m30001| Wed Aug 1 12:31:03 dbexit: m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:31:03 [interruptThread] closing listening socket: 31 m30001| Wed Aug 1 12:31:03 [interruptThread] closing listening socket: 32 m30001| Wed Aug 1 12:31:03 [interruptThread] closing listening socket: 35 m30001| Wed Aug 1 12:31:03 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:31:03 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:31:03 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:31:03 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:31:03 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:31:03 dbexit: really exiting now Wed Aug 1 12:31:04 shell: stopped mongo program on port 30001 *** ShardingTest passthrough1 completed successfully in 8.03 seconds *** 8030ms >>>>>>> skipping test that will fail due to a custom multi-version setup coll_epoch_test1 ******************************************* Test : jstests/sharding/disable_autosplit.js ... Resetting db path '/data/db/test0' Wed Aug 1 12:31:04 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/test0 --nopreallocj m30000| Wed Aug 1 12:31:04 [initandlisten] MongoDB starting : pid=11613 port=30000 dbpath=/data/db/test0 64-bit host=ubuntu m30000| Wed Aug 1 12:31:04 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:31:04 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:31:04 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:31:04 [initandlisten] options: { dbpath: "/data/db/test0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:31:04 [initandlisten] journal dir=/data/db/test0/journal m30000| Wed Aug 1 12:31:04 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:31:04 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:31:04 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:31:04 [initandlisten] connection accepted from 127.0.0.1:44842 #1 "localhost:30000" m30000| Wed Aug 1 12:31:04 [initandlisten] connection accepted from 127.0.0.1:44843 #2 ShardingTest test : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000 ] } Wed Aug 1 12:31:04 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 1 --noAutoSplit m30999| Wed Aug 1 12:31:04 warning: running with auto-splitting disabled m30999| Wed Aug 1 12:31:04 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:31:04 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11628 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:31:04 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:31:04 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:31:04 [mongosMain] options: { chunkSize: 1, configdb: "localhost:30000", noAutoSplit: true, port: 30999 } m30000| Wed Aug 1 12:31:04 [initandlisten] connection accepted from 127.0.0.1:44845 #3 m30000| Wed Aug 1 12:31:04 [initandlisten] connection accepted from 127.0.0.1:44846 #4 m30000| Wed Aug 1 12:31:04 [initandlisten] connection accepted from 127.0.0.1:44847 #5 m30000| Wed Aug 1 12:31:04 [FileAllocator] allocating new datafile /data/db/test0/config.ns, filling with zeroes... m30000| Wed Aug 1 12:31:04 [FileAllocator] creating directory /data/db/test0/_tmp m30000| Wed Aug 1 12:31:04 [FileAllocator] done allocating datafile /data/db/test0/config.ns, size: 16MB, took 0.109 secs m30000| Wed Aug 1 12:31:04 [FileAllocator] allocating new datafile /data/db/test0/config.0, filling with zeroes... m30000| Wed Aug 1 12:31:05 [FileAllocator] done allocating datafile /data/db/test0/config.0, size: 64MB, took 0.755 secs m30000| Wed Aug 1 12:31:05 [FileAllocator] allocating new datafile /data/db/test0/config.1, filling with zeroes... m30000| Wed Aug 1 12:31:05 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:31:05 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn5] insert config.version 880ms m30999| Wed Aug 1 12:31:05 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:31:05 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:31:05 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:31:05 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:31:05 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30999| Wed Aug 1 12:31:05 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:31:05 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:31:05 m30999| Wed Aug 1 12:31:05 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [initandlisten] connection accepted from 127.0.0.1:44855 #6 m30000| Wed Aug 1 12:31:05 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:31:05 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:31:05 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:05 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838665:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:31:05 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:31:05 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:05 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:31:05 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:31:05 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838665:1804289383' acquired, ts : 501959c91e8f0f07ab5d6cbf m30999| Wed Aug 1 12:31:05 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838665:1804289383' unlocked. m30999| Wed Aug 1 12:31:06 [mongosMain] connection accepted from 127.0.0.1:41906 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:31:06 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:31:06 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:31:06 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:06 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:31:07 [FileAllocator] done allocating datafile /data/db/test0/config.1, size: 128MB, took 2.179 secs m30000| Wed Aug 1 12:31:07 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 1461ms m30999| Wed Aug 1 12:31:07 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } m30999| Wed Aug 1 12:31:07 [conn1] couldn't find database [foo] in config db m30999| Wed Aug 1 12:31:07 [conn1] put [foo] on: shard0000:localhost:30000 m30999| Wed Aug 1 12:31:07 [conn1] enabling sharding on: foo { "ok" : 1 } m30999| Wed Aug 1 12:31:07 [conn1] CMD: shardcollection: { shardCollection: "foo.bar", key: { _id: 1.0 } } m30000| Wed Aug 1 12:31:07 [FileAllocator] allocating new datafile /data/db/test0/foo.ns, filling with zeroes... m30999| Wed Aug 1 12:31:07 [conn1] enable sharding on: foo.bar with shard key: { _id: 1.0 } m30000| Wed Aug 1 12:31:07 [FileAllocator] done allocating datafile /data/db/test0/foo.ns, size: 16MB, took 0.386 secs m30000| Wed Aug 1 12:31:07 [FileAllocator] allocating new datafile /data/db/test0/foo.0, filling with zeroes... m30000| Wed Aug 1 12:31:09 [FileAllocator] done allocating datafile /data/db/test0/foo.0, size: 64MB, took 1.084 secs m30000| Wed Aug 1 12:31:09 [FileAllocator] allocating new datafile /data/db/test0/foo.1, filling with zeroes... m30000| Wed Aug 1 12:31:09 [conn5] build index foo.bar { _id: 1 } m30000| Wed Aug 1 12:31:09 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:09 [conn5] info: creating collection foo.bar on add index m30000| Wed Aug 1 12:31:09 [conn5] insert foo.system.indexes 1499ms m30999| Wed Aug 1 12:31:09 [conn1] going to create 1 chunk(s) for: foo.bar using new epoch 501959cd1e8f0f07ab5d6cc0 m30999| Wed Aug 1 12:31:09 [conn1] ChunkManager: time to load chunks for foo.bar: 0ms sequenceNumber: 2 version: 1|0||501959cd1e8f0f07ab5d6cc0 based on: (empty) m30000| Wed Aug 1 12:31:09 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:31:09 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:09 [initandlisten] connection accepted from 127.0.0.1:44857 #7 m30999| Wed Aug 1 12:31:09 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959c91e8f0f07ab5d6cbe { "collectionsharded" : "foo.bar", "ok" : 1 } --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "foo", "partitioned" : true, "primary" : "shard0000" } foo.bar chunks: shard0000 1 { "_id" : { $minKey : 1 } } -->> { "_id" : { $maxKey : 1 } } on : shard0000 Timestamp(1000, 0) ---- Done! ---- m30999| Wed Aug 1 12:31:09 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:31:09 [conn3] end connection 127.0.0.1:44845 m30000| Wed Aug 1 12:31:09 [conn6] end connection 127.0.0.1:44855 m30000| Wed Aug 1 12:31:09 [conn4] end connection 127.0.0.1:44846 m30000| Wed Aug 1 12:31:09 [conn7] end connection 127.0.0.1:44857 Wed Aug 1 12:31:10 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:31:10 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:31:10 [interruptThread] now exiting m30000| Wed Aug 1 12:31:10 dbexit: m30000| Wed Aug 1 12:31:10 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:31:10 [interruptThread] closing listening socket: 31 m30000| Wed Aug 1 12:31:10 [interruptThread] closing listening socket: 35 m30000| Wed Aug 1 12:31:10 [interruptThread] closing listening socket: 37 m30000| Wed Aug 1 12:31:10 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:31:10 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:31:10 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:31:10 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:31:11 [FileAllocator] done allocating datafile /data/db/test0/foo.1, size: 128MB, took 2.684 secs m30000| Wed Aug 1 12:31:11 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:31:11 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:31:12 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:31:12 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:31:12 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:31:12 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:31:12 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:31:12 dbexit: really exiting now Wed Aug 1 12:31:12 shell: stopped mongo program on port 30000 *** ShardingTest test completed successfully in 8.464 seconds *** 8464ms ******************************************* Test : jstests/sharding/stats.js ... Resetting db path '/data/db/stats0' Wed Aug 1 12:31:12 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/stats0 --nopreallocj m30000| Wed Aug 1 12:31:12 [initandlisten] MongoDB starting : pid=11658 port=30000 dbpath=/data/db/stats0 64-bit host=ubuntu m30000| Wed Aug 1 12:31:12 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:31:12 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:31:12 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:31:12 [initandlisten] options: { dbpath: "/data/db/stats0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:31:12 [initandlisten] journal dir=/data/db/stats0/journal m30000| Wed Aug 1 12:31:12 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:31:12 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:31:12 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:31:12 [initandlisten] connection accepted from 127.0.0.1:44859 #1 Resetting db path '/data/db/stats1' Wed Aug 1 12:31:12 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/stats1 --nopreallocj m30001| Wed Aug 1 12:31:12 [initandlisten] MongoDB starting : pid=11671 port=30001 dbpath=/data/db/stats1 64-bit host=ubuntu m30001| Wed Aug 1 12:31:12 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:31:12 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:31:12 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:31:12 [initandlisten] options: { dbpath: "/data/db/stats1", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:31:12 [initandlisten] journal dir=/data/db/stats1/journal m30001| Wed Aug 1 12:31:12 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:31:12 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:31:12 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:31:13 [initandlisten] connection accepted from 127.0.0.1:38632 #1 "localhost:30000" m30000| Wed Aug 1 12:31:13 [initandlisten] connection accepted from 127.0.0.1:44862 #2 ShardingTest stats : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:31:13 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -v --chunkSize 50 m30999| Wed Aug 1 12:31:13 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:31:13 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11686 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:31:13 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:31:13 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:31:13 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999, verbose: true } m30999| Wed Aug 1 12:31:13 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:31:13 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:13 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:13 [initandlisten] connection accepted from 127.0.0.1:44864 #3 m30999| Wed Aug 1 12:31:13 [mongosMain] connected connection! m30999| Wed Aug 1 12:31:13 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:31:13 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:13 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:31:13 [CheckConfigServers] connected connection! m30000| Wed Aug 1 12:31:13 [initandlisten] connection accepted from 127.0.0.1:44865 #4 m30999| Wed Aug 1 12:31:13 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:13 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:13 [initandlisten] connection accepted from 127.0.0.1:44866 #5 m30999| Wed Aug 1 12:31:13 [mongosMain] connected connection! m30000| Wed Aug 1 12:31:13 [FileAllocator] allocating new datafile /data/db/stats0/config.ns, filling with zeroes... m30000| Wed Aug 1 12:31:13 [FileAllocator] creating directory /data/db/stats0/_tmp m30000| Wed Aug 1 12:31:13 [FileAllocator] done allocating datafile /data/db/stats0/config.ns, size: 16MB, took 0.12 secs m30000| Wed Aug 1 12:31:13 [FileAllocator] allocating new datafile /data/db/stats0/config.0, filling with zeroes... m30000| Wed Aug 1 12:31:14 [FileAllocator] done allocating datafile /data/db/stats0/config.0, size: 64MB, took 1.168 secs m30000| Wed Aug 1 12:31:14 [FileAllocator] allocating new datafile /data/db/stats0/config.1, filling with zeroes... m30000| Wed Aug 1 12:31:14 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn5] insert config.version 1305ms m30999| Wed Aug 1 12:31:14 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:31:14 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:31:14 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:31:14 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:31:14 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:31:14 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:31:14 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:31:14 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:31:14 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:31:14 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:14 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:31:14 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:14 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:31:14 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:31:14 m30999| Wed Aug 1 12:31:14 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:31:14 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:14 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:14 [initandlisten] connection accepted from 127.0.0.1:44873 #6 m30999| Wed Aug 1 12:31:14 [Balancer] connected connection! m30000| Wed Aug 1 12:31:14 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:14 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:31:14 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838674:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:31:14 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:14 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:31:14 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838674:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838674:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838674:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:31:14 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "501959d2c91a98273e16f84c" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:31:14 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:14 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:31:14 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838674:1804289383', sleeping for 30000ms m30000| Wed Aug 1 12:31:14 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:31:14 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838674:1804289383' acquired, ts : 501959d2c91a98273e16f84c m30999| Wed Aug 1 12:31:14 [Balancer] *** start balancing round m30999| Wed Aug 1 12:31:14 [Balancer] no collections to balance m30999| Wed Aug 1 12:31:14 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:31:14 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:31:14 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838674:1804289383' unlocked. m30999| Wed Aug 1 12:31:14 [mongosMain] connection accepted from 127.0.0.1:41924 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:31:14 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:31:14 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:31:14 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:14 [conn1] put [admin] on: config:localhost:30000 m30999| Wed Aug 1 12:31:14 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:31:14 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:31:14 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:31:14 [conn1] connected connection! m30001| Wed Aug 1 12:31:14 [initandlisten] connection accepted from 127.0.0.1:38646 #2 m30999| Wed Aug 1 12:31:14 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:31:14 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:31:14 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:31:14 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:31:14 [conn1] enabling sharding on: test m30001| Wed Aug 1 12:31:14 [FileAllocator] allocating new datafile /data/db/stats1/test.ns, filling with zeroes... m30001| Wed Aug 1 12:31:14 [FileAllocator] creating directory /data/db/stats1/_tmp m30999| Wed Aug 1 12:31:14 [conn1] CMD: shardcollection: { shardcollection: "test.aaa", key: { _id: 1.0 } } m30999| Wed Aug 1 12:31:14 [conn1] enable sharding on: test.aaa with shard key: { _id: 1.0 } m30000| Wed Aug 1 12:31:16 [FileAllocator] done allocating datafile /data/db/stats0/config.1, size: 128MB, took 2.521 secs m30001| Wed Aug 1 12:31:17 [FileAllocator] done allocating datafile /data/db/stats1/test.ns, size: 16MB, took 1.436 secs m30001| Wed Aug 1 12:31:17 [FileAllocator] allocating new datafile /data/db/stats1/test.0, filling with zeroes... m30001| Wed Aug 1 12:31:17 [FileAllocator] done allocating datafile /data/db/stats1/test.0, size: 64MB, took 0.839 secs m30001| Wed Aug 1 12:31:17 [FileAllocator] allocating new datafile /data/db/stats1/test.1, filling with zeroes... m30001| Wed Aug 1 12:31:17 [conn2] build index test.aaa { _id: 1 } m30001| Wed Aug 1 12:31:17 [conn2] build index done 0 records 0 secs m30001| Wed Aug 1 12:31:17 [conn2] info: creating collection test.aaa on add index m30001| Wed Aug 1 12:31:17 [conn2] insert test.system.indexes 3352ms m30999| Wed Aug 1 12:31:18 [conn1] going to create 1 chunk(s) for: test.aaa using new epoch 501959d6c91a98273e16f84d m30999| Wed Aug 1 12:31:18 [conn1] ChunkManager: time to load chunks for test.aaa: 0ms sequenceNumber: 2 version: 1|0||501959d6c91a98273e16f84d based on: (empty) m30000| Wed Aug 1 12:31:18 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:31:18 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:18 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:18 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:18 [initandlisten] connection accepted from 127.0.0.1:44876 #7 m30999| Wed Aug 1 12:31:18 [conn1] connected connection! m30999| Wed Aug 1 12:31:18 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959d2c91a98273e16f84b m30999| Wed Aug 1 12:31:18 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:31:18 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:31:18 [conn1] resetting shard version of test.aaa on localhost:30000, version is zero m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0000 localhost:30000 test.aaa { setShardVersion: "test.aaa", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0000", shardHost: "localhost:30000" } 0x11f5cb0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:31:18 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:31:18 [initandlisten] connection accepted from 127.0.0.1:38648 #3 m30999| Wed Aug 1 12:31:18 [conn1] connected connection! m30999| Wed Aug 1 12:31:18 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959d2c91a98273e16f84b m30999| Wed Aug 1 12:31:18 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:31:18 BackgroundJob starting: WriteBackListener-localhost:30001 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0001 localhost:30001 test.aaa { setShardVersion: "test.aaa", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959d6c91a98273e16f84d'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.aaa", need_authoritative: true, errmsg: "first time for collection 'test.aaa'", ok: 0.0 } m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0001 localhost:30001 test.aaa { setShardVersion: "test.aaa", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959d6c91a98273e16f84d'), serverID: ObjectId('501959d2c91a98273e16f84b'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30000| Wed Aug 1 12:31:18 [initandlisten] connection accepted from 127.0.0.1:44878 #8 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:31:18 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:31:18 [conn1] connected connection! m30001| Wed Aug 1 12:31:18 [initandlisten] connection accepted from 127.0.0.1:38650 #4 m30999| Wed Aug 1 12:31:18 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { _id: 1.0 } } m30999| Wed Aug 1 12:31:18 [conn1] enable sharding on: test.foo with shard key: { _id: 1.0 } m30001| Wed Aug 1 12:31:18 [conn4] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:31:18 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:31:18 [conn4] info: creating collection test.foo on add index m30999| Wed Aug 1 12:31:18 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 501959d6c91a98273e16f84e m30999| Wed Aug 1 12:31:18 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|0||501959d6c91a98273e16f84e based on: (empty) m30999| Wed Aug 1 12:31:18 [conn1] resetting shard version of test.foo on localhost:30000, version is zero m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0000", shardHost: "localhost:30000" } 0x11f5cb0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959d6c91a98273e16f84e'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959d6c91a98273e16f84e'), serverID: ObjectId('501959d2c91a98273e16f84b'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] CMD: shardcollection: { shardcollection: "test.zzz", key: { _id: 1.0 } } m30001| Wed Aug 1 12:31:18 [conn4] build index test.zzz { _id: 1 } m30001| Wed Aug 1 12:31:18 [conn4] build index done 0 records 0 secs m30001| Wed Aug 1 12:31:18 [conn4] info: creating collection test.zzz on add index m30001| Wed Aug 1 12:31:18 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { _id: 1.0 }, min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0001", splitKeys: [ { _id: 5000.0 } ], shardId: "test.foo-_id_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:31:18 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:31:18 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838678:1505737916 (sleeping for 30000ms) m30001| Wed Aug 1 12:31:18 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838678:1505737916' acquired, ts : 501959d67f8ee7d8d535aa0f m30001| Wed Aug 1 12:31:18 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:31:18 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:18-0", server: "ubuntu", clientAddr: "127.0.0.1:38650", time: new Date(1343838678206), what: "split", ns: "test.foo", details: { before: { min: { _id: MinKey }, max: { _id: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { _id: MinKey }, max: { _id: 5000.0 }, lastmod: Timestamp 1000|1 }, right: { min: { _id: 5000.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:31:18 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838678:1505737916' unlocked. m30000| Wed Aug 1 12:31:18 [initandlisten] connection accepted from 127.0.0.1:44880 #9 m30999| Wed Aug 1 12:31:18 [conn1] enable sharding on: test.zzz with shard key: { _id: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] going to create 1 chunk(s) for: test.zzz using new epoch 501959d6c91a98273e16f84f m30999| Wed Aug 1 12:31:18 [conn1] ChunkManager: time to load chunks for test.zzz: 0ms sequenceNumber: 4 version: 1|0||501959d6c91a98273e16f84f based on: (empty) m30999| Wed Aug 1 12:31:18 [conn1] resetting shard version of test.zzz on localhost:30000, version is zero m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0000 localhost:30000 test.zzz { setShardVersion: "test.zzz", configdb: "localhost:30000", version: Timestamp 0|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0000", shardHost: "localhost:30000" } 0x11f5cb0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0001 localhost:30001 test.zzz { setShardVersion: "test.zzz", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959d6c91a98273e16f84f'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.zzz", need_authoritative: true, errmsg: "first time for collection 'test.zzz'", ok: 0.0 } m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion shard0001 localhost:30001 test.zzz { setShardVersion: "test.zzz", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959d6c91a98273e16f84f'), serverID: ObjectId('501959d2c91a98273e16f84b'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30999| Wed Aug 1 12:31:18 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:18 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } m30999| Wed Aug 1 12:31:18 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 5 version: 1|2||000000000000000000000000 based on: 1|0||501959d6c91a98273e16f84e m30999| Wed Aug 1 12:31:18 [conn1] CMD: movechunk: { moveChunk: "test.foo", find: { _id: 3.0 }, to: "shard0000" } m30999| Wed Aug 1 12:31:18 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|1||000000000000000000000000 min: { _id: MinKey } max: { _id: 5000.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:31:18 [conn4] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: 5000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:31:18 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:31:18 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838678:1505737916' acquired, ts : 501959d67f8ee7d8d535aa10 m30001| Wed Aug 1 12:31:18 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:18-1", server: "ubuntu", clientAddr: "127.0.0.1:38650", time: new Date(1343838678208), what: "moveChunk.start", ns: "test.foo", details: { min: { _id: MinKey }, max: { _id: 5000.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:31:18 [conn4] moveChunk request accepted at version 1|2 m30001| Wed Aug 1 12:31:18 [conn4] moveChunk number of documents: 0 m30001| Wed Aug 1 12:31:18 [initandlisten] connection accepted from 127.0.0.1:38652 #5 m30000| Wed Aug 1 12:31:18 [FileAllocator] allocating new datafile /data/db/stats0/test.ns, filling with zeroes... m30001| Wed Aug 1 12:31:19 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 5000.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:31:19 [FileAllocator] done allocating datafile /data/db/stats1/test.1, size: 128MB, took 1.811 secs m30000| Wed Aug 1 12:31:19 [FileAllocator] done allocating datafile /data/db/stats0/test.ns, size: 16MB, took 1.723 secs m30000| Wed Aug 1 12:31:19 [FileAllocator] allocating new datafile /data/db/stats0/test.0, filling with zeroes... m30001| Wed Aug 1 12:31:20 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 5000.0 }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30999| Wed Aug 1 12:31:20 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:20 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:20 [initandlisten] connection accepted from 127.0.0.1:44882 #10 m30999| Wed Aug 1 12:31:20 [Balancer] connected connection! m30000| Wed Aug 1 12:31:20 [FileAllocator] done allocating datafile /data/db/stats0/test.0, size: 64MB, took 0.928 secs m30000| Wed Aug 1 12:31:20 [FileAllocator] allocating new datafile /data/db/stats0/test.1, filling with zeroes... m30000| Wed Aug 1 12:31:20 [migrateThread] build index test.foo { _id: 1 } m30000| Wed Aug 1 12:31:20 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:20 [migrateThread] info: creating collection test.foo on add index m30000| Wed Aug 1 12:31:20 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { _id: MinKey } -> { _id: 5000.0 } m30001| Wed Aug 1 12:31:21 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 5000.0 }, state: "catchup", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:31:21 [migrateThread] migrate commit flushed to journal for 'test.foo' { _id: MinKey } -> { _id: 5000.0 } m30999| Wed Aug 1 12:31:21 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:31:21 [Balancer] creating new connection to:localhost:30001 m30001| Wed Aug 1 12:31:21 [initandlisten] connection accepted from 127.0.0.1:38654 #6 m30999| Wed Aug 1 12:31:21 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:31:21 [Balancer] connected connection! m30999| Wed Aug 1 12:31:21 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838674:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838674:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838674:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:31:21 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "501959d9c91a98273e16f850" } } m30999| { "_id" : "balancer", m30999| "state" : 0, m30999| "ts" : { "$oid" : "501959d2c91a98273e16f84c" } } m30999| Wed Aug 1 12:31:21 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838674:1804289383' acquired, ts : 501959d9c91a98273e16f850 m30999| Wed Aug 1 12:31:21 [Balancer] *** start balancing round m30000| Wed Aug 1 12:31:21 [conn6] build index config.tags { _id: 1 } m30000| Wed Aug 1 12:31:21 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:21 [conn6] info: creating collection config.tags on add index m30000| Wed Aug 1 12:31:21 [conn6] build index config.tags { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:21 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:21 [Balancer] shard0001 has more chunks me:1 best: shard0000:0 m30999| Wed Aug 1 12:31:21 [Balancer] collection : test.aaa m30999| Wed Aug 1 12:31:21 [Balancer] donor : shard0001 chunks on 1 m30999| Wed Aug 1 12:31:21 [Balancer] receiver : shard0000 chunks on 0 m30999| Wed Aug 1 12:31:21 [Balancer] threshold : 2 m30999| Wed Aug 1 12:31:21 [Balancer] shard0001 has more chunks me:2 best: shard0000:0 m30999| Wed Aug 1 12:31:21 [Balancer] collection : test.foo m30999| Wed Aug 1 12:31:21 [Balancer] donor : shard0001 chunks on 2 m30999| Wed Aug 1 12:31:21 [Balancer] receiver : shard0000 chunks on 0 m30999| Wed Aug 1 12:31:21 [Balancer] threshold : 2 m30999| Wed Aug 1 12:31:21 [Balancer] ns: test.foo going to move { _id: "test.foo-_id_MinKey", lastmod: Timestamp 1000|1, ns: "test.foo", min: { _id: MinKey }, max: { _id: 5000.0 }, shard: "shard0001" } from: shard0001 to: shard0000 tag [] m30999| Wed Aug 1 12:31:21 [Balancer] shard0001 has more chunks me:1 best: shard0000:0 m30999| Wed Aug 1 12:31:21 [Balancer] collection : test.zzz m30999| Wed Aug 1 12:31:21 [Balancer] donor : shard0001 chunks on 1 m30999| Wed Aug 1 12:31:21 [Balancer] receiver : shard0000 chunks on 0 m30999| Wed Aug 1 12:31:21 [Balancer] threshold : 2 m30999| Wed Aug 1 12:31:21 [Balancer] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|1||000000000000000000000000 min: { _id: MinKey } max: { _id: 5000.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:31:21 [conn6] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: 5000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:31:21 [conn6] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:21 [initandlisten] connection accepted from 127.0.0.1:44884 #11 m30001| Wed Aug 1 12:31:21 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:21-2", server: "ubuntu", clientAddr: "127.0.0.1:38654", time: new Date(1343838681796), what: "moveChunk.from", ns: "test.foo", details: { min: { _id: MinKey }, max: { _id: 5000.0 }, step1: 0, note: "aborted" } } m30999| Wed Aug 1 12:31:21 [Balancer] moveChunk result: { who: { _id: "test.foo", process: "ubuntu:30001:1343838678:1505737916", state: 2, ts: ObjectId('501959d67f8ee7d8d535aa10'), when: new Date(1343838678208), who: "ubuntu:30001:1343838678:1505737916:conn4:1366600788", why: "migrate-{ _id: MinKey }" }, errmsg: "the collection metadata could not be locked with lock migrate-{ _id: MinKey }", ok: 0.0 } m30999| Wed Aug 1 12:31:21 [Balancer] balancer move failed: { who: { _id: "test.foo", process: "ubuntu:30001:1343838678:1505737916", state: 2, ts: ObjectId('501959d67f8ee7d8d535aa10'), when: new Date(1343838678208), who: "ubuntu:30001:1343838678:1505737916:conn4:1366600788", why: "migrate-{ _id: MinKey }" }, errmsg: "the collection metadata could not be locked with lock migrate-{ _id: MinKey }", ok: 0.0 } from: shard0001 to: shard0000 chunk: min: { _id: MinKey } max: { _id: MinKey } m30999| Wed Aug 1 12:31:21 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:31:21 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838674:1804289383' unlocked. m30001| Wed Aug 1 12:31:22 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 5000.0 }, state: "steady", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:31:22 [conn4] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:31:22 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { _id: MinKey } -> { _id: 5000.0 } m30000| Wed Aug 1 12:31:22 [migrateThread] migrate commit flushed to journal for 'test.foo' { _id: MinKey } -> { _id: 5000.0 } m30000| Wed Aug 1 12:31:22 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:22-0", server: "ubuntu", clientAddr: "", time: new Date(1343838682218), what: "moveChunk.to", ns: "test.foo", details: { min: { _id: MinKey }, max: { _id: 5000.0 }, step1: 2659, step2: 0, step3: 0, step4: 0, step5: 1349 } } m30000| Wed Aug 1 12:31:22 [initandlisten] connection accepted from 127.0.0.1:44885 #12 m30001| Wed Aug 1 12:31:22 [conn4] moveChunk migrate commit accepted by TO-shard: { active: true, ns: "test.foo", from: "localhost:30001", min: { _id: MinKey }, max: { _id: 5000.0 }, state: "done", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:31:22 [conn4] moveChunk updating self version to: 2|1 through { _id: 5000.0 } -> { _id: MaxKey } for collection 'test.foo' m30001| Wed Aug 1 12:31:22 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:22-3", server: "ubuntu", clientAddr: "127.0.0.1:38650", time: new Date(1343838682219), what: "moveChunk.commit", ns: "test.foo", details: { min: { _id: MinKey }, max: { _id: 5000.0 }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:31:22 [conn4] doing delete inline m30001| Wed Aug 1 12:31:22 [conn4] moveChunk deleted: 0 m30001| Wed Aug 1 12:31:22 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838678:1505737916' unlocked. m30001| Wed Aug 1 12:31:22 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:22-4", server: "ubuntu", clientAddr: "127.0.0.1:38650", time: new Date(1343838682219), what: "moveChunk.from", ns: "test.foo", details: { min: { _id: MinKey }, max: { _id: 5000.0 }, step1: 0, step2: 1, step3: 0, step4: 4001, step5: 8, step6: 0 } } m30001| Wed Aug 1 12:31:22 [conn4] command admin.$cmd command: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { _id: MinKey }, max: { _id: 5000.0 }, maxChunkSizeBytes: 52428800, shardId: "test.foo-_id_MinKey", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4011ms m30999| Wed Aug 1 12:31:22 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:31:22 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 6 version: 2|1||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:31:22 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0000", shardHost: "localhost:30000" } 0x11f5cb0 m30999| Wed Aug 1 12:31:22 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:31:22 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x11f5cb0 m30999| Wed Aug 1 12:31:22 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:22 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 2|0||000000000000000000000000 min: { _id: MinKey } max: { _id: 5000.0 } dataWritten: 2031758 splitThreshold: 471859 m30999| Wed Aug 1 12:31:22 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:31:22 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0001", shardHost: "localhost:30001" } 0x11f68f0 m30000| Wed Aug 1 12:31:23 [FileAllocator] done allocating datafile /data/db/stats0/test.1, size: 128MB, took 3.096 secs m30000| Wed Aug 1 12:31:23 [conn7] insert test.foo 1702ms m30001| Wed Aug 1 12:31:23 [conn3] setShardVersion - relocking slow: 1655 m30001| Wed Aug 1 12:31:23 [conn3] command admin.$cmd command: { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959d2c91a98273e16f84b'), shard: "shard0001", shardHost: "localhost:30001", $auth: {} } ntoreturn:1 reslen:57 1655ms m30999| Wed Aug 1 12:31:23 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30999| Wed Aug 1 12:31:24 [conn1] about to initiate autosplit: ns:test.foo at: shard0001:localhost:30001 lastmod: 2|1||000000000000000000000000 min: { _id: 5000.0 } max: { _id: MaxKey } dataWritten: 9462484 splitThreshold: 471859 m30999| Wed Aug 1 12:31:24 [conn1] chunk not full enough to trigger auto-split no split entry a_extras: 4 b_extras: 10 m30999| Wed Aug 1 12:31:24 [conn1] RunOnAllShardsCommand db: test cmd:{ dbstats: 1.0, scale: undefined } m30999| Wed Aug 1 12:31:24 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:31:24 [conn6] end connection 127.0.0.1:44873 m30000| Wed Aug 1 12:31:24 [conn3] end connection 127.0.0.1:44864 m30000| Wed Aug 1 12:31:24 [conn4] end connection 127.0.0.1:44865 m30000| Wed Aug 1 12:31:24 [conn7] end connection 127.0.0.1:44876 m30000| Wed Aug 1 12:31:24 [conn10] end connection 127.0.0.1:44882 m30001| Wed Aug 1 12:31:24 [conn4] end connection 127.0.0.1:38650 m30001| Wed Aug 1 12:31:24 [conn3] end connection 127.0.0.1:38648 m30001| Wed Aug 1 12:31:24 [conn6] end connection 127.0.0.1:38654 Wed Aug 1 12:31:25 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:31:25 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:31:25 [interruptThread] now exiting m30000| Wed Aug 1 12:31:25 dbexit: m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:31:25 [interruptThread] closing listening socket: 38 m30000| Wed Aug 1 12:31:25 [interruptThread] closing listening socket: 39 m30000| Wed Aug 1 12:31:25 [interruptThread] closing listening socket: 40 m30000| Wed Aug 1 12:31:25 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:31:25 [conn5] end connection 127.0.0.1:38652 m30000| Wed Aug 1 12:31:25 [conn12] end connection 127.0.0.1:44885 m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:31:25 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:31:25 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:31:25 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:31:25 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:31:25 dbexit: really exiting now Wed Aug 1 12:31:26 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:31:26 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:31:26 [interruptThread] now exiting m30001| Wed Aug 1 12:31:26 dbexit: m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:31:26 [interruptThread] closing listening socket: 41 m30001| Wed Aug 1 12:31:26 [interruptThread] closing listening socket: 42 m30001| Wed Aug 1 12:31:26 [interruptThread] closing listening socket: 43 m30001| Wed Aug 1 12:31:26 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:31:26 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:31:26 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:31:26 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:31:26 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:31:26 dbexit: really exiting now Wed Aug 1 12:31:27 shell: stopped mongo program on port 30001 *** ShardingTest stats completed successfully in 14.509 seconds *** 14510ms ******************************************* Test : jstests/sharding/addshard1.js ... Resetting db path '/data/db/add_shard10' Wed Aug 1 12:31:27 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/add_shard10 --nopreallocj m30000| Wed Aug 1 12:31:27 [initandlisten] MongoDB starting : pid=11740 port=30000 dbpath=/data/db/add_shard10 64-bit host=ubuntu m30000| Wed Aug 1 12:31:27 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:31:27 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:31:27 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:31:27 [initandlisten] options: { dbpath: "/data/db/add_shard10", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:31:27 [initandlisten] journal dir=/data/db/add_shard10/journal m30000| Wed Aug 1 12:31:27 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:31:27 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:31:27 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:31:27 [initandlisten] connection accepted from 127.0.0.1:44887 #1 "localhost:30000" m30000| Wed Aug 1 12:31:27 [initandlisten] connection accepted from 127.0.0.1:44888 #2 ShardingTest add_shard1 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000 ] } Wed Aug 1 12:31:27 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:31:27 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:31:27 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11755 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:31:27 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:31:27 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:31:27 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:31:27 [initandlisten] connection accepted from 127.0.0.1:44890 #3 m30000| Wed Aug 1 12:31:27 [initandlisten] connection accepted from 127.0.0.1:44891 #4 m30000| Wed Aug 1 12:31:27 [initandlisten] connection accepted from 127.0.0.1:44892 #5 m30000| Wed Aug 1 12:31:27 [FileAllocator] allocating new datafile /data/db/add_shard10/config.ns, filling with zeroes... m30000| Wed Aug 1 12:31:27 [FileAllocator] creating directory /data/db/add_shard10/_tmp m30000| Wed Aug 1 12:31:27 [FileAllocator] done allocating datafile /data/db/add_shard10/config.ns, size: 16MB, took 0.109 secs m30000| Wed Aug 1 12:31:27 [FileAllocator] allocating new datafile /data/db/add_shard10/config.0, filling with zeroes... m30000| Wed Aug 1 12:31:28 [FileAllocator] done allocating datafile /data/db/add_shard10/config.0, size: 64MB, took 0.773 secs m30000| Wed Aug 1 12:31:28 [FileAllocator] allocating new datafile /data/db/add_shard10/config.1, filling with zeroes... m30000| Wed Aug 1 12:31:28 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn5] insert config.version 897ms m30999| Wed Aug 1 12:31:28 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:31:28 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:31:28 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:31:28 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:31:28 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:31:28 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:28 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:31:28 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:31:28 m30999| Wed Aug 1 12:31:28 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:28 [initandlisten] connection accepted from 127.0.0.1:44897 #6 m30000| Wed Aug 1 12:31:28 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:28 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838688:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:31:28 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:28 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:31:28 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838688:1804289383' acquired, ts : 501959e0d76ce691ff332bc3 m30999| Wed Aug 1 12:31:28 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838688:1804289383' unlocked. m30999| Wed Aug 1 12:31:28 [mongosMain] connection accepted from 127.0.0.1:41948 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:31:28 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:31:28 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:31:28 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:28 [conn1] put [admin] on: config:localhost:30000 m30999| Wed Aug 1 12:31:28 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } m30000| Wed Aug 1 12:31:28 [initandlisten] connection accepted from 127.0.0.1:44899 #7 m30999| Wed Aug 1 12:31:28 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959e0d76ce691ff332bc2 Wed Aug 1 12:31:28 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 29000 --dbpath /data/db/29000 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m29000| note: noprealloc may hurt performance in many applications m29000| Wed Aug 1 12:31:28 [initandlisten] MongoDB starting : pid=11781 port=29000 dbpath=/data/db/29000 64-bit host=ubuntu m29000| Wed Aug 1 12:31:28 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m29000| Wed Aug 1 12:31:28 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m29000| Wed Aug 1 12:31:28 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m29000| Wed Aug 1 12:31:28 [initandlisten] options: { dbpath: "/data/db/29000", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 29000, smallfiles: true } m30000| Wed Aug 1 12:31:30 [FileAllocator] done allocating datafile /data/db/add_shard10/config.1, size: 128MB, took 2.079 secs m29000| Wed Aug 1 12:31:30 [initandlisten] journal dir=/data/db/29000/journal m29000| Wed Aug 1 12:31:30 [initandlisten] recover : no journal files present, no recovery needed m29000| Wed Aug 1 12:31:30 [initandlisten] waiting for connections on port 29000 m29000| Wed Aug 1 12:31:30 [initandlisten] connection accepted from 127.0.0.1:50815 #1 (1 connection now open) m29000| Wed Aug 1 12:31:30 [FileAllocator] allocating new datafile /data/db/29000/testDB.ns, filling with zeroes... m29000| Wed Aug 1 12:31:30 [FileAllocator] creating directory /data/db/29000/_tmp m29000| Wed Aug 1 12:31:30 [FileAllocator] done allocating datafile /data/db/29000/testDB.ns, size: 16MB, took 0.344 secs m29000| Wed Aug 1 12:31:30 [FileAllocator] allocating new datafile /data/db/29000/testDB.0, filling with zeroes... m29000| Wed Aug 1 12:31:31 [FileAllocator] done allocating datafile /data/db/29000/testDB.0, size: 16MB, took 0.495 secs m29000| Wed Aug 1 12:31:31 [conn1] build index testDB.foo { _id: 1 } m29000| Wed Aug 1 12:31:31 [conn1] build index done. scanned 0 total records. 0 secs m29000| Wed Aug 1 12:31:31 [conn1] insert testDB.foo keyUpdates:0 locks(micros) w:856503 856ms m29000| Wed Aug 1 12:31:31 [initandlisten] connection accepted from 127.0.0.1:50816 #2 (2 connections now open) m30999| Wed Aug 1 12:31:31 [conn1] going to add shard: { _id: "myShard", host: "localhost:29000" } m30999| Wed Aug 1 12:31:31 [conn1] couldn't find database [testDB] in config db m30999| Wed Aug 1 12:31:31 [conn1] put [testDB] on: myShard:localhost:29000 Wed Aug 1 12:31:31 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongod --port 29001 --dbpath /data/db/29001 --noprealloc --smallfiles --oplogSize 40 --nohttpinterface --nopreallocj m29001| note: noprealloc may hurt performance in many applications m29001| Wed Aug 1 12:31:31 [initandlisten] MongoDB starting : pid=11805 port=29001 dbpath=/data/db/29001 64-bit host=ubuntu m29001| Wed Aug 1 12:31:31 [initandlisten] db version v2.2.0-rc1-pre-, pdfile version 4.5 m29001| Wed Aug 1 12:31:31 [initandlisten] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m29001| Wed Aug 1 12:31:31 [initandlisten] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m29001| Wed Aug 1 12:31:31 [initandlisten] options: { dbpath: "/data/db/29001", nohttpinterface: true, noprealloc: true, nopreallocj: true, oplogSize: 40, port: 29001, smallfiles: true } m29001| Wed Aug 1 12:31:31 [initandlisten] journal dir=/data/db/29001/journal m29001| Wed Aug 1 12:31:31 [initandlisten] recover : no journal files present, no recovery needed m29001| Wed Aug 1 12:31:31 [initandlisten] waiting for connections on port 29001 m29001| Wed Aug 1 12:31:31 [initandlisten] connection accepted from 127.0.0.1:44298 #1 (1 connection now open) m29001| Wed Aug 1 12:31:31 [FileAllocator] allocating new datafile /data/db/29001/otherDB.ns, filling with zeroes... m29001| Wed Aug 1 12:31:31 [FileAllocator] creating directory /data/db/29001/_tmp m29001| Wed Aug 1 12:31:31 [FileAllocator] done allocating datafile /data/db/29001/otherDB.ns, size: 16MB, took 0.26 secs m29001| Wed Aug 1 12:31:31 [FileAllocator] allocating new datafile /data/db/29001/otherDB.0, filling with zeroes... m29001| Wed Aug 1 12:31:32 [FileAllocator] done allocating datafile /data/db/29001/otherDB.0, size: 16MB, took 0.204 secs m29001| Wed Aug 1 12:31:32 [conn1] build index otherDB.foo { _id: 1 } m29001| Wed Aug 1 12:31:32 [conn1] build index done. scanned 0 total records. 0.024 secs m29001| Wed Aug 1 12:31:32 [conn1] insert otherDB.foo keyUpdates:0 locks(micros) w:505652 505ms m29001| Wed Aug 1 12:31:32 [FileAllocator] allocating new datafile /data/db/29001/testDB.ns, filling with zeroes... m29001| Wed Aug 1 12:31:32 [FileAllocator] done allocating datafile /data/db/29001/testDB.ns, size: 16MB, took 0.199 secs m29001| Wed Aug 1 12:31:32 [FileAllocator] allocating new datafile /data/db/29001/testDB.0, filling with zeroes... m29001| Wed Aug 1 12:31:32 [FileAllocator] done allocating datafile /data/db/29001/testDB.0, size: 16MB, took 0.359 secs m29001| Wed Aug 1 12:31:32 [conn1] build index testDB.foo { _id: 1 } m29001| Wed Aug 1 12:31:32 [conn1] build index done. scanned 0 total records. 0 secs m29001| Wed Aug 1 12:31:32 [conn1] insert testDB.foo keyUpdates:0 locks(micros) w:574669 564ms m30999| Wed Aug 1 12:31:32 [conn1] creating WriteBackListener for: localhost:29000 serverID: 501959e0d76ce691ff332bc2 m29000| Wed Aug 1 12:31:32 [initandlisten] connection accepted from 127.0.0.1:50819 #3 (3 connections now open) { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "testDB", "partitioned" : false, "primary" : "myShard" } m29001| Wed Aug 1 12:31:32 [initandlisten] connection accepted from 127.0.0.1:44300 #2 (2 connections now open) m30999| Wed Aug 1 12:31:32 [conn1] addshard request { addshard: "localhost:29001", name: "rejectedShard" } failed: can't add shard localhost:29001 because a local database 'testDB' exists in another myShard:localhost:29000 m30999| Wed Aug 1 12:31:32 [conn1] couldn't find database [otherDB] in config db m29000| Wed Aug 1 12:31:32 [initandlisten] connection accepted from 127.0.0.1:50821 #4 (4 connections now open) m30999| Wed Aug 1 12:31:32 [conn1] put [otherDB] on: myShard:localhost:29000 m30999| Wed Aug 1 12:31:32 [conn1] Moving testDB primary from: myShard:localhost:29000 to: shard0000:localhost:30000 m30999| Wed Aug 1 12:31:32 [conn1] created new distributed lock for testDB-movePrimary on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:31:32 [conn1] distributed lock 'testDB-movePrimary/ubuntu:30999:1343838688:1804289383' acquired, ts : 501959e4d76ce691ff332bc4 m29000| Wed Aug 1 12:31:32 [initandlisten] connection accepted from 127.0.0.1:50822 #5 (5 connections now open) m30000| Wed Aug 1 12:31:32 [FileAllocator] allocating new datafile /data/db/add_shard10/testDB.ns, filling with zeroes... m30000| Wed Aug 1 12:31:32 [FileAllocator] done allocating datafile /data/db/add_shard10/testDB.ns, size: 16MB, took 0.118 secs m30000| Wed Aug 1 12:31:32 [FileAllocator] allocating new datafile /data/db/add_shard10/testDB.0, filling with zeroes... m30000| Wed Aug 1 12:31:33 [FileAllocator] done allocating datafile /data/db/add_shard10/testDB.0, size: 64MB, took 1.169 secs m30000| Wed Aug 1 12:31:33 [FileAllocator] allocating new datafile /data/db/add_shard10/testDB.1, filling with zeroes... m30000| Wed Aug 1 12:31:34 [conn6] build index testDB.foo { _id: 1 } m30000| Wed Aug 1 12:31:34 [conn6] build index done 3 records 0 secs m30000| Wed Aug 1 12:31:34 [conn6] command testDB.$cmd command: { clone: "localhost:29000", collsToIgnore: {} } ntoreturn:1 reslen:37 1481ms m29000| Wed Aug 1 12:31:34 [conn5] end connection 127.0.0.1:50822 (4 connections now open) m30999| Wed Aug 1 12:31:34 [conn1] movePrimary dropping database on localhost:29000, no sharded collections in testDB m29000| Wed Aug 1 12:31:34 [conn4] dropDatabase testDB m29000| Wed Aug 1 12:31:34 [conn4] removeJournalFiles m30000| Wed Aug 1 12:31:34 [initandlisten] connection accepted from 127.0.0.1:44918 #8 m29000| Wed Aug 1 12:31:34 [initandlisten] connection accepted from 127.0.0.1:50824 #6 (5 connections now open) m30999| Wed Aug 1 12:31:34 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838688:1804289383' acquired, ts : 501959e6d76ce691ff332bc5 m30999| Wed Aug 1 12:31:34 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838688:1804289383' unlocked. m30000| Wed Aug 1 12:31:35 [FileAllocator] done allocating datafile /data/db/add_shard10/testDB.1, size: 128MB, took 1.956 secs m29000| Wed Aug 1 12:31:35 [conn4] command testDB.$cmd command: { dropDatabase: 1 } ntoreturn:1 keyUpdates:0 locks(micros) W:1794110 reslen:57 1794ms m30999| Wed Aug 1 12:31:35 [conn1] distributed lock 'testDB-movePrimary/ubuntu:30999:1343838688:1804289383' unlocked. m30000| Wed Aug 1 12:31:35 [conn7] build index testDB.foo { a: 1.0 } m30000| Wed Aug 1 12:31:35 [conn7] build index done 3 records 0 secs m30999| Wed Aug 1 12:31:35 [conn1] enabling sharding on: testDB m30999| Wed Aug 1 12:31:35 [conn1] CMD: shardcollection: { shardcollection: "testDB.foo", key: { a: 1.0 } } m30999| Wed Aug 1 12:31:35 [conn1] enable sharding on: testDB.foo with shard key: { a: 1.0 } m30999| Wed Aug 1 12:31:35 [conn1] going to create 1 chunk(s) for: testDB.foo using new epoch 501959e7d76ce691ff332bc6 m30999| Wed Aug 1 12:31:35 [conn1] ChunkManager: time to load chunks for testDB.foo: 0ms sequenceNumber: 2 version: 1|0||501959e7d76ce691ff332bc6 based on: (empty) m30000| Wed Aug 1 12:31:35 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:31:35 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:35 [conn1] splitting: testDB.foo shard: ns:testDB.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { a: MinKey } max: { a: MaxKey } m30000| Wed Aug 1 12:31:35 [initandlisten] connection accepted from 127.0.0.1:44920 #9 m30000| Wed Aug 1 12:31:35 [conn6] received splitChunk request: { splitChunk: "testDB.foo", keyPattern: { a: 1.0 }, min: { a: MinKey }, max: { a: MaxKey }, from: "shard0000", splitKeys: [ { a: 1.0 } ], shardId: "testDB.foo-a_MinKey", configdb: "localhost:30000" } m30000| Wed Aug 1 12:31:35 [conn6] created new distributed lock for testDB.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:35 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30000:1343838695:1181346741 (sleeping for 30000ms) m30000| Wed Aug 1 12:31:35 [initandlisten] connection accepted from 127.0.0.1:44921 #10 m30000| Wed Aug 1 12:31:35 [conn6] distributed lock 'testDB.foo/ubuntu:30000:1343838695:1181346741' acquired, ts : 501959e738d03950f1a4edbf m30000| Wed Aug 1 12:31:35 [conn6] splitChunk accepted at version 1|0 m30000| Wed Aug 1 12:31:35 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:35-0", server: "ubuntu", clientAddr: "127.0.0.1:44897", time: new Date(1343838695912), what: "split", ns: "testDB.foo", details: { before: { min: { a: MinKey }, max: { a: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { a: MinKey }, max: { a: 1.0 }, lastmod: Timestamp 1000|1 }, right: { min: { a: 1.0 }, max: { a: MaxKey }, lastmod: Timestamp 1000|2 } } } m30000| Wed Aug 1 12:31:35 [conn6] distributed lock 'testDB.foo/ubuntu:30000:1343838695:1181346741' unlocked. m30999| Wed Aug 1 12:31:35 [conn1] ChunkManager: time to load chunks for testDB.foo: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||501959e7d76ce691ff332bc6 m29000| Wed Aug 1 12:31:35 got signal 15 (Terminated), will terminate after current cmd ends m29000| Wed Aug 1 12:31:35 [interruptThread] now exiting m29000| Wed Aug 1 12:31:35 dbexit: m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: going to close listening sockets... m29000| Wed Aug 1 12:31:35 [interruptThread] closing listening socket: 49 m29000| Wed Aug 1 12:31:35 [interruptThread] closing listening socket: 51 m29000| Wed Aug 1 12:31:35 [interruptThread] removing socket file: /tmp/mongodb-29000.sock m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: going to flush diaglog... m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: going to close sockets... m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: waiting for fs preallocator... m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: lock for final commit... m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: final commit... m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: closing all files... m29000| Wed Aug 1 12:31:35 [interruptThread] closeAllFiles() finished m29000| Wed Aug 1 12:31:35 [interruptThread] journalCleanup... m29000| Wed Aug 1 12:31:35 [interruptThread] removeJournalFiles m30999| Wed Aug 1 12:31:35 [WriteBackListener-localhost:29000] DBClientCursor::init call() failed m30999| Wed Aug 1 12:31:35 [WriteBackListener-localhost:29000] WriteBackListener exception : DBClientBase::findN: transport error: localhost:29000 ns: admin.$cmd query: { writebacklisten: ObjectId('501959e0d76ce691ff332bc2') } m29000| Wed Aug 1 12:31:35 [interruptThread] shutdown: removing fs lock... m29000| Wed Aug 1 12:31:35 dbexit: really exiting now Wed Aug 1 12:31:36 shell: stopped mongo program on port 29000 m29001| Wed Aug 1 12:31:36 got signal 15 (Terminated), will terminate after current cmd ends m29001| Wed Aug 1 12:31:36 [interruptThread] now exiting m29001| Wed Aug 1 12:31:36 dbexit: m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: going to close listening sockets... m29001| Wed Aug 1 12:31:36 [interruptThread] closing listening socket: 53 m29001| Wed Aug 1 12:31:36 [interruptThread] closing listening socket: 55 m29001| Wed Aug 1 12:31:36 [interruptThread] removing socket file: /tmp/mongodb-29001.sock m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: going to flush diaglog... m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: going to close sockets... m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: waiting for fs preallocator... m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: lock for final commit... m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: final commit... m30999| Wed Aug 1 12:31:36 [WriteBackListener-localhost:29000] DBClientCursor::init call() failed m30999| Wed Aug 1 12:31:36 [WriteBackListener-localhost:29000] WriteBackListener exception : DBClientBase::findN: transport error: localhost:29000 ns: admin.$cmd query: { writebacklisten: ObjectId('501959e0d76ce691ff332bc2') } m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: closing all files... m29001| Wed Aug 1 12:31:36 [interruptThread] closeAllFiles() finished m29001| Wed Aug 1 12:31:36 [interruptThread] journalCleanup... m29001| Wed Aug 1 12:31:36 [interruptThread] removeJournalFiles m29001| Wed Aug 1 12:31:36 [interruptThread] shutdown: removing fs lock... m29001| Wed Aug 1 12:31:36 dbexit: really exiting now Wed Aug 1 12:31:37 shell: stopped mongo program on port 29001 m30999| Wed Aug 1 12:31:37 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:31:37 [conn3] end connection 127.0.0.1:44890 m30000| Wed Aug 1 12:31:37 [conn6] end connection 127.0.0.1:44897 m30000| Wed Aug 1 12:31:37 [conn7] end connection 127.0.0.1:44899 m30000| Wed Aug 1 12:31:37 [conn4] end connection 127.0.0.1:44891 m30000| Wed Aug 1 12:31:37 [conn8] end connection 127.0.0.1:44918 Wed Aug 1 12:31:38 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:31:38 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:31:38 [interruptThread] now exiting m30000| Wed Aug 1 12:31:38 dbexit: m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:31:38 [interruptThread] closing listening socket: 41 m30000| Wed Aug 1 12:31:38 [interruptThread] closing listening socket: 43 m30000| Wed Aug 1 12:31:38 [interruptThread] closing listening socket: 44 m30000| Wed Aug 1 12:31:38 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:31:38 [conn10] end connection 127.0.0.1:44921 m30000| Wed Aug 1 12:31:38 [conn9] end connection 127.0.0.1:44920 m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:31:38 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:31:38 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:31:38 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:31:38 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:31:38 dbexit: really exiting now Wed Aug 1 12:31:39 shell: stopped mongo program on port 30000 *** ShardingTest add_shard1 completed successfully in 12.771 seconds *** 12772ms !!!!!!!!!! skipping test that has failed under sharding but might not anymore features1 ******************************************* Test : jstests/sharding/reset_shard_version.js ... ---- Starting sharded cluster... ---- Resetting db path '/data/db/test0' Wed Aug 1 12:31:39 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/test0 --nopreallocj m30000| Wed Aug 1 12:31:40 [initandlisten] MongoDB starting : pid=11839 port=30000 dbpath=/data/db/test0 64-bit host=ubuntu m30000| Wed Aug 1 12:31:40 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:31:40 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:31:40 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:31:40 [initandlisten] options: { dbpath: "/data/db/test0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:31:40 [initandlisten] journal dir=/data/db/test0/journal m30000| Wed Aug 1 12:31:40 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:31:40 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:31:40 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:31:40 [initandlisten] connection accepted from 127.0.0.1:44923 #1 "localhost:30000" m30000| Wed Aug 1 12:31:40 [initandlisten] connection accepted from 127.0.0.1:44924 #2 ShardingTest test : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000 ] } Wed Aug 1 12:31:40 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:31:40 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:31:40 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11854 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:31:40 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:31:40 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:31:40 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999 } m30000| Wed Aug 1 12:31:40 [initandlisten] connection accepted from 127.0.0.1:44926 #3 m30000| Wed Aug 1 12:31:40 [initandlisten] connection accepted from 127.0.0.1:44927 #4 m30000| Wed Aug 1 12:31:40 [initandlisten] connection accepted from 127.0.0.1:44928 #5 m30000| Wed Aug 1 12:31:40 [FileAllocator] allocating new datafile /data/db/test0/config.ns, filling with zeroes... m30000| Wed Aug 1 12:31:40 [FileAllocator] creating directory /data/db/test0/_tmp m30000| Wed Aug 1 12:31:40 [FileAllocator] done allocating datafile /data/db/test0/config.ns, size: 16MB, took 0.106 secs m30000| Wed Aug 1 12:31:40 [FileAllocator] allocating new datafile /data/db/test0/config.0, filling with zeroes... m30000| Wed Aug 1 12:31:41 [FileAllocator] done allocating datafile /data/db/test0/config.0, size: 64MB, took 0.816 secs m30000| Wed Aug 1 12:31:41 [FileAllocator] allocating new datafile /data/db/test0/config.1, filling with zeroes... m30000| Wed Aug 1 12:31:41 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn5] insert config.version 938ms m30999| Wed Aug 1 12:31:41 [Balancer] about to contact config servers and shards m30000| Wed Aug 1 12:31:41 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:31:41 [websvr] admin web console waiting for connections on port 31999 m30999| Wed Aug 1 12:31:41 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:31:41 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:31:41 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:41 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:31:41 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:31:41 m30999| Wed Aug 1 12:31:41 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:41 [initandlisten] connection accepted from 127.0.0.1:44934 #6 m30000| Wed Aug 1 12:31:41 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:41 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838701:1804289383 (sleeping for 30000ms) m30000| Wed Aug 1 12:31:41 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:41 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:31:41 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838701:1804289383' acquired, ts : 501959ed2786f6e6cfbd21b6 m30999| Wed Aug 1 12:31:41 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838701:1804289383' unlocked. Wed Aug 1 12:31:41 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30998 --configdb localhost:30000 --chunkSize 50 m30999| Wed Aug 1 12:31:41 [mongosMain] connection accepted from 127.0.0.1:41985 #1 (1 connection now open) m30998| Wed Aug 1 12:31:41 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30998| Wed Aug 1 12:31:41 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11877 port=30998 64-bit host=ubuntu (--help for usage) m30998| Wed Aug 1 12:31:41 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30998| Wed Aug 1 12:31:41 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30998| Wed Aug 1 12:31:41 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30998 } m30000| Wed Aug 1 12:31:41 [initandlisten] connection accepted from 127.0.0.1:44937 #7 m30000| Wed Aug 1 12:31:41 [initandlisten] connection accepted from 127.0.0.1:44938 #8 m30998| Wed Aug 1 12:31:41 [Balancer] about to contact config servers and shards m30998| Wed Aug 1 12:31:41 [websvr] admin web console waiting for connections on port 31998 m30998| Wed Aug 1 12:31:41 [mongosMain] waiting for connections on port 30998 m30000| Wed Aug 1 12:31:41 [initandlisten] connection accepted from 127.0.0.1:44939 #9 m30998| Wed Aug 1 12:31:41 [Balancer] config servers and shards contacted successfully m30998| Wed Aug 1 12:31:41 [Balancer] balancer id: ubuntu:30998 started at Aug 1 12:31:41 m30998| Wed Aug 1 12:31:41 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:41 [initandlisten] connection accepted from 127.0.0.1:44940 #10 m30998| Wed Aug 1 12:31:41 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30998:1343838701:1804289383 (sleeping for 30000ms) m30998| Wed Aug 1 12:31:41 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838701:1804289383' acquired, ts : 501959ed2aea63c613cd33dc m30998| Wed Aug 1 12:31:41 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838701:1804289383' unlocked. m30998| Wed Aug 1 12:31:41 [mongosMain] connection accepted from 127.0.0.1:40386 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:31:41 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:31:41 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:31:41 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:41 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:31:43 [FileAllocator] done allocating datafile /data/db/test0/config.1, size: 128MB, took 2.568 secs m30000| Wed Aug 1 12:31:43 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 2106ms m30999| Wed Aug 1 12:31:43 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } m30999| Wed Aug 1 12:31:43 [conn1] couldn't find database [multi_version_cluster_passthrough] in config db m30999| Wed Aug 1 12:31:43 [conn1] put [multi_version_cluster_passthrough] on: shard0000:localhost:30000 m30999| Wed Aug 1 12:31:43 [conn1] DROP: multi_version_cluster_passthrough.coll m30999| Wed Aug 1 12:31:43 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959ed2786f6e6cfbd21b5 m30000| Wed Aug 1 12:31:43 [initandlisten] connection accepted from 127.0.0.1:44942 #11 m30000| Wed Aug 1 12:31:43 [conn11] CMD: drop multi_version_cluster_passthrough.coll m30999| Wed Aug 1 12:31:43 [conn1] enabling sharding on: multi_version_cluster_passthrough m30999| Wed Aug 1 12:31:43 [conn1] CMD: shardcollection: { shardcollection: "multi_version_cluster_passthrough.coll", key: { _id: 1.0 } } m30000| Wed Aug 1 12:31:43 [FileAllocator] allocating new datafile /data/db/test0/multi_version_cluster_passthrough.ns, filling with zeroes... m30999| Wed Aug 1 12:31:43 [conn1] enable sharding on: multi_version_cluster_passthrough.coll with shard key: { _id: 1.0 } m30000| Wed Aug 1 12:31:44 [FileAllocator] done allocating datafile /data/db/test0/multi_version_cluster_passthrough.ns, size: 16MB, took 0.263 secs m30000| Wed Aug 1 12:31:44 [FileAllocator] allocating new datafile /data/db/test0/multi_version_cluster_passthrough.0, filling with zeroes... m30000| Wed Aug 1 12:31:45 [FileAllocator] done allocating datafile /data/db/test0/multi_version_cluster_passthrough.0, size: 64MB, took 1.12 secs m30000| Wed Aug 1 12:31:45 [FileAllocator] allocating new datafile /data/db/test0/multi_version_cluster_passthrough.1, filling with zeroes... m30000| Wed Aug 1 12:31:45 [conn6] build index multi_version_cluster_passthrough.coll { _id: 1 } m30000| Wed Aug 1 12:31:45 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:45 [conn6] info: creating collection multi_version_cluster_passthrough.coll on add index m30000| Wed Aug 1 12:31:45 [conn6] insert multi_version_cluster_passthrough.system.indexes 1433ms m30999| Wed Aug 1 12:31:45 [conn1] going to create 1 chunk(s) for: multi_version_cluster_passthrough.coll using new epoch 501959f12786f6e6cfbd21b7 m30999| Wed Aug 1 12:31:45 [conn1] ChunkManager: time to load chunks for multi_version_cluster_passthrough.coll: 0ms sequenceNumber: 2 version: 1|0||501959f12786f6e6cfbd21b7 based on: (empty) m30000| Wed Aug 1 12:31:45 [conn3] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:31:45 [conn3] build index done 0 records 0 secs ---- Inserting data... ---- m30000| Wed Aug 1 12:31:45 [conn6] request split points lookup for chunk multi_version_cluster_passthrough.coll { : MinKey } -->> { : MaxKey } ---- Setting connection versions on both mongoses... ---- m30000| Wed Aug 1 12:31:45 [conn6] max number of requested split points reached (2) before the end of chunk multi_version_cluster_passthrough.coll { : MinKey } -->> { : MaxKey } m30000| Wed Aug 1 12:31:45 [initandlisten] connection accepted from 127.0.0.1:44943 #12 m30000| Wed Aug 1 12:31:45 [conn6] received splitChunk request: { splitChunk: "multi_version_cluster_passthrough.coll", keyPattern: { _id: 1.0 }, min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0000", splitKeys: [ { _id: 0.0 } ], shardId: "multi_version_cluster_passthrough.coll-_id_MinKey", configdb: "localhost:30000" } m30000| Wed Aug 1 12:31:45 [conn6] created new distributed lock for multi_version_cluster_passthrough.coll on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:45 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30000:1343838705:1583379408 (sleeping for 30000ms) m30000| Wed Aug 1 12:31:45 [initandlisten] connection accepted from 127.0.0.1:44944 #13 m30000| Wed Aug 1 12:31:45 [conn6] distributed lock 'multi_version_cluster_passthrough.coll/ubuntu:30000:1343838705:1583379408' acquired, ts : 501959f17fbb5197c6654c06 m30000| Wed Aug 1 12:31:45 [conn6] splitChunk accepted at version 1|0 m30000| Wed Aug 1 12:31:45 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:45-0", server: "ubuntu", clientAddr: "127.0.0.1:44934", time: new Date(1343838705230), what: "split", ns: "multi_version_cluster_passthrough.coll", details: { before: { min: { _id: MinKey }, max: { _id: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { _id: MinKey }, max: { _id: 0.0 }, lastmod: Timestamp 1000|1 }, right: { min: { _id: 0.0 }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 } } } m30000| Wed Aug 1 12:31:45 [conn6] distributed lock 'multi_version_cluster_passthrough.coll/ubuntu:30000:1343838705:1583379408' unlocked. m30999| Wed Aug 1 12:31:45 [conn1] ChunkManager: time to load chunks for multi_version_cluster_passthrough.coll: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||501959f12786f6e6cfbd21b7 m30999| Wed Aug 1 12:31:45 [conn1] autosplitted multi_version_cluster_passthrough.coll shard: ns:multi_version_cluster_passthrough.coll at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } on: { _id: 0.0 } (splitThreshold 921) m30998| Wed Aug 1 12:31:45 [conn1] ChunkManager: time to load chunks for multi_version_cluster_passthrough.coll: 0ms sequenceNumber: 2 version: 1|2||000000000000000000000000 based on: (empty) m30000| Wed Aug 1 12:31:45 [initandlisten] connection accepted from 127.0.0.1:44945 #14 m30998| Wed Aug 1 12:31:45 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959ed2aea63c613cd33db ---- Resetting connection version on shard... ---- m30000| Wed Aug 1 12:31:45 [conn1] wiping data for: multi_version_cluster_passthrough.coll { "oldVersion" : Timestamp(0, 0), "beforeDrop" : Timestamp(1000, 2), "ok" : 1 } ---- Querying with version reset... ---- m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] warning: can't load version from element type (0) EOO m30999| Wed Aug 1 12:31:45 [conn1] ChunkManager: time to load chunks for multi_version_cluster_passthrough.coll: 0ms sequenceNumber: 4 version: 1|2||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:31:45 [conn1] warning: chunk manager reload forced for collection 'multi_version_cluster_passthrough.coll', config version is 1|2||000000000000000000000000 ---- Resetting connection version on shard again... ---- { "errmsg" : "server id has changed!", "ok" : 0 } ---- Doing count command with version reset... ---- m30999| Wed Aug 1 12:31:45 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:31:45 [conn3] end connection 127.0.0.1:44926 m30000| Wed Aug 1 12:31:45 [conn4] end connection 127.0.0.1:44927 m30000| Wed Aug 1 12:31:45 [conn11] end connection 127.0.0.1:44942 m30000| Wed Aug 1 12:31:45 [conn6] end connection 127.0.0.1:44934 Wed Aug 1 12:31:46 shell: stopped mongo program on port 30999 m30998| Wed Aug 1 12:31:46 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:31:46 [conn7] end connection 127.0.0.1:44937 m30000| Wed Aug 1 12:31:46 [conn8] end connection 127.0.0.1:44938 m30000| Wed Aug 1 12:31:46 [conn14] end connection 127.0.0.1:44945 m30000| Wed Aug 1 12:31:46 [conn10] end connection 127.0.0.1:44940 m30000| Wed Aug 1 12:31:47 [FileAllocator] done allocating datafile /data/db/test0/multi_version_cluster_passthrough.1, size: 128MB, took 1.943 secs Wed Aug 1 12:31:47 shell: stopped mongo program on port 30998 m30000| Wed Aug 1 12:31:47 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:31:47 [interruptThread] now exiting m30000| Wed Aug 1 12:31:47 dbexit: m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:31:47 [interruptThread] closing listening socket: 45 m30000| Wed Aug 1 12:31:47 [interruptThread] closing listening socket: 47 m30000| Wed Aug 1 12:31:47 [interruptThread] closing listening socket: 48 m30000| Wed Aug 1 12:31:47 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:31:47 [conn12] end connection 127.0.0.1:44943 m30000| Wed Aug 1 12:31:47 [conn13] end connection 127.0.0.1:44944 m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:31:47 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:31:47 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:31:47 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:31:47 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:31:47 dbexit: really exiting now Wed Aug 1 12:31:48 shell: stopped mongo program on port 30000 *** ShardingTest test completed successfully in 8.318 seconds *** 8318ms ******************************************* Test : jstests/sharding/limit_push.js ... Resetting db path '/data/db/limit_push0' Wed Aug 1 12:31:48 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/limit_push0 --nopreallocj m30000| Wed Aug 1 12:31:48 [initandlisten] MongoDB starting : pid=11909 port=30000 dbpath=/data/db/limit_push0 64-bit host=ubuntu m30000| Wed Aug 1 12:31:48 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:31:48 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:31:48 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:31:48 [initandlisten] options: { dbpath: "/data/db/limit_push0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:31:48 [initandlisten] journal dir=/data/db/limit_push0/journal m30000| Wed Aug 1 12:31:48 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:31:48 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:31:48 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:31:48 [initandlisten] connection accepted from 127.0.0.1:44947 #1 Resetting db path '/data/db/limit_push1' Wed Aug 1 12:31:48 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/limit_push1 --nopreallocj m30001| Wed Aug 1 12:31:48 [initandlisten] MongoDB starting : pid=11922 port=30001 dbpath=/data/db/limit_push1 64-bit host=ubuntu m30001| Wed Aug 1 12:31:48 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:31:48 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:31:48 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:31:48 [initandlisten] options: { dbpath: "/data/db/limit_push1", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:31:48 [initandlisten] journal dir=/data/db/limit_push1/journal m30001| Wed Aug 1 12:31:48 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:31:48 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:31:48 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:31:48 [initandlisten] connection accepted from 127.0.0.1:38720 #1 "localhost:30000" m30000| Wed Aug 1 12:31:48 [initandlisten] connection accepted from 127.0.0.1:44950 #2 ShardingTest limit_push : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:31:48 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -v --chunkSize 50 m30999| Wed Aug 1 12:31:48 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:31:48 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=11937 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:31:48 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:31:48 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:31:48 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999, verbose: true } m30999| Wed Aug 1 12:31:48 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:31:48 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:48 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:48 [initandlisten] connection accepted from 127.0.0.1:44952 #3 m30999| Wed Aug 1 12:31:48 [mongosMain] connected connection! m30999| Wed Aug 1 12:31:48 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:31:48 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:48 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:48 [initandlisten] connection accepted from 127.0.0.1:44953 #4 m30999| Wed Aug 1 12:31:48 [CheckConfigServers] connected connection! m30999| Wed Aug 1 12:31:48 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:48 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:48 [initandlisten] connection accepted from 127.0.0.1:44954 #5 m30999| Wed Aug 1 12:31:48 [mongosMain] connected connection! m30000| Wed Aug 1 12:31:48 [FileAllocator] allocating new datafile /data/db/limit_push0/config.ns, filling with zeroes... m30000| Wed Aug 1 12:31:48 [FileAllocator] creating directory /data/db/limit_push0/_tmp m30000| Wed Aug 1 12:31:48 [FileAllocator] done allocating datafile /data/db/limit_push0/config.ns, size: 16MB, took 0.153 secs m30000| Wed Aug 1 12:31:48 [FileAllocator] allocating new datafile /data/db/limit_push0/config.0, filling with zeroes... m30000| Wed Aug 1 12:31:49 [FileAllocator] done allocating datafile /data/db/limit_push0/config.0, size: 64MB, took 0.869 secs m30000| Wed Aug 1 12:31:49 [FileAllocator] allocating new datafile /data/db/limit_push0/config.1, filling with zeroes... m30000| Wed Aug 1 12:31:49 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn5] insert config.version 1030ms m30999| Wed Aug 1 12:31:49 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:31:49 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:31:49 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:31:49 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:31:49 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:31:49 [Balancer] about to contact config servers and shards m30000| Wed Aug 1 12:31:49 [conn4] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:31:49 [websvr] admin web console waiting for connections on port 31999 m30999| Wed Aug 1 12:31:49 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn4] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn4] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:31:49 [conn4] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn4] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn4] info: creating collection config.shards on add index m30000| Wed Aug 1 12:31:49 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:49 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:31:49 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:31:49 m30999| Wed Aug 1 12:31:49 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:31:49 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:49 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:31:49 [Balancer] connected connection! m30000| Wed Aug 1 12:31:49 [initandlisten] connection accepted from 127.0.0.1:44960 #6 m30000| Wed Aug 1 12:31:49 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:49 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:31:49 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838709:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:31:49 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:31:49 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838709:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838709:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838709:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:31:49 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "501959f5cbb446882d2123dd" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:31:49 [conn4] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:49 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:49 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:31:49 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838709:1804289383', sleeping for 30000ms m30000| Wed Aug 1 12:31:49 [conn4] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 1 records 0 secs m30999| Wed Aug 1 12:31:49 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838709:1804289383' acquired, ts : 501959f5cbb446882d2123dd m30999| Wed Aug 1 12:31:49 [Balancer] *** start balancing round m30999| Wed Aug 1 12:31:49 [Balancer] no collections to balance m30999| Wed Aug 1 12:31:49 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:31:49 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:31:49 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838709:1804289383' unlocked. m30999| Wed Aug 1 12:31:49 [mongosMain] connection accepted from 127.0.0.1:42011 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:31:49 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:31:49 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:31:49 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:49 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:31:51 [FileAllocator] done allocating datafile /data/db/limit_push0/config.1, size: 128MB, took 2.087 secs m30000| Wed Aug 1 12:31:51 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 1920ms m30999| Wed Aug 1 12:31:51 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:31:51 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:31:51 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:31:51 [initandlisten] connection accepted from 127.0.0.1:38733 #2 m30999| Wed Aug 1 12:31:51 [conn1] connected connection! m30999| Wed Aug 1 12:31:51 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:31:51 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:31:51 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:31:51 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:31:51 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:51 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:51 [initandlisten] connection accepted from 127.0.0.1:44963 #7 m30999| Wed Aug 1 12:31:51 [conn1] connected connection! m30999| Wed Aug 1 12:31:51 [conn1] creating WriteBackListener for: localhost:30000 serverID: 501959f5cbb446882d2123dc m30999| Wed Aug 1 12:31:51 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:31:51 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:31:51 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:31:51 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:31:51 [initandlisten] connection accepted from 127.0.0.1:38735 #3 m30999| Wed Aug 1 12:31:51 [conn1] connected connection! m30999| Wed Aug 1 12:31:51 [conn1] creating WriteBackListener for: localhost:30001 serverID: 501959f5cbb446882d2123dc m30999| Wed Aug 1 12:31:51 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:31:51 BackgroundJob starting: WriteBackListener-localhost:30001 m30001| Wed Aug 1 12:31:51 [FileAllocator] allocating new datafile /data/db/limit_push1/test.ns, filling with zeroes... m30001| Wed Aug 1 12:31:51 [FileAllocator] creating directory /data/db/limit_push1/_tmp m30001| Wed Aug 1 12:31:52 [FileAllocator] done allocating datafile /data/db/limit_push1/test.ns, size: 16MB, took 0.366 secs m30001| Wed Aug 1 12:31:52 [FileAllocator] allocating new datafile /data/db/limit_push1/test.0, filling with zeroes... m30001| Wed Aug 1 12:31:53 [FileAllocator] done allocating datafile /data/db/limit_push1/test.0, size: 64MB, took 1.027 secs m30001| Wed Aug 1 12:31:53 [FileAllocator] allocating new datafile /data/db/limit_push1/test.1, filling with zeroes... m30001| Wed Aug 1 12:31:53 [conn3] build index test.limit_push { _id: 1 } m30001| Wed Aug 1 12:31:53 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:31:53 [conn3] insert test.limit_push 1401ms m30001| Wed Aug 1 12:31:53 [conn3] build index test.limit_push { x: 1.0 } m30001| Wed Aug 1 12:31:53 [conn3] build index done 100 records 0 secs m30999| Wed Aug 1 12:31:53 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:31:53 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:31:53 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:31:53 [initandlisten] connection accepted from 127.0.0.1:38736 #4 m30999| Wed Aug 1 12:31:53 [conn1] connected connection! m30001| Wed Aug 1 12:31:55 [FileAllocator] done allocating datafile /data/db/limit_push1/test.1, size: 128MB, took 2.365 secs m30001| Wed Aug 1 12:31:55 [conn4] command admin.$cmd command: { checkShardingIndex: "test.limit_push", keyPattern: { x: 1.0 } } ntoreturn:1 reslen:37 2107ms m30999| Wed Aug 1 12:31:55 [conn1] CMD: shardcollection: { shardcollection: "test.limit_push", key: { x: 1.0 } } m30999| Wed Aug 1 12:31:55 [conn1] enable sharding on: test.limit_push with shard key: { x: 1.0 } m30999| Wed Aug 1 12:31:55 [conn1] going to create 1 chunk(s) for: test.limit_push using new epoch 501959fbcbb446882d2123de m30999| Wed Aug 1 12:31:55 [conn1] ChunkManager: time to load chunks for test.limit_push: 0ms sequenceNumber: 2 version: 1|0||501959fbcbb446882d2123de based on: (empty) m30000| Wed Aug 1 12:31:55 [conn4] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:31:55 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:55 [conn1] setShardVersion shard0001 localhost:30001 test.limit_push { setShardVersion: "test.limit_push", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959fbcbb446882d2123de'), serverID: ObjectId('501959f5cbb446882d2123dc'), shard: "shard0001", shardHost: "localhost:30001" } 0x288ab20 m30999| Wed Aug 1 12:31:55 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.limit_push", need_authoritative: true, errmsg: "first time for collection 'test.limit_push'", ok: 0.0 } m30999| Wed Aug 1 12:31:55 [conn1] setShardVersion shard0001 localhost:30001 test.limit_push { setShardVersion: "test.limit_push", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('501959fbcbb446882d2123de'), serverID: ObjectId('501959f5cbb446882d2123dc'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x288ab20 m30000| Wed Aug 1 12:31:55 [initandlisten] connection accepted from 127.0.0.1:44966 #8 m30999| Wed Aug 1 12:31:55 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:31:55 [conn1] splitting: test.limit_push shard: ns:test.limit_push at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { x: MinKey } max: { x: MaxKey } m30000| Wed Aug 1 12:31:55 [initandlisten] connection accepted from 127.0.0.1:44967 #9 m30001| Wed Aug 1 12:31:55 [conn4] received splitChunk request: { splitChunk: "test.limit_push", keyPattern: { x: 1.0 }, min: { x: MinKey }, max: { x: MaxKey }, from: "shard0001", splitKeys: [ { x: 50.0 } ], shardId: "test.limit_push-x_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:31:55 [conn4] created new distributed lock for test.limit_push on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:31:55 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838715:409909486 (sleeping for 30000ms) m30001| Wed Aug 1 12:31:55 [conn4] distributed lock 'test.limit_push/ubuntu:30001:1343838715:409909486' acquired, ts : 501959fbbd4cf6b2855e3499 m30001| Wed Aug 1 12:31:55 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:31:55 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:55-0", server: "ubuntu", clientAddr: "127.0.0.1:38736", time: new Date(1343838715656), what: "split", ns: "test.limit_push", details: { before: { min: { x: MinKey }, max: { x: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { x: MinKey }, max: { x: 50.0 }, lastmod: Timestamp 1000|1 }, right: { min: { x: 50.0 }, max: { x: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:31:55 [conn4] distributed lock 'test.limit_push/ubuntu:30001:1343838715:409909486' unlocked. m30999| Wed Aug 1 12:31:55 [conn1] ChunkManager: time to load chunks for test.limit_push: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||501959fbcbb446882d2123de m30999| Wed Aug 1 12:31:55 [conn1] CMD: movechunk: { moveChunk: "test.limit_push", find: { x: 51.0 }, to: "shard0000" } m30999| Wed Aug 1 12:31:55 [conn1] moving chunk ns: test.limit_push moving ( ns:test.limit_push at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { x: 50.0 } max: { x: MaxKey }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:31:55 [conn4] received moveChunk request: { moveChunk: "test.limit_push", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: 50.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.limit_push-x_50.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:31:55 [conn4] created new distributed lock for test.limit_push on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:31:55 [conn4] distributed lock 'test.limit_push/ubuntu:30001:1343838715:409909486' acquired, ts : 501959fbbd4cf6b2855e349a m30001| Wed Aug 1 12:31:55 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:55-1", server: "ubuntu", clientAddr: "127.0.0.1:38736", time: new Date(1343838715659), what: "moveChunk.start", ns: "test.limit_push", details: { min: { x: 50.0 }, max: { x: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:31:55 [conn4] moveChunk request accepted at version 1|2 m30001| Wed Aug 1 12:31:55 [conn4] moveChunk number of documents: 50 m30001| Wed Aug 1 12:31:55 [initandlisten] connection accepted from 127.0.0.1:38739 #5 m30000| Wed Aug 1 12:31:55 [FileAllocator] allocating new datafile /data/db/limit_push0/test.ns, filling with zeroes... m30999| Wed Aug 1 12:31:55 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:31:55 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:31:55 [initandlisten] connection accepted from 127.0.0.1:44969 #10 m30999| Wed Aug 1 12:31:55 [Balancer] connected connection! m30000| Wed Aug 1 12:31:55 [FileAllocator] done allocating datafile /data/db/limit_push0/test.ns, size: 16MB, took 0.163 secs m30000| Wed Aug 1 12:31:55 [FileAllocator] allocating new datafile /data/db/limit_push0/test.0, filling with zeroes... m30000| Wed Aug 1 12:31:56 [FileAllocator] done allocating datafile /data/db/limit_push0/test.0, size: 64MB, took 0.829 secs m30000| Wed Aug 1 12:31:56 [FileAllocator] allocating new datafile /data/db/limit_push0/test.1, filling with zeroes... m30000| Wed Aug 1 12:31:56 [migrateThread] build index test.limit_push { _id: 1 } m30000| Wed Aug 1 12:31:56 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:56 [migrateThread] info: creating collection test.limit_push on add index m30000| Wed Aug 1 12:31:56 [migrateThread] build index test.limit_push { x: 1.0 } m30000| Wed Aug 1 12:31:56 [migrateThread] build index done 0 records 0 secs m30001| Wed Aug 1 12:31:56 [conn4] moveChunk data transfer progress: { active: true, ns: "test.limit_push", from: "localhost:30001", min: { x: 50.0 }, max: { x: MaxKey }, state: "clone", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:31:57 [conn4] moveChunk data transfer progress: { active: true, ns: "test.limit_push", from: "localhost:30001", min: { x: 50.0 }, max: { x: MaxKey }, state: "clone", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30999| Wed Aug 1 12:31:57 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:31:57 [Balancer] creating new connection to:localhost:30001 m30000| Wed Aug 1 12:31:57 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.limit_push' { x: 50.0 } -> { x: MaxKey } m30999| Wed Aug 1 12:31:57 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:31:57 [initandlisten] connection accepted from 127.0.0.1:38741 #6 m30999| Wed Aug 1 12:31:57 [Balancer] connected connection! m30999| Wed Aug 1 12:31:57 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838709:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838709:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838709:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:31:57 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "501959fdcbb446882d2123df" } } m30999| { "_id" : "balancer", m30999| "state" : 0, m30999| "ts" : { "$oid" : "501959f5cbb446882d2123dd" } } m30001| Wed Aug 1 12:31:58 [conn4] moveChunk data transfer progress: { active: true, ns: "test.limit_push", from: "localhost:30001", min: { x: 50.0 }, max: { x: MaxKey }, state: "catchup", counts: { cloned: 50, clonedBytes: 1450, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:31:59 [conn4] moveChunk data transfer progress: { active: true, ns: "test.limit_push", from: "localhost:30001", min: { x: 50.0 }, max: { x: MaxKey }, state: "catchup", counts: { cloned: 50, clonedBytes: 1450, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:31:59 [FileAllocator] done allocating datafile /data/db/limit_push0/test.1, size: 128MB, took 3.064 secs m30000| Wed Aug 1 12:31:59 [migrateThread] migrate commit flushed to journal for 'test.limit_push' { x: 50.0 } -> { x: MaxKey } m30999| Wed Aug 1 12:31:59 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838709:1804289383' acquired, ts : 501959fdcbb446882d2123df m30999| Wed Aug 1 12:31:59 [Balancer] *** start balancing round m30000| Wed Aug 1 12:31:59 [conn6] build index config.tags { _id: 1 } m30000| Wed Aug 1 12:31:59 [conn6] build index done 0 records 0 secs m30000| Wed Aug 1 12:31:59 [conn6] info: creating collection config.tags on add index m30000| Wed Aug 1 12:31:59 [conn6] build index config.tags { ns: 1, min: 1 } m30000| Wed Aug 1 12:31:59 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:31:59 [Balancer] shard0001 has more chunks me:2 best: shard0000:0 m30999| Wed Aug 1 12:31:59 [Balancer] collection : test.limit_push m30999| Wed Aug 1 12:31:59 [Balancer] donor : shard0001 chunks on 2 m30999| Wed Aug 1 12:31:59 [Balancer] receiver : shard0000 chunks on 0 m30999| Wed Aug 1 12:31:59 [Balancer] threshold : 2 m30999| Wed Aug 1 12:31:59 [Balancer] ns: test.limit_push going to move { _id: "test.limit_push-x_MinKey", lastmod: Timestamp 1000|1, ns: "test.limit_push", min: { x: MinKey }, max: { x: 50.0 }, shard: "shard0001" } from: shard0001 to: shard0000 tag [] m30999| Wed Aug 1 12:31:59 [Balancer] moving chunk ns: test.limit_push moving ( ns:test.limit_push at: shard0001:localhost:30001 lastmod: 1|1||000000000000000000000000 min: { x: MinKey } max: { x: 50.0 }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:31:59 [conn6] received moveChunk request: { moveChunk: "test.limit_push", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: MinKey }, max: { x: 50.0 }, maxChunkSizeBytes: 52428800, shardId: "test.limit_push-x_MinKey", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:31:59 [conn6] created new distributed lock for test.limit_push on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:31:59 [initandlisten] connection accepted from 127.0.0.1:44971 #11 m30001| Wed Aug 1 12:31:59 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:31:59-2", server: "ubuntu", clientAddr: "127.0.0.1:38741", time: new Date(1343838719743), what: "moveChunk.from", ns: "test.limit_push", details: { min: { x: MinKey }, max: { x: 50.0 }, step1: 0, note: "aborted" } } m30999| Wed Aug 1 12:31:59 [Balancer] moveChunk result: { who: { _id: "test.limit_push", process: "ubuntu:30001:1343838715:409909486", state: 2, ts: ObjectId('501959fbbd4cf6b2855e349a'), when: new Date(1343838715659), who: "ubuntu:30001:1343838715:409909486:conn4:1995629409", why: "migrate-{ x: 50.0 }" }, errmsg: "the collection metadata could not be locked with lock migrate-{ x: MinKey }", ok: 0.0 } m30999| Wed Aug 1 12:31:59 [Balancer] balancer move failed: { who: { _id: "test.limit_push", process: "ubuntu:30001:1343838715:409909486", state: 2, ts: ObjectId('501959fbbd4cf6b2855e349a'), when: new Date(1343838715659), who: "ubuntu:30001:1343838715:409909486:conn4:1995629409", why: "migrate-{ x: 50.0 }" }, errmsg: "the collection metadata could not be locked with lock migrate-{ x: MinKey }", ok: 0.0 } from: shard0001 to: shard0000 chunk: min: { x: MinKey } max: { x: MinKey } m30999| Wed Aug 1 12:31:59 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:31:59 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838709:1804289383' unlocked. m30001| Wed Aug 1 12:32:00 [conn4] moveChunk data transfer progress: { active: true, ns: "test.limit_push", from: "localhost:30001", min: { x: 50.0 }, max: { x: MaxKey }, state: "steady", counts: { cloned: 50, clonedBytes: 1450, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:32:00 [conn4] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:32:00 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.limit_push' { x: 50.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:00 [migrateThread] migrate commit flushed to journal for 'test.limit_push' { x: 50.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:00 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:00-0", server: "ubuntu", clientAddr: "", time: new Date(1343838720671), what: "moveChunk.to", ns: "test.limit_push", details: { min: { x: 50.0 }, max: { x: MaxKey }, step1: 999, step2: 0, step3: 1083, step4: 0, step5: 2927 } } m30000| Wed Aug 1 12:32:00 [initandlisten] connection accepted from 127.0.0.1:44972 #12 m30001| Wed Aug 1 12:32:00 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.limit_push", from: "localhost:30001", min: { x: 50.0 }, max: { x: MaxKey }, state: "done", counts: { cloned: 50, clonedBytes: 1450, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:32:00 [conn4] moveChunk updating self version to: 2|1 through { x: MinKey } -> { x: 50.0 } for collection 'test.limit_push' m30001| Wed Aug 1 12:32:00 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:00-3", server: "ubuntu", clientAddr: "127.0.0.1:38736", time: new Date(1343838720673), what: "moveChunk.commit", ns: "test.limit_push", details: { min: { x: 50.0 }, max: { x: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:32:00 [conn4] doing delete inline m30001| Wed Aug 1 12:32:00 [conn4] moveChunk deleted: 50 m30001| Wed Aug 1 12:32:00 [conn4] distributed lock 'test.limit_push/ubuntu:30001:1343838715:409909486' unlocked. m30001| Wed Aug 1 12:32:00 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:00-4", server: "ubuntu", clientAddr: "127.0.0.1:38736", time: new Date(1343838720674), what: "moveChunk.from", ns: "test.limit_push", details: { min: { x: 50.0 }, max: { x: MaxKey }, step1: 0, step2: 1, step3: 0, step4: 5001, step5: 10, step6: 0 } } m30001| Wed Aug 1 12:32:00 [conn4] command admin.$cmd command: { moveChunk: "test.limit_push", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: 50.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.limit_push-x_50.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 5015ms m30999| Wed Aug 1 12:32:00 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:32:00 [conn1] ChunkManager: time to load chunks for test.limit_push: 0ms sequenceNumber: 4 version: 2|1||000000000000000000000000 based on: 1|2||000000000000000000000000 m30999| Wed Aug 1 12:32:00 [conn1] setShardVersion shard0000 localhost:30000 test.limit_push { setShardVersion: "test.limit_push", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959f5cbb446882d2123dc'), shard: "shard0000", shardHost: "localhost:30000" } 0x288a120 m30999| Wed Aug 1 12:32:00 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.limit_push", need_authoritative: true, errmsg: "first time for collection 'test.limit_push'", ok: 0.0 } m30999| Wed Aug 1 12:32:00 [conn1] setShardVersion shard0000 localhost:30000 test.limit_push { setShardVersion: "test.limit_push", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959f5cbb446882d2123dc'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x288a120 m30999| Wed Aug 1 12:32:00 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:00 [conn1] setShardVersion shard0001 localhost:30001 test.limit_push { setShardVersion: "test.limit_push", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('501959f5cbb446882d2123dc'), shard: "shard0001", shardHost: "localhost:30001" } 0x288ab20 m30999| Wed Aug 1 12:32:00 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } { "clusteredType" : "ParallelSort", "shards" : { "localhost:30000" : [ { "cursor" : "BtreeCursor x_1 reverse", "nscanned" : 1, "nscannedObjects" : 1, "n" : 1, "millis" : 0, "nYields" : 0, "nChunkSkips" : 0, "isMultiKey" : false, "indexOnly" : false, "indexBounds" : { "x" : [ [ 60, -1.7976931348623157e+308 ] ] } } ], "localhost:30001" : [ { "cursor" : "BtreeCursor x_1 reverse", "nscanned" : 1, "nscannedObjects" : 1, "n" : 1, "millis" : 0, "nYields" : 0, "nChunkSkips" : 0, "isMultiKey" : false, "indexOnly" : false, "indexBounds" : { "x" : [ [ 60, -1.7976931348623157e+308 ] ] } } ] }, "cursor" : "BtreeCursor x_1 reverse", "n" : 2, "nChunkSkips" : 0, "nYields" : 0, "nscanned" : 2, "nscannedObjects" : 2, "millisShardTotal" : 0, "millisShardAvg" : 0, "numQueries" : 2, "numShards" : 2, "millis" : 1 } m30999| Wed Aug 1 12:32:00 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:32:00 [conn3] end connection 127.0.0.1:44952 m30000| Wed Aug 1 12:32:00 [conn4] end connection 127.0.0.1:44953 m30000| Wed Aug 1 12:32:00 [conn7] end connection 127.0.0.1:44963 m30000| Wed Aug 1 12:32:00 [conn6] end connection 127.0.0.1:44960 m30001| Wed Aug 1 12:32:00 [conn4] end connection 127.0.0.1:38736 m30001| Wed Aug 1 12:32:00 [conn6] end connection 127.0.0.1:38741 m30001| Wed Aug 1 12:32:00 [conn3] end connection 127.0.0.1:38735 m30000| Wed Aug 1 12:32:00 [conn10] end connection 127.0.0.1:44969 Wed Aug 1 12:32:01 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:32:01 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:32:01 [interruptThread] now exiting m30000| Wed Aug 1 12:32:01 dbexit: m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:32:01 [interruptThread] closing listening socket: 51 m30000| Wed Aug 1 12:32:01 [interruptThread] closing listening socket: 53 m30000| Wed Aug 1 12:32:01 [interruptThread] closing listening socket: 55 m30000| Wed Aug 1 12:32:01 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:32:01 [conn5] end connection 127.0.0.1:38739 m30000| Wed Aug 1 12:32:01 [conn12] end connection 127.0.0.1:44972 m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:32:01 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:32:01 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:32:01 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:32:01 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:32:01 dbexit: really exiting now Wed Aug 1 12:32:02 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:32:02 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:32:02 [interruptThread] now exiting m30001| Wed Aug 1 12:32:02 dbexit: m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:32:02 [interruptThread] closing listening socket: 56 m30001| Wed Aug 1 12:32:02 [interruptThread] closing listening socket: 57 m30001| Wed Aug 1 12:32:02 [interruptThread] closing listening socket: 58 m30001| Wed Aug 1 12:32:02 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:32:02 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:32:02 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:32:02 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:32:02 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:32:02 dbexit: really exiting now Wed Aug 1 12:32:03 shell: stopped mongo program on port 30001 *** ShardingTest limit_push completed successfully in 15.472 seconds *** 15472ms >>>>>>> skipping test that will fail due to a custom multi-version setup user_flags_sharded ******************************************* Test : jstests/sharding/mongos_no_detect_sharding.js ... Resetting db path '/data/db/test0' Wed Aug 1 12:32:03 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/test0 --nopreallocj m30000| Wed Aug 1 12:32:03 [initandlisten] MongoDB starting : pid=11989 port=30000 dbpath=/data/db/test0 64-bit host=ubuntu m30000| Wed Aug 1 12:32:03 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:32:03 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:32:03 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:32:03 [initandlisten] options: { dbpath: "/data/db/test0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:32:03 [initandlisten] journal dir=/data/db/test0/journal m30000| Wed Aug 1 12:32:03 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:32:03 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:32:03 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:32:03 [initandlisten] connection accepted from 127.0.0.1:44974 #1 Resetting db path '/data/db/test-config0' Wed Aug 1 12:32:03 shell: started program mongod-2.0.6 --port 29000 --dbpath /data/db/test-config0 --configsvr --nopreallocj m29000| Wed Aug 1 12:32:04 [initandlisten] MongoDB starting : pid=12002 port=29000 dbpath=/data/db/test-config0 64-bit host=ubuntu m29000| Wed Aug 1 12:32:04 [initandlisten] db version v2.0.6, pdfile version 4.5 m29000| Wed Aug 1 12:32:04 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m29000| Wed Aug 1 12:32:04 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m29000| Wed Aug 1 12:32:04 [initandlisten] options: { configsvr: true, dbpath: "/data/db/test-config0", nopreallocj: true, port: 29000 } m29000| Wed Aug 1 12:32:04 [initandlisten] journal dir=/data/db/test-config0/journal m29000| Wed Aug 1 12:32:04 [initandlisten] recover : no journal files present, no recovery needed m29000| Wed Aug 1 12:32:04 [initandlisten] waiting for connections on port 29000 m29000| Wed Aug 1 12:32:04 [websvr] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:30000 m29000| Wed Aug 1 12:32:04 [websvr] ERROR: addr already in use m29000| Wed Aug 1 12:32:04 [initandlisten] connection accepted from 127.0.0.1:50881 #1 "localhost:29000" m29000| Wed Aug 1 12:32:04 [initandlisten] connection accepted from 127.0.0.1:50882 #2 ShardingTest test : { "config" : "localhost:29000", "shards" : [ connection to localhost:30000 ] } Wed Aug 1 12:32:04 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:29000 -vv --chunkSize 50 m30999| Wed Aug 1 12:32:04 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:32:04 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=12017 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:32:04 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:32:04 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:32:04 [mongosMain] options: { chunkSize: 50, configdb: "localhost:29000", port: 30999, vv: true } m30999| Wed Aug 1 12:32:04 [mongosMain] config string : localhost:29000 m30999| Wed Aug 1 12:32:04 [mongosMain] creating new connection to:localhost:29000 m30999| Wed Aug 1 12:32:04 BackgroundJob starting: ConnectBG m29000| Wed Aug 1 12:32:04 [initandlisten] connection accepted from 127.0.0.1:50884 #3 m30999| Wed Aug 1 12:32:04 [mongosMain] connected connection! m30999| Wed Aug 1 12:32:04 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:32:04 [CheckConfigServers] creating new connection to:localhost:29000 m30999| Wed Aug 1 12:32:04 BackgroundJob starting: ConnectBG m29000| Wed Aug 1 12:32:04 [initandlisten] connection accepted from 127.0.0.1:50885 #4 m30999| Wed Aug 1 12:32:04 [CheckConfigServers] connected connection! m30999| Wed Aug 1 12:32:04 [mongosMain] creating new connection to:localhost:29000 m30999| Wed Aug 1 12:32:04 BackgroundJob starting: ConnectBG m29000| Wed Aug 1 12:32:04 [initandlisten] connection accepted from 127.0.0.1:50886 #5 m30999| Wed Aug 1 12:32:04 [mongosMain] connected connection! m29000| Wed Aug 1 12:32:04 [FileAllocator] allocating new datafile /data/db/test-config0/config.ns, filling with zeroes... m29000| Wed Aug 1 12:32:04 [FileAllocator] creating directory /data/db/test-config0/_tmp m29000| Wed Aug 1 12:32:04 [FileAllocator] done allocating datafile /data/db/test-config0/config.ns, size: 16MB, took 0.11 secs m29000| Wed Aug 1 12:32:04 [FileAllocator] allocating new datafile /data/db/test-config0/config.0, filling with zeroes... m29000| Wed Aug 1 12:32:05 [FileAllocator] done allocating datafile /data/db/test-config0/config.0, size: 64MB, took 1.093 secs m29000| Wed Aug 1 12:32:05 [FileAllocator] allocating new datafile /data/db/test-config0/config.1, filling with zeroes... m29000| Wed Aug 1 12:32:05 [conn5] build index config.version { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn5] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn5] insert config.version 1218ms m30999| Wed Aug 1 12:32:05 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:32:05 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:32:05 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:32:05 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:32:05 [Balancer] about to contact config servers and shards m29000| Wed Aug 1 12:32:05 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:32:05 [websvr] admin web console waiting for connections on port 31999 m30999| Wed Aug 1 12:32:05 [mongosMain] waiting for connections on port 30999 m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn3] build index config.chunks { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn3] info: creating collection config.chunks on add index m29000| Wed Aug 1 12:32:05 [conn3] build index config.chunks { ns: 1, min: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn3] build index config.shards { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn3] info: creating collection config.shards on add index m29000| Wed Aug 1 12:32:05 [conn3] build index config.shards { host: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:05 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:32:05 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:32:05 m30999| Wed Aug 1 12:32:05 [Balancer] created new distributed lock for balancer on localhost:29000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:32:05 [Balancer] creating new connection to:localhost:29000 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:32:05 [Balancer] connected connection! m29000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:50893 #6 m29000| Wed Aug 1 12:32:05 [conn5] build index config.mongos { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:05 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:32:05 [Balancer] skew from remote server localhost:29000 found: 0 m30999| Wed Aug 1 12:32:05 [Balancer] skew from remote server localhost:29000 found: 0 m30999| Wed Aug 1 12:32:05 [Balancer] skew from remote server localhost:29000 found: 0 m30999| Wed Aug 1 12:32:05 [Balancer] total clock skew of 0ms for servers localhost:29000 is in 30000ms bounds. m30999| Wed Aug 1 12:32:05 [LockPinger] creating distributed lock ping thread for localhost:29000 and process ubuntu:30999:1343838725:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:32:05 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:32:05 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838725:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838725:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838725:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:32:05 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195a05804a4da3d2f76c81" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m29000| Wed Aug 1 12:32:05 [conn3] build index config.lockpings { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m29000| Wed Aug 1 12:32:05 [conn6] build index config.locks { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:05 [LockPinger] cluster localhost:29000 pinged successfully at Wed Aug 1 12:32:05 2012 by distributed lock pinger 'localhost:29000/ubuntu:30999:1343838725:1804289383', sleeping for 30000ms m29000| Wed Aug 1 12:32:05 [conn3] build index config.lockpings { ping: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:32:05 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838725:1804289383' acquired, ts : 50195a05804a4da3d2f76c81 m30999| Wed Aug 1 12:32:05 [Balancer] *** start balancing round m30999| Wed Aug 1 12:32:05 [Balancer] no collections to balance m30999| Wed Aug 1 12:32:05 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:32:05 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:32:05 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838725:1804289383' unlocked. m30999| Wed Aug 1 12:32:05 [mongosMain] connection accepted from 127.0.0.1:42039 #1 (1 connection now open) Wed Aug 1 12:32:05 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30998 --configdb localhost:29000 -vv --chunkSize 50 m30998| Wed Aug 1 12:32:05 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30998| Wed Aug 1 12:32:05 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=12042 port=30998 64-bit host=ubuntu (--help for usage) m30998| Wed Aug 1 12:32:05 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30998| Wed Aug 1 12:32:05 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30998| Wed Aug 1 12:32:05 [mongosMain] options: { chunkSize: 50, configdb: "localhost:29000", port: 30998, vv: true } m30998| Wed Aug 1 12:32:05 [mongosMain] config string : localhost:29000 m30998| Wed Aug 1 12:32:05 [mongosMain] creating new connection to:localhost:29000 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m29000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:50896 #7 m30998| Wed Aug 1 12:32:05 [mongosMain] connected connection! m30998| Wed Aug 1 12:32:05 BackgroundJob starting: CheckConfigServers m30998| Wed Aug 1 12:32:05 [CheckConfigServers] creating new connection to:localhost:29000 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:05 [mongosMain] MaxChunkSize: 50 m29000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:50897 #8 m30998| Wed Aug 1 12:32:05 [CheckConfigServers] connected connection! m30998| Wed Aug 1 12:32:05 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:32:05 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: Balancer m30998| Wed Aug 1 12:32:05 [websvr] admin web console waiting for connections on port 31998 m30998| Wed Aug 1 12:32:05 [Balancer] about to contact config servers and shards m30998| Wed Aug 1 12:32:05 [Balancer] creating new connection to:localhost:29000 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: PeriodicTask::Runner m30998| Wed Aug 1 12:32:05 BackgroundJob starting: cursorTimeout m30998| Wed Aug 1 12:32:05 [mongosMain] waiting for connections on port 30998 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m29000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:50898 #9 m30998| Wed Aug 1 12:32:05 [Balancer] connected connection! m30998| Wed Aug 1 12:32:05 [Balancer] config servers and shards contacted successfully m30998| Wed Aug 1 12:32:05 [Balancer] balancer id: ubuntu:30998 started at Aug 1 12:32:05 m30998| Wed Aug 1 12:32:05 [Balancer] created new distributed lock for balancer on localhost:29000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30998| Wed Aug 1 12:32:05 [Balancer] creating new connection to:localhost:29000 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:05 [Balancer] connected connection! m29000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:50899 #10 m30998| Wed Aug 1 12:32:05 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:32:05 [Balancer] skew from remote server localhost:29000 found: -1 m30998| Wed Aug 1 12:32:05 [Balancer] skew from remote server localhost:29000 found: 0 m30998| Wed Aug 1 12:32:05 [Balancer] skew from remote server localhost:29000 found: 0 m30998| Wed Aug 1 12:32:05 [Balancer] total clock skew of 0ms for servers localhost:29000 is in 30000ms bounds. m30998| Wed Aug 1 12:32:05 [LockPinger] creating distributed lock ping thread for localhost:29000 and process ubuntu:30998:1343838725:1804289383 (sleeping for 30000ms) m30998| Wed Aug 1 12:32:05 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30998:1343838725:1804289383: m30998| { "state" : 1, m30998| "who" : "ubuntu:30998:1343838725:1804289383:Balancer:846930886", m30998| "process" : "ubuntu:30998:1343838725:1804289383", m30998| "when" : { "$date" : "Wed Aug 1 12:32:05 2012" }, m30998| "why" : "doing balance round", m30998| "ts" : { "$oid" : "50195a05f1e63a606e294d73" } } m30998| { "_id" : "balancer", m30998| "state" : 0, m30998| "ts" : { "$oid" : "50195a05804a4da3d2f76c81" } } m30998| Wed Aug 1 12:32:05 [LockPinger] cluster localhost:29000 pinged successfully at Wed Aug 1 12:32:05 2012 by distributed lock pinger 'localhost:29000/ubuntu:30998:1343838725:1804289383', sleeping for 30000ms m30998| Wed Aug 1 12:32:05 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838725:1804289383' acquired, ts : 50195a05f1e63a606e294d73 m30998| Wed Aug 1 12:32:05 [Balancer] *** start balancing round m30998| Wed Aug 1 12:32:05 [Balancer] no collections to balance m30998| Wed Aug 1 12:32:05 [Balancer] no need to move any chunk m30998| Wed Aug 1 12:32:05 [Balancer] *** end of balancing round m30998| Wed Aug 1 12:32:05 [Balancer] distributed lock 'balancer/ubuntu:30998:1343838725:1804289383' unlocked. m30998| Wed Aug 1 12:32:05 [mongosMain] connection accepted from 127.0.0.1:40440 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:32:05 [conn1] couldn't find database [admin] in config db m29000| Wed Aug 1 12:32:05 [conn3] build index config.databases { _id: 1 } m29000| Wed Aug 1 12:32:05 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:05 [conn1] put [admin] on: config:localhost:29000 m30999| Wed Aug 1 12:32:05 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:44996 #2 m30999| Wed Aug 1 12:32:05 [conn1] connected connection! m30999| Wed Aug 1 12:32:05 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } Creating unsharded connection... Sharding collection... m30999| Wed Aug 1 12:32:05 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:05 [conn1] couldn't find database [test] in config db m30000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:44997 #3 m30999| Wed Aug 1 12:32:05 [conn1] connected connection! m30999| Wed Aug 1 12:32:05 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195a05804a4da3d2f76c80 m30999| Wed Aug 1 12:32:05 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:32:05 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:29000", serverID: ObjectId('50195a05804a4da3d2f76c80'), authoritative: true } m30998| Wed Aug 1 12:32:05 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:05 [conn1] creating new connection to:localhost:29000 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m29000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:50903 #11 m30000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:44999 #4 m30998| Wed Aug 1 12:32:05 [conn1] connected connection! m30999| Wed Aug 1 12:32:05 [conn1] connected connection! m30999| Wed Aug 1 12:32:05 [conn1] creating WriteBackListener for: localhost:29000 serverID: 50195a05804a4da3d2f76c80 m30999| Wed Aug 1 12:32:05 [conn1] initializing shard connection to localhost:29000 m30999| Wed Aug 1 12:32:05 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:29000", serverID: ObjectId('50195a05804a4da3d2f76c80'), authoritative: true } m30999| Wed Aug 1 12:32:05 BackgroundJob starting: WriteBackListener-localhost:29000 m30999| Wed Aug 1 12:32:05 [WriteBackListener-localhost:29000] localhost:29000 is not a shard node m30998| Wed Aug 1 12:32:05 [conn1] best shard for new allocation is shard: shard0000:localhost:30000 mapped: 0 writeLock: 0 m30998| Wed Aug 1 12:32:05 [conn1] put [test] on: shard0000:localhost:30000 m30998| Wed Aug 1 12:32:05 [conn1] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:05 [conn1] connected connection! m30998| Wed Aug 1 12:32:05 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195a05f1e63a606e294d72 m30000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:45000 #5 m30998| Wed Aug 1 12:32:05 [conn1] initializing shard connection to localhost:30000 m30998| Wed Aug 1 12:32:05 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:29000", serverID: ObjectId('50195a05f1e63a606e294d72'), authoritative: true } m30998| Wed Aug 1 12:32:05 BackgroundJob starting: WriteBackListener-localhost:30000 m30998| Wed Aug 1 12:32:05 [conn1] DBConfig unserialize: admin { _id: "admin", partitioned: false, primary: "config" } m30000| Wed Aug 1 12:32:05 [FileAllocator] allocating new datafile /data/db/test0/test.ns, filling with zeroes... m30000| Wed Aug 1 12:32:05 [FileAllocator] creating directory /data/db/test0/_tmp m30998| Wed Aug 1 12:32:05 [conn1] found 0 dropped collections and 0 sharded collections for database admin m30999| Wed Aug 1 12:32:05 [conn1] DBConfig unserialize: test { _id: "test", partitioned: false, primary: "shard0000" } m30999| Wed Aug 1 12:32:05 [conn1] found 0 dropped collections and 0 sharded collections for database test m30999| Wed Aug 1 12:32:05 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:32:05 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:05 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:05 [initandlisten] connection accepted from 127.0.0.1:45001 #6 m30999| Wed Aug 1 12:32:05 [conn1] connected connection! m29000| Wed Aug 1 12:32:07 [FileAllocator] done allocating datafile /data/db/test-config0/config.1, size: 128MB, took 2.28 secs m30000| Wed Aug 1 12:32:07 [FileAllocator] done allocating datafile /data/db/test0/test.ns, size: 16MB, took 0.138 secs m30000| Wed Aug 1 12:32:07 [FileAllocator] allocating new datafile /data/db/test0/test.0, filling with zeroes... m30000| Wed Aug 1 12:32:08 [FileAllocator] done allocating datafile /data/db/test0/test.0, size: 64MB, took 0.884 secs m30000| Wed Aug 1 12:32:08 [FileAllocator] allocating new datafile /data/db/test0/test.1, filling with zeroes... m30000| Wed Aug 1 12:32:08 [conn5] build index test.foo { _id: 1 } m30000| Wed Aug 1 12:32:08 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:08 [conn5] insert test.foo 2924ms m30000| Wed Aug 1 12:32:10 [FileAllocator] done allocating datafile /data/db/test0/test.1, size: 128MB, took 1.916 secs m30000| Wed Aug 1 12:32:10 [conn6] command admin.$cmd command: { checkShardingIndex: "test.foo", keyPattern: { _id: 1.0 } } ntoreturn:1 reslen:46 1754ms m30999| Wed Aug 1 12:32:10 [conn1] CMD: shardcollection: { shardCollection: "test.foo", key: { _id: 1.0 } } m30999| Wed Aug 1 12:32:10 [conn1] enable sharding on: test.foo with shard key: { _id: 1.0 } m30999| Wed Aug 1 12:32:10 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 50195a0a804a4da3d2f76c82 m30999| Wed Aug 1 12:32:10 [conn1] loaded 1 chunks into new chunk manager for test.foo with version 1|0||50195a0a804a4da3d2f76c82 m30999| Wed Aug 1 12:32:10 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195a0a804a4da3d2f76c82 based on: (empty) m29000| Wed Aug 1 12:32:10 [conn3] build index config.collections { _id: 1 } m29000| Wed Aug 1 12:32:10 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:10 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195a0a804a4da3d2f76c82 manager: 0x187f2b0 m30999| Wed Aug 1 12:32:10 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:29000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a0a804a4da3d2f76c82'), serverID: ObjectId('50195a05804a4da3d2f76c80'), shard: "shard0000", shardHost: "localhost:30000" } 0x187ae40 m30999| Wed Aug 1 12:32:10 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:32:10 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195a0a804a4da3d2f76c82 manager: 0x187f2b0 m30999| Wed Aug 1 12:32:10 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:29000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a0a804a4da3d2f76c82'), serverID: ObjectId('50195a05804a4da3d2f76c80'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x187ae40 m29000| Wed Aug 1 12:32:10 [initandlisten] connection accepted from 127.0.0.1:50907 #12 m30999| Wed Aug 1 12:32:10 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } Seeing if data gets inserted unsharded... No splits occur here! m30000| Wed Aug 1 12:32:10 [conn4] command admin.$cmd command: { writebacklisten: ObjectId('50195a05f1e63a606e294d72') } ntoreturn:1 reslen:257 4845ms m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] writebacklisten result: { data: { writeBack: true, ns: "test.foo", id: ObjectId('50195a0a0d7c2828f5b65514'), connectionId: 5, instanceIdent: "ubuntu:30000", version: Timestamp 1000|0, yourVersion: Timestamp 0|0, msg: BinData }, ok: 1.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] connectionId: ubuntu:30000:5 writebackId: 50195a0a0d7c2828f5b65514 needVersion : 1|0||000000000000000000000000 mine : 0|0||000000000000000000000000 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] op: insert len: 62 ns: test.foo{ _id: ObjectId('50195a0a261c0551237d043c'), i: 1.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] warning: reloading config data for test, wanted version 1|0||000000000000000000000000 but currently have version 0|0||000000000000000000000000 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] DBConfig unserialize: test { _id: "test", partitioned: true, primary: "shard0000" } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] loaded 1 chunks into new chunk manager for test.foo with version 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195a0a804a4da3d2f76c82 based on: (empty) m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] found 0 dropped collections and 1 sharded collections for database test m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:32:10 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195a0a804a4da3d2f76c82 manager: 0x1fcb080 m30998| Wed Aug 1 12:32:10 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:29000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a0a804a4da3d2f76c82'), serverID: ObjectId('50195a05f1e63a606e294d72'), shard: "shard0000", shardHost: "localhost:30000" } 0x1fc9300 m30998| Wed Aug 1 12:32:10 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:10 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] connected connection! m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] initializing shard connection to localhost:30000 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:29000", serverID: ObjectId('50195a05f1e63a606e294d72'), authoritative: true } m30000| Wed Aug 1 12:32:10 [initandlisten] connection accepted from 127.0.0.1:45003 #7 m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 3971210 splitThreshold: 921 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 0 current: 2 version: 1|0||50195a0a804a4da3d2f76c82 manager: 0x1fcb080 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:29000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a0a804a4da3d2f76c82'), serverID: ObjectId('50195a05f1e63a606e294d72'), shard: "shard0000", shardHost: "localhost:30000" } 0x1fcac20 m30998| Wed Aug 1 12:32:10 [conn1] chunk not full enough to trigger auto-split no split entry m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 198 splitThreshold: 921 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] creating new connection to:localhost:30000 m30998| Wed Aug 1 12:32:10 [conn1] chunk not full enough to trigger auto-split no split entry m30000| Wed Aug 1 12:32:10 [initandlisten] connection accepted from 127.0.0.1:45004 #8 m30998| Wed Aug 1 12:32:10 BackgroundJob starting: ConnectBG m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] connected connection! m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 198 splitThreshold: 921 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] writebacklisten result: { data: { writeBack: true, ns: "test.foo", id: ObjectId('50195a0a0d7c2828f5b65515'), connectionId: 5, instanceIdent: "ubuntu:30000", version: Timestamp 1000|0, yourVersion: Timestamp 0|0, msg: BinData }, ok: 1.0 } m30000| Wed Aug 1 12:32:10 [conn8] request split points lookup for chunk test.foo { : MinKey } -->> { : MaxKey } m29000| Wed Aug 1 12:32:10 [initandlisten] connection accepted from 127.0.0.1:50910 #13 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] connectionId: ubuntu:30000:5 writebackId: 50195a0a0d7c2828f5b65515 needVersion : 1|0||000000000000000000000000 mine : 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] op: insert len: 62 ns: test.foo{ _id: ObjectId('50195a0a261c0551237d043d'), i: 2.0 } m30998| Wed Aug 1 12:32:10 [conn1] chunk not full enough to trigger auto-split no split entry m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] wbl already reloaded config information for version 1|0||000000000000000000000000, at version 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 198 splitThreshold: 921 m30998| Wed Aug 1 12:32:10 [conn1] chunk not full enough to trigger auto-split no split entry m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] writebacklisten result: { data: { writeBack: true, ns: "test.foo", id: ObjectId('50195a0a0d7c2828f5b65516'), connectionId: 5, instanceIdent: "ubuntu:30000", version: Timestamp 1000|0, yourVersion: Timestamp 0|0, msg: BinData }, ok: 1.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] connectionId: ubuntu:30000:5 writebackId: 50195a0a0d7c2828f5b65516 needVersion : 1|0||000000000000000000000000 mine : 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] op: insert len: 62 ns: test.foo{ _id: ObjectId('50195a0a261c0551237d043e'), i: 3.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] wbl already reloaded config information for version 1|0||000000000000000000000000, at version 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 198 splitThreshold: 921 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] writebacklisten result: { data: { writeBack: true, ns: "test.foo", id: ObjectId('50195a0a0d7c2828f5b65517'), connectionId: 5, instanceIdent: "ubuntu:30000", version: Timestamp 1000|0, yourVersion: Timestamp 0|0, msg: BinData }, ok: 1.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] connectionId: ubuntu:30000:5 writebackId: 50195a0a0d7c2828f5b65517 needVersion : 1|0||000000000000000000000000 mine : 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] op: insert len: 62 ns: test.foo{ _id: ObjectId('50195a0a261c0551237d043f'), i: 4.0 } m30998| Wed Aug 1 12:32:10 [WriteBackListener-localhost:30000] wbl already reloaded config information for version 1|0||000000000000000000000000, at version 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [conn1] chunk not full enough to trigger auto-split { _id: ObjectId('50195a0a261c0551237d044a') } m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 198 splitThreshold: 921 m30000| Wed Aug 1 12:32:10 [conn8] request split points lookup for chunk test.foo { : MinKey } -->> { : MaxKey } m30000| Wed Aug 1 12:32:10 [conn8] max number of requested split points reached (2) before the end of chunk test.foo { : MinKey } -->> { : MaxKey } m30000| Wed Aug 1 12:32:10 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { _id: 1.0 }, min: { _id: MinKey }, max: { _id: MaxKey }, from: "shard0000", splitKeys: [ { _id: ObjectId('50195a05261c0551237d043b') } ], shardId: "test.foo-_id_MinKey", configdb: "localhost:29000" } m30000| Wed Aug 1 12:32:10 [conn4] created new distributed lock for test.foo on localhost:29000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:32:10 [LockPinger] creating distributed lock ping thread for localhost:29000 and process ubuntu:30000:1343838730:1043501516 (sleeping for 30000ms) m30000| Wed Aug 1 12:32:10 [conn4] distributed lock 'test.foo/ubuntu:30000:1343838730:1043501516' acquired, ts : 50195a0a0d7c2828f5b65518 m30000| Wed Aug 1 12:32:10 [conn4] splitChunk accepted at version 1|0 m30000| Wed Aug 1 12:32:10 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:10-0", server: "ubuntu", clientAddr: "127.0.0.1:44999", time: new Date(1343838730657), what: "split", ns: "test.foo", details: { before: { min: { _id: MinKey }, max: { _id: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { _id: MinKey }, max: { _id: ObjectId('50195a05261c0551237d043b') }, lastmod: Timestamp 1000|1 }, right: { min: { _id: ObjectId('50195a05261c0551237d043b') }, max: { _id: MaxKey }, lastmod: Timestamp 1000|2 } } } m30000| Wed Aug 1 12:32:10 [conn4] distributed lock 'test.foo/ubuntu:30000:1343838730:1043501516' unlocked. m30998| Wed Aug 1 12:32:10 [conn1] loading chunk manager for collection test.foo using old chunk manager w/ version 1|0||50195a0a804a4da3d2f76c82 and 1 chunks m30998| Wed Aug 1 12:32:10 [conn1] loaded 2 chunks into new chunk manager for test.foo with version 1|2||000000000000000000000000 m30998| Wed Aug 1 12:32:10 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||50195a0a804a4da3d2f76c82 m30998| Wed Aug 1 12:32:10 [conn1] autosplitted test.foo shard: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } on: { _id: ObjectId('50195a05261c0551237d043b') } (splitThreshold 921) m30998| Wed Aug 1 12:32:10 [conn1] have to set shard version for conn: localhost:30000 ns:test.foo my last seq: 2 current: 3 version: 1|2||000000000000000000000000 manager: 0x7f1330002e50 m30998| Wed Aug 1 12:32:10 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:29000", version: Timestamp 1000|2, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a05f1e63a606e294d72'), shard: "shard0000", shardHost: "localhost:30000" } 0x1fc9300 m30998| Wed Aug 1 12:32:10 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30998| Wed Aug 1 12:32:10 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 1|2||000000000000000000000000 min: { _id: ObjectId('50195a05261c0551237d043b') } max: { _id: MaxKey } dataWritten: 4807968 splitThreshold: 471859 m30998| Wed Aug 1 12:32:10 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.version", n2skip: 0, n2return: -1, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: { _id: 1, version: 3 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.version", n2skip: 0, n2return: -1, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: { _id: 1, version: 3 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.shards", n2skip: 0, n2return: 0, options: 0, query: { query: {}, orderby: { _id: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: { _id: "shard0000", host: "localhost:30000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.databases", n2skip: 0, n2return: 0, options: 0, query: { query: {}, orderby: { name: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: { _id: "admin", partitioned: false, primary: "config" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.collections", n2skip: 0, n2return: 0, options: 0, query: { query: { _id: /^test\./ }, orderby: { _id: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: { _id: "test.foo", lastmod: new Date(1343838730), dropped: false, key: { _id: 1.0 }, unique: false, lastmodEpoch: ObjectId('50195a0a804a4da3d2f76c82') }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.chunks", n2skip: 0, n2return: 0, options: 0, query: { query: { ns: "test.foo" }, orderby: { min: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: { _id: "test.foo-_id_MinKey", lastmod: Timestamp 1000|1, ns: "test.foo", min: { _id: MinKey }, max: { _id: ObjectId('50195a05261c0551237d043b') }, shard: "shard0000" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.tags", n2skip: 0, n2return: 0, options: 0, query: { query: { ns: "test.foo" }, orderby: { min: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:29000] m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard config:localhost:29000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard config:localhost:29000, current connection state is { state: { conn: "localhost:29000", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard config:localhost:29000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:29000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } --- Sharding Status --- sharding version: { "_id" : 1, "version" : 3 } shards: { "_id" : "shard0000", "host" : "localhost:30000" } databases: { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "test", "partitioned" : true, "primary" : "shard0000" } test.foo chunks: shard0000 2 { "_id" : { $minKey : 1 } } -->> { "_id" : ObjectId("50195a05261c0551237d043b") } on : shard0000 Timestamp(1000, 1) { "_id" : ObjectId("50195a05261c0551237d043b") } -->> { "_id" : { $maxKey : 1 } } on : shard0000 Timestamp(1000, 2) m30998| Wed Aug 1 12:32:10 [conn1] ns:test.foo at: shard0000:localhost:30000 lastmod: 1|1||000000000000000000000000 min: { _id: MinKey } max: { _id: ObjectId('50195a05261c0551237d043b') } m30998| Wed Aug 1 12:32:10 [conn1] ns:test.foo at: shard0000:localhost:30000 lastmod: 1|2||000000000000000000000000 min: { _id: ObjectId('50195a05261c0551237d043b') } max: { _id: MaxKey } m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] creating pcursor over QSpec { ns: "test.foo", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing over 1 shards required by [test.foo @ 1|2||000000000000000000000000] m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] initializing on shard shard0000:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] initialized query (lazily) on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|2||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing over 1 shards m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] finishing on shard shard0000:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "test.foo @ 1|2||000000000000000000000000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30998| Wed Aug 1 12:32:10 [conn1] [pcursor] finished on shard shard0000:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "test.foo @ 1|2||000000000000000000000000", cursor: { _id: ObjectId('50195a05261c0551237d043b'), i: 0.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:10 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m29000| Wed Aug 1 12:32:10 [conn4] end connection 127.0.0.1:50885 m29000| Wed Aug 1 12:32:10 [conn6] end connection 127.0.0.1:50893 m29000| Wed Aug 1 12:32:10 [conn3] end connection 127.0.0.1:50884 m30000| Wed Aug 1 12:32:10 [conn6] end connection 127.0.0.1:45001 m30000| Wed Aug 1 12:32:10 [conn3] end connection 127.0.0.1:44997 m29000| Wed Aug 1 12:32:10 [conn5] end connection 127.0.0.1:50886 m29000| Wed Aug 1 12:32:10 [conn11] end connection 127.0.0.1:50903 m30998| Wed Aug 1 12:32:11 [Balancer] Refreshing MaxChunkSize: 50 m30998| Wed Aug 1 12:32:11 [Balancer] skipping balancing round because balancing is disabled Wed Aug 1 12:32:11 shell: stopped mongo program on port 30999 m30998| Wed Aug 1 12:32:11 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m29000| Wed Aug 1 12:32:11 [conn7] end connection 127.0.0.1:50896 m29000| Wed Aug 1 12:32:11 [conn8] end connection 127.0.0.1:50897 m30000| Wed Aug 1 12:32:11 [conn4] end connection 127.0.0.1:44999 m30000| Wed Aug 1 12:32:11 [conn7] end connection 127.0.0.1:45003 m30000| Wed Aug 1 12:32:11 [conn5] end connection 127.0.0.1:45000 m29000| Wed Aug 1 12:32:11 [conn9] end connection 127.0.0.1:50898 m29000| Wed Aug 1 12:32:11 [conn10] end connection 127.0.0.1:50899 Wed Aug 1 12:32:12 shell: stopped mongo program on port 30998 m30000| Wed Aug 1 12:32:12 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:32:12 [interruptThread] now exiting m30000| Wed Aug 1 12:32:12 dbexit: m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:32:12 [interruptThread] closing listening socket: 56 m30000| Wed Aug 1 12:32:12 [interruptThread] closing listening socket: 58 m30000| Wed Aug 1 12:32:12 [interruptThread] closing listening socket: 62 m30000| Wed Aug 1 12:32:12 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: final commit... m29000| Wed Aug 1 12:32:12 [conn13] end connection 127.0.0.1:50910 m29000| Wed Aug 1 12:32:12 [conn12] end connection 127.0.0.1:50907 m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:32:12 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:32:12 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:32:12 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:32:12 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:32:12 dbexit: really exiting now Wed Aug 1 12:32:13 shell: stopped mongo program on port 30000 m29000| Wed Aug 1 12:32:13 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m29000| Wed Aug 1 12:32:13 [interruptThread] now exiting m29000| Wed Aug 1 12:32:13 dbexit: m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: going to close listening sockets... m29000| Wed Aug 1 12:32:13 [interruptThread] closing listening socket: 63 m29000| Wed Aug 1 12:32:13 [interruptThread] closing listening socket: 65 m29000| Wed Aug 1 12:32:13 [interruptThread] removing socket file: /tmp/mongodb-29000.sock m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: going to flush diaglog... m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: going to close sockets... m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: waiting for fs preallocator... m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: lock for final commit... m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: final commit... m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: closing all files... m29000| Wed Aug 1 12:32:13 [interruptThread] closeAllFiles() finished m29000| Wed Aug 1 12:32:13 [interruptThread] journalCleanup... m29000| Wed Aug 1 12:32:13 [interruptThread] removeJournalFiles m29000| Wed Aug 1 12:32:13 [interruptThread] shutdown: removing fs lock... m29000| Wed Aug 1 12:32:13 dbexit: really exiting now Wed Aug 1 12:32:14 shell: stopped mongo program on port 29000 *** ShardingTest test completed successfully in 11 seconds *** 11001ms ******************************************* Test : jstests/sharding/presplit.js ... Resetting db path '/data/db/presplit0' Wed Aug 1 12:32:14 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/presplit0 --nopreallocj m30000| Wed Aug 1 12:32:14 [initandlisten] MongoDB starting : pid=12088 port=30000 dbpath=/data/db/presplit0 64-bit host=ubuntu m30000| Wed Aug 1 12:32:14 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:32:14 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:32:14 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:32:14 [initandlisten] options: { dbpath: "/data/db/presplit0", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:32:14 [initandlisten] journal dir=/data/db/presplit0/journal m30000| Wed Aug 1 12:32:14 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:32:14 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:32:14 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:32:14 [initandlisten] connection accepted from 127.0.0.1:45007 #1 Resetting db path '/data/db/presplit1' Wed Aug 1 12:32:14 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/presplit1 --nopreallocj m30001| Wed Aug 1 12:32:15 [initandlisten] MongoDB starting : pid=12101 port=30001 dbpath=/data/db/presplit1 64-bit host=ubuntu m30001| Wed Aug 1 12:32:15 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:32:15 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:32:15 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:32:15 [initandlisten] options: { dbpath: "/data/db/presplit1", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:32:15 [initandlisten] journal dir=/data/db/presplit1/journal m30001| Wed Aug 1 12:32:15 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:32:15 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:32:15 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:32:15 [initandlisten] connection accepted from 127.0.0.1:38780 #1 "localhost:30000" m30000| Wed Aug 1 12:32:15 [initandlisten] connection accepted from 127.0.0.1:45010 #2 ShardingTest presplit : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:32:15 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -vv --chunkSize 1 m30999| Wed Aug 1 12:32:15 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:32:15 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=12116 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:32:15 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:32:15 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:32:15 [mongosMain] options: { chunkSize: 1, configdb: "localhost:30000", port: 30999, vv: true } m30999| Wed Aug 1 12:32:15 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:32:15 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:15 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:15 [initandlisten] connection accepted from 127.0.0.1:45012 #3 m30999| Wed Aug 1 12:32:15 [mongosMain] connected connection! m30999| Wed Aug 1 12:32:15 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:32:15 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:15 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:32:15 [CheckConfigServers] connected connection! m30000| Wed Aug 1 12:32:15 [initandlisten] connection accepted from 127.0.0.1:45013 #4 m30999| Wed Aug 1 12:32:15 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:15 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:15 [initandlisten] connection accepted from 127.0.0.1:45014 #5 m30999| Wed Aug 1 12:32:15 [mongosMain] connected connection! m30000| Wed Aug 1 12:32:15 [FileAllocator] allocating new datafile /data/db/presplit0/config.ns, filling with zeroes... m30000| Wed Aug 1 12:32:15 [FileAllocator] creating directory /data/db/presplit0/_tmp m30000| Wed Aug 1 12:32:15 [FileAllocator] done allocating datafile /data/db/presplit0/config.ns, size: 16MB, took 0.111 secs m30000| Wed Aug 1 12:32:15 [FileAllocator] allocating new datafile /data/db/presplit0/config.0, filling with zeroes... m30000| Wed Aug 1 12:32:16 [FileAllocator] done allocating datafile /data/db/presplit0/config.0, size: 64MB, took 0.793 secs m30000| Wed Aug 1 12:32:16 [FileAllocator] allocating new datafile /data/db/presplit0/config.1, filling with zeroes... m30000| Wed Aug 1 12:32:16 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn5] insert config.version 920ms m30999| Wed Aug 1 12:32:16 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:32:16 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:32:16 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:32:16 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:32:16 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:32:16 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:32:16 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:32:16 [conn4] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:32:16 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn4] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn4] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:32:16 [conn4] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn4] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn4] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn4] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn4] info: creating collection config.shards on add index m30000| Wed Aug 1 12:32:16 [conn4] build index config.shards { host: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:16 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:32:16 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:32:16 m30999| Wed Aug 1 12:32:16 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:32:16 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:16 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:16 [initandlisten] connection accepted from 127.0.0.1:45020 #6 m30999| Wed Aug 1 12:32:16 [Balancer] connected connection! m30000| Wed Aug 1 12:32:16 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:16 [Balancer] Refreshing MaxChunkSize: 1 m30999| Wed Aug 1 12:32:16 [Balancer] skew from remote server localhost:30000 found: 0 m30999| Wed Aug 1 12:32:16 [Balancer] skew from remote server localhost:30000 found: 0 m30999| Wed Aug 1 12:32:16 [Balancer] skew from remote server localhost:30000 found: 0 m30999| Wed Aug 1 12:32:16 [Balancer] total clock skew of 0ms for servers localhost:30000 is in 30000ms bounds. m30999| Wed Aug 1 12:32:16 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838736:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:32:16 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:32:16 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838736:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838736:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838736:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:32:16 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195a1027803a99523fcc06" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:32:16 [conn4] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:16 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:16 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:32:16 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838736:1804289383', sleeping for 30000ms m30000| Wed Aug 1 12:32:16 [conn4] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 1 records 0 secs m30999| Wed Aug 1 12:32:16 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838736:1804289383' acquired, ts : 50195a1027803a99523fcc06 m30999| Wed Aug 1 12:32:16 [Balancer] *** start balancing round m30999| Wed Aug 1 12:32:16 [Balancer] no collections to balance m30999| Wed Aug 1 12:32:16 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:32:16 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:32:16 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838736:1804289383' unlocked. m30999| Wed Aug 1 12:32:16 [mongosMain] connection accepted from 127.0.0.1:42071 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:32:16 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:32:16 [conn4] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:32:16 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:16 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:32:18 [FileAllocator] done allocating datafile /data/db/presplit0/config.1, size: 128MB, took 2.518 secs m30000| Wed Aug 1 12:32:18 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 2241ms m30999| Wed Aug 1 12:32:18 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:32:18 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:32:18 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:32:18 [initandlisten] connection accepted from 127.0.0.1:38793 #2 m30999| Wed Aug 1 12:32:18 [conn1] connected connection! m30999| Wed Aug 1 12:32:18 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:32:18 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:32:18 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:32:18 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:32:18 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:18 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:18 [initandlisten] connection accepted from 127.0.0.1:45023 #7 m30999| Wed Aug 1 12:32:18 [conn1] connected connection! m30999| Wed Aug 1 12:32:18 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195a1027803a99523fcc05 m30999| Wed Aug 1 12:32:18 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:32:18 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:32:18 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000", serverID: ObjectId('50195a1027803a99523fcc05'), authoritative: true } m30999| Wed Aug 1 12:32:18 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:32:18 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:32:18 [initandlisten] connection accepted from 127.0.0.1:38795 #3 m30999| Wed Aug 1 12:32:18 [conn1] connected connection! m30999| Wed Aug 1 12:32:18 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195a1027803a99523fcc05 m30999| Wed Aug 1 12:32:18 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:32:18 BackgroundJob starting: WriteBackListener-localhost:30001 m30999| Wed Aug 1 12:32:18 [conn1] initial sharding settings : { setShardVersion: "", init: true, configdb: "localhost:30000", serverID: ObjectId('50195a1027803a99523fcc05'), authoritative: true } m30001| Wed Aug 1 12:32:18 [FileAllocator] allocating new datafile /data/db/presplit1/test.ns, filling with zeroes... m30001| Wed Aug 1 12:32:18 [FileAllocator] creating directory /data/db/presplit1/_tmp m30001| Wed Aug 1 12:32:18 [FileAllocator] done allocating datafile /data/db/presplit1/test.ns, size: 16MB, took 0.113 secs m30001| Wed Aug 1 12:32:18 [FileAllocator] allocating new datafile /data/db/presplit1/test.0, filling with zeroes... m30001| Wed Aug 1 12:32:19 [FileAllocator] done allocating datafile /data/db/presplit1/test.0, size: 64MB, took 1.031 secs m30001| Wed Aug 1 12:32:19 [FileAllocator] allocating new datafile /data/db/presplit1/test.1, filling with zeroes... m30001| Wed Aug 1 12:32:19 [conn3] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:32:19 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:19 [conn3] insert test.foo 1161ms m30001| Wed Aug 1 12:32:21 [FileAllocator] done allocating datafile /data/db/presplit1/test.1, size: 128MB, took 1.891 secs m30001| Wed Aug 1 12:32:21 [conn3] insert test.foo 1541ms m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.chunks", n2skip: 0, n2return: 0, options: 0, query: { query: {}, orderby: { ns: 1.0, min: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } ShardingTest m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.databases", n2skip: 0, n2return: -1, options: 0, query: { _id: "test" }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: { _id: "test", partitioned: false, primary: "shard0001" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.shards", n2skip: 0, n2return: -1, options: 0, query: { _id: "shard0001" }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: { _id: "shard0001", host: "localhost:30001" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.$cmd", n2skip: 0, n2return: 1, options: 0, query: { count: "chunks", query: {} }, fields: {} } and CInfo { v_ns: "config.chunks", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized command (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: { n: 0.0, ok: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] enabling sharding on: test m30999| Wed Aug 1 12:32:21 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:32:21 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:32:21 [initandlisten] connection accepted from 127.0.0.1:38796 #4 m30999| Wed Aug 1 12:32:21 [conn1] connected connection! m30999| Wed Aug 1 12:32:21 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { _id: 1.0 } } m30999| Wed Aug 1 12:32:21 [conn1] enable sharding on: test.foo with shard key: { _id: 1.0 } m30001| Wed Aug 1 12:32:21 [conn4] request split points lookup for chunk test.foo { : MinKey } -->> { : MaxKey } m30999| Wed Aug 1 12:32:21 [conn1] going to create 40 chunk(s) for: test.foo using new epoch 50195a1527803a99523fcc07 m30999| Wed Aug 1 12:32:21 [conn1] loaded 40 chunks into new chunk manager for test.foo with version 1|39||50195a1527803a99523fcc07 m30999| Wed Aug 1 12:32:21 [conn1] ChunkManager: time to load chunks for test.foo: 1ms sequenceNumber: 2 version: 1|39||50195a1527803a99523fcc07 based on: (empty) m30000| Wed Aug 1 12:32:21 [conn4] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:32:21 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:21 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 0 current: 2 version: 1|39||50195a1527803a99523fcc07 manager: 0x1f21f00 m30999| Wed Aug 1 12:32:21 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|39, versionEpoch: ObjectId('50195a1527803a99523fcc07'), serverID: ObjectId('50195a1027803a99523fcc05'), shard: "shard0001", shardHost: "localhost:30001" } 0x1f1e980 m30999| Wed Aug 1 12:32:21 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:32:21 [conn1] have to set shard version for conn: localhost:30001 ns:test.foo my last seq: 0 current: 2 version: 1|39||50195a1527803a99523fcc07 manager: 0x1f21f00 m30999| Wed Aug 1 12:32:21 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|39, versionEpoch: ObjectId('50195a1527803a99523fcc07'), serverID: ObjectId('50195a1027803a99523fcc05'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1f1e980 m30000| Wed Aug 1 12:32:21 [initandlisten] connection accepted from 127.0.0.1:45026 #8 m30999| Wed Aug 1 12:32:21 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.chunks", n2skip: 0, n2return: 0, options: 0, query: { query: {}, orderby: { ns: 1.0, min: 1.0 } }, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: { _id: "test.foo-_id_MinKey", lastmod: Timestamp 1000|0, lastmodEpoch: ObjectId('50195a1527803a99523fcc07'), ns: "test.foo", min: { _id: MinKey }, max: { _id: 52.0 }, shard: "shard0001" }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } ShardingTest test.foo-_id_MinKey 1000|0 { "_id" : { $minKey : 1 } } -> { "_id" : 52 } shard0001 test.foo test.foo-_id_52.0 1000|1 { "_id" : 52 } -> { "_id" : 105 } shard0001 test.foo test.foo-_id_105.0 1000|2 { "_id" : 105 } -> { "_id" : 158 } shard0001 test.foo test.foo-_id_158.0 1000|3 { "_id" : 158 } -> { "_id" : 211 } shard0001 test.foo test.foo-_id_211.0 1000|4 { "_id" : 211 } -> { "_id" : 264 } shard0001 test.foo test.foo-_id_264.0 1000|5 { "_id" : 264 } -> { "_id" : 317 } shard0001 test.foo test.foo-_id_317.0 1000|6 { "_id" : 317 } -> { "_id" : 370 } shard0001 test.foo test.foo-_id_370.0 1000|7 { "_id" : 370 } -> { "_id" : 423 } shard0001 test.foo test.foo-_id_423.0 1000|8 { "_id" : 423 } -> { "_id" : 476 } shard0001 test.foo test.foo-_id_476.0 1000|9 { "_id" : 476 } -> { "_id" : 529 } shard0001 test.foo test.foo-_id_529.0 1000|10 { "_id" : 529 } -> { "_id" : 582 } shard0001 test.foo test.foo-_id_582.0 1000|11 { "_id" : 582 } -> { "_id" : 635 } shard0001 test.foo test.foo-_id_635.0 1000|12 { "_id" : 635 } -> { "_id" : 688 } shard0001 test.foo test.foo-_id_688.0 1000|13 { "_id" : 688 } -> { "_id" : 741 } shard0001 test.foo test.foo-_id_741.0 1000|14 { "_id" : 741 } -> { "_id" : 794 } shard0001 test.foo test.foo-_id_794.0 1000|15 { "_id" : 794 } -> { "_id" : 847 } shard0001 test.foo test.foo-_id_847.0 1000|16 { "_id" : 847 } -> { "_id" : 900 } shard0001 test.foo test.foo-_id_900.0 1000|17 { "_id" : 900 } -> { "_id" : 953 } shard0001 test.foo test.foo-_id_953.0 1000|18 { "_id" : 953 } -> { "_id" : 1006 } shard0001 test.foo test.foo-_id_1006.0 1000|19 { "_id" : 1006 } -> { "_id" : 1059 } shard0001 test.foo test.foo-_id_1059.0 1000|20 { "_id" : 1059 } -> { "_id" : 1112 } shard0001 test.foo test.foo-_id_1112.0 1000|21 { "_id" : 1112 } -> { "_id" : 1165 } shard0001 test.foo test.foo-_id_1165.0 1000|22 { "_id" : 1165 } -> { "_id" : 1218 } shard0001 test.foo test.foo-_id_1218.0 1000|23 { "_id" : 1218 } -> { "_id" : 1271 } shard0001 test.foo test.foo-_id_1271.0 1000|24 { "_id" : 1271 } -> { "_id" : 1324 } shard0001 test.foo test.foo-_id_1324.0 1000|25 { "_id" : 1324 } -> { "_id" : 1377 } shard0001 test.foo test.foo-_id_1377.0 1000|26 { "_id" : 1377 } -> { "_id" : 1430 } shard0001 test.foo test.foo-_id_1430.0 1000|27 { "_id" : 1430 } -> { "_id" : 1483 } shard0001 test.foo test.foo-_id_1483.0 1000|28 { "_id" : 1483 } -> { "_id" : 1536 } shard0001 test.foo test.foo-_id_1536.0 1000|29 { "_id" : 1536 } -> { "_id" : 1589 } shard0001 test.foo test.foo-_id_1589.0 1000|30 { "_id" : 1589 } -> { "_id" : 1642 } shard0001 test.foo test.foo-_id_1642.0 1000|31 { "_id" : 1642 } -> { "_id" : 1695 } shard0001 test.foo test.foo-_id_1695.0 1000|32 { "_id" : 1695 } -> { "_id" : 1748 } shard0001 test.foo test.foo-_id_1748.0 1000|33 { "_id" : 1748 } -> { "_id" : 1801 } shard0001 test.foo test.foo-_id_1801.0 1000|34 { "_id" : 1801 } -> { "_id" : 1854 } shard0001 test.foo test.foo-_id_1854.0 1000|35 { "_id" : 1854 } -> { "_id" : 1907 } shard0001 test.foo test.foo-_id_1907.0 1000|36 { "_id" : 1907 } -> { "_id" : 1960 } shard0001 test.foo test.foo-_id_1960.0 1000|37 { "_id" : 1960 } -> { "_id" : 2013 } shard0001 test.foo test.foo-_id_2013.0 1000|38 { "_id" : 2013 } -> { "_id" : 2066 } shard0001 test.foo test.foo-_id_2066.0 1000|39 { "_id" : 2066 } -> { "_id" : { $maxKey : 1 } } shard0001 test.foo m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.$cmd", n2skip: 0, n2return: 1, options: 0, query: { count: "chunks", query: {} }, fields: {} } and CInfo { v_ns: "config.chunks", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized command (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: { n: 40.0, ok: 1.0 }, count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] creating pcursor over QSpec { ns: "config.changelog", n2skip: 0, n2return: 0, options: 0, query: {}, fields: {} } and CInfo { v_ns: "", filter: {} } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing over 1 shards required by [unsharded @ config:localhost:30000] m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initializing on shard config:localhost:30000, current connection state is { state: {}, retryNext: false, init: false, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] initialized query (lazily) on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing over 1 shards m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finishing on shard config:localhost:30000, current connection state is { state: { conn: "localhost:30000", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: false, errored: false } m30999| Wed Aug 1 12:32:21 [conn1] [pcursor] finished on shard config:localhost:30000, current connection state is { state: { conn: "(done)", vinfo: "config:localhost:30000", cursor: "(empty)", count: 0, done: false }, retryNext: false, init: true, finish: true, errored: false } m30999| Wed Aug 1 12:32:21 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 m30000| Wed Aug 1 12:32:21 [conn3] end connection 127.0.0.1:45012 m30000| Wed Aug 1 12:32:21 [conn4] end connection 127.0.0.1:45013 m30001| Wed Aug 1 12:32:21 [conn4] end connection 127.0.0.1:38796 m30001| Wed Aug 1 12:32:21 [conn3] end connection 127.0.0.1:38795 m30000| Wed Aug 1 12:32:21 [conn6] end connection 127.0.0.1:45020 m30000| Wed Aug 1 12:32:21 [conn7] end connection 127.0.0.1:45023 Wed Aug 1 12:32:22 shell: stopped mongo program on port 30999 m30000| Wed Aug 1 12:32:22 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:32:22 [interruptThread] now exiting m30000| Wed Aug 1 12:32:22 dbexit: m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:32:22 [interruptThread] closing listening socket: 63 m30000| Wed Aug 1 12:32:22 [interruptThread] closing listening socket: 66 m30000| Wed Aug 1 12:32:22 [interruptThread] closing listening socket: 67 m30000| Wed Aug 1 12:32:22 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: final commit... m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:32:22 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:32:22 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:32:22 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:32:22 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:32:22 dbexit: really exiting now Wed Aug 1 12:32:23 shell: stopped mongo program on port 30000 m30001| Wed Aug 1 12:32:23 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:32:23 [interruptThread] now exiting m30001| Wed Aug 1 12:32:23 dbexit: m30001| Wed Aug 1 12:32:23 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:32:23 [interruptThread] closing listening socket: 69 m30001| Wed Aug 1 12:32:23 [interruptThread] closing listening socket: 70 m30001| Wed Aug 1 12:32:23 [interruptThread] closing listening socket: 71 m30001| Wed Aug 1 12:32:23 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:32:23 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:32:23 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:32:23 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:32:23 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:32:23 [interruptThread] shutdown: final commit... m30001| Wed Aug 1 12:32:24 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:32:24 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:32:24 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:32:24 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:32:24 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:32:24 dbexit: really exiting now Wed Aug 1 12:32:24 shell: stopped mongo program on port 30001 *** ShardingTest presplit completed successfully in 10.043 seconds *** 10043ms >>>>>>> skipping test that will fail due to a custom multi-version setup remove2 >>>>>>>> skipping jstests/sharding/sharding_with_keyfile.key >>>>>>> skipping test that will fail due to a custom multi-version setup mrShardedOutput ******************************************* Test : jstests/sharding/features2.js ... Resetting db path '/data/db/features20' Wed Aug 1 12:32:24 shell: started program mongod-2.0.6 --port 30000 --dbpath /data/db/features20 --nopreallocj m30000| Wed Aug 1 12:32:24 [initandlisten] MongoDB starting : pid=12155 port=30000 dbpath=/data/db/features20 64-bit host=ubuntu m30000| Wed Aug 1 12:32:24 [initandlisten] db version v2.0.6, pdfile version 4.5 m30000| Wed Aug 1 12:32:24 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30000| Wed Aug 1 12:32:24 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30000| Wed Aug 1 12:32:24 [initandlisten] options: { dbpath: "/data/db/features20", nopreallocj: true, port: 30000 } m30000| Wed Aug 1 12:32:24 [initandlisten] journal dir=/data/db/features20/journal m30000| Wed Aug 1 12:32:24 [initandlisten] recover : no journal files present, no recovery needed m30000| Wed Aug 1 12:32:24 [initandlisten] waiting for connections on port 30000 m30000| Wed Aug 1 12:32:24 [websvr] admin web console waiting for connections on port 31000 m30000| Wed Aug 1 12:32:25 [initandlisten] connection accepted from 127.0.0.1:45028 #1 Resetting db path '/data/db/features21' Wed Aug 1 12:32:25 shell: started program mongod-2.0.6 --port 30001 --dbpath /data/db/features21 --nopreallocj m30001| Wed Aug 1 12:32:25 [initandlisten] MongoDB starting : pid=12168 port=30001 dbpath=/data/db/features21 64-bit host=ubuntu m30001| Wed Aug 1 12:32:25 [initandlisten] db version v2.0.6, pdfile version 4.5 m30001| Wed Aug 1 12:32:25 [initandlisten] git version: e1c0cbc25863f6356aa4e31375add7bb49fb05bc m30001| Wed Aug 1 12:32:25 [initandlisten] build info: Linux ip-10-110-9-236 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 m30001| Wed Aug 1 12:32:25 [initandlisten] options: { dbpath: "/data/db/features21", nopreallocj: true, port: 30001 } m30001| Wed Aug 1 12:32:25 [initandlisten] journal dir=/data/db/features21/journal m30001| Wed Aug 1 12:32:25 [initandlisten] recover : no journal files present, no recovery needed m30001| Wed Aug 1 12:32:25 [initandlisten] waiting for connections on port 30001 m30001| Wed Aug 1 12:32:25 [websvr] admin web console waiting for connections on port 31001 m30001| Wed Aug 1 12:32:25 [initandlisten] connection accepted from 127.0.0.1:38801 #1 "localhost:30000" m30000| Wed Aug 1 12:32:25 [initandlisten] connection accepted from 127.0.0.1:45031 #2 ShardingTest features2 : { "config" : "localhost:30000", "shards" : [ connection to localhost:30000, connection to localhost:30001 ] } Wed Aug 1 12:32:25 shell: started program /home/greg/Workspaces/Mongo Workspace/mongo/mongos --port 30999 --configdb localhost:30000 -v --chunkSize 50 m30999| Wed Aug 1 12:32:25 warning: running with 1 config server should be done only for testing purposes and is not recommended for production m30999| Wed Aug 1 12:32:25 [mongosMain] MongoS version 2.2.0-rc1-pre- starting: pid=12183 port=30999 64-bit host=ubuntu (--help for usage) m30999| Wed Aug 1 12:32:25 [mongosMain] git version: ebef819976d99cbcc30a993f8a6c3f615167f79f m30999| Wed Aug 1 12:32:25 [mongosMain] build info: Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 BOOST_LIB_VERSION=1_49 m30999| Wed Aug 1 12:32:25 [mongosMain] options: { chunkSize: 50, configdb: "localhost:30000", port: 30999, verbose: true } m30999| Wed Aug 1 12:32:25 [mongosMain] config string : localhost:30000 m30999| Wed Aug 1 12:32:25 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:25 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:25 [initandlisten] connection accepted from 127.0.0.1:45033 #3 m30999| Wed Aug 1 12:32:25 [mongosMain] connected connection! m30999| Wed Aug 1 12:32:25 BackgroundJob starting: CheckConfigServers m30999| Wed Aug 1 12:32:25 [CheckConfigServers] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:25 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:25 [initandlisten] connection accepted from 127.0.0.1:45034 #4 m30999| Wed Aug 1 12:32:25 [CheckConfigServers] connected connection! m30999| Wed Aug 1 12:32:25 [mongosMain] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:25 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:25 [initandlisten] connection accepted from 127.0.0.1:45035 #5 m30999| Wed Aug 1 12:32:25 [mongosMain] connected connection! m30000| Wed Aug 1 12:32:25 [FileAllocator] allocating new datafile /data/db/features20/config.ns, filling with zeroes... m30000| Wed Aug 1 12:32:25 [FileAllocator] creating directory /data/db/features20/_tmp m30000| Wed Aug 1 12:32:25 [FileAllocator] done allocating datafile /data/db/features20/config.ns, size: 16MB, took 0.105 secs m30000| Wed Aug 1 12:32:25 [FileAllocator] allocating new datafile /data/db/features20/config.0, filling with zeroes... m30000| Wed Aug 1 12:32:26 [FileAllocator] done allocating datafile /data/db/features20/config.0, size: 64MB, took 0.778 secs m30000| Wed Aug 1 12:32:26 [FileAllocator] allocating new datafile /data/db/features20/config.1, filling with zeroes... m30000| Wed Aug 1 12:32:26 [conn5] build index config.version { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn5] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn5] insert config.version 899ms m30999| Wed Aug 1 12:32:26 BackgroundJob starting: PeriodicTask::Runner m30999| Wed Aug 1 12:32:26 [websvr] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:32:26 BackgroundJob starting: cursorTimeout m30999| Wed Aug 1 12:32:26 BackgroundJob starting: Balancer m30999| Wed Aug 1 12:32:26 [mongosMain] fd limit hard:65536 soft:65536 max conn: 52428 m30999| Wed Aug 1 12:32:26 [Balancer] about to contact config servers and shards m30999| Wed Aug 1 12:32:26 [websvr] admin web console waiting for connections on port 31999 m30000| Wed Aug 1 12:32:26 [conn3] build index config.settings { _id: 1 } m30999| Wed Aug 1 12:32:26 [mongosMain] waiting for connections on port 30999 m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn3] build index config.chunks { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn3] info: creating collection config.chunks on add index m30000| Wed Aug 1 12:32:26 [conn3] build index config.chunks { ns: 1, min: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn3] build index config.chunks { ns: 1, shard: 1, min: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn3] build index config.chunks { ns: 1, lastmod: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn3] build index config.shards { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn3] info: creating collection config.shards on add index m30000| Wed Aug 1 12:32:26 [conn3] build index config.shards { host: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:26 [Balancer] config servers and shards contacted successfully m30999| Wed Aug 1 12:32:26 [Balancer] balancer id: ubuntu:30999 started at Aug 1 12:32:26 m30999| Wed Aug 1 12:32:26 [Balancer] created new distributed lock for balancer on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30999| Wed Aug 1 12:32:26 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:26 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:32:26 [Balancer] connected connection! m30000| Wed Aug 1 12:32:26 [initandlisten] connection accepted from 127.0.0.1:45041 #6 m30000| Wed Aug 1 12:32:26 [conn5] build index config.mongos { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn5] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:26 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:32:26 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30999:1343838746:1804289383 (sleeping for 30000ms) m30999| Wed Aug 1 12:32:26 [Balancer] inserting initial doc in config.locks for lock balancer m30999| Wed Aug 1 12:32:26 [Balancer] about to acquire distributed lock 'balancer/ubuntu:30999:1343838746:1804289383: m30999| { "state" : 1, m30999| "who" : "ubuntu:30999:1343838746:1804289383:Balancer:846930886", m30999| "process" : "ubuntu:30999:1343838746:1804289383", m30999| "when" : { "$date" : "Wed Aug 1 12:32:26 2012" }, m30999| "why" : "doing balance round", m30999| "ts" : { "$oid" : "50195a1ae826393daf157228" } } m30999| { "_id" : "balancer", m30999| "state" : 0 } m30000| Wed Aug 1 12:32:26 [conn3] build index config.lockpings { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:26 [conn6] build index config.locks { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn6] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:26 [LockPinger] cluster localhost:30000 pinged successfully at Wed Aug 1 12:32:26 2012 by distributed lock pinger 'localhost:30000/ubuntu:30999:1343838746:1804289383', sleeping for 30000ms m30000| Wed Aug 1 12:32:26 [conn3] build index config.lockpings { ping: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 1 records 0 secs m30999| Wed Aug 1 12:32:26 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838746:1804289383' acquired, ts : 50195a1ae826393daf157228 m30999| Wed Aug 1 12:32:26 [Balancer] *** start balancing round m30999| Wed Aug 1 12:32:26 [Balancer] no collections to balance m30999| Wed Aug 1 12:32:26 [Balancer] no need to move any chunk m30999| Wed Aug 1 12:32:26 [Balancer] *** end of balancing round m30999| Wed Aug 1 12:32:26 [Balancer] distributed lock 'balancer/ubuntu:30999:1343838746:1804289383' unlocked. m30999| Wed Aug 1 12:32:26 [mongosMain] connection accepted from 127.0.0.1:42092 #1 (1 connection now open) ShardingTest undefined going to add shard : localhost:30000 m30999| Wed Aug 1 12:32:26 [conn1] couldn't find database [admin] in config db m30000| Wed Aug 1 12:32:26 [conn3] build index config.databases { _id: 1 } m30000| Wed Aug 1 12:32:26 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:26 [conn1] put [admin] on: config:localhost:30000 m30000| Wed Aug 1 12:32:28 [FileAllocator] done allocating datafile /data/db/features20/config.1, size: 128MB, took 2.555 secs m30000| Wed Aug 1 12:32:28 [conn5] command admin.$cmd command: { listDatabases: 1 } ntoreturn:1 reslen:177 2258ms m30999| Wed Aug 1 12:32:28 [conn1] going to add shard: { _id: "shard0000", host: "localhost:30000" } { "shardAdded" : "shard0000", "ok" : 1 } ShardingTest undefined going to add shard : localhost:30001 m30999| Wed Aug 1 12:32:28 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:32:28 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:32:28 [initandlisten] connection accepted from 127.0.0.1:38814 #2 m30999| Wed Aug 1 12:32:28 [conn1] connected connection! m30999| Wed Aug 1 12:32:28 [conn1] going to add shard: { _id: "shard0001", host: "localhost:30001" } { "shardAdded" : "shard0001", "ok" : 1 } m30999| Wed Aug 1 12:32:28 [conn1] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:28 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:28 [initandlisten] connection accepted from 127.0.0.1:45044 #7 m30999| Wed Aug 1 12:32:28 [conn1] connected connection! m30999| Wed Aug 1 12:32:28 [conn1] creating WriteBackListener for: localhost:30000 serverID: 50195a1ae826393daf157227 m30999| Wed Aug 1 12:32:28 [conn1] initializing shard connection to localhost:30000 m30999| Wed Aug 1 12:32:28 BackgroundJob starting: WriteBackListener-localhost:30000 m30999| Wed Aug 1 12:32:28 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:32:28 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:32:28 [initandlisten] connection accepted from 127.0.0.1:38816 #3 m30999| Wed Aug 1 12:32:28 [conn1] connected connection! m30999| Wed Aug 1 12:32:28 [conn1] creating WriteBackListener for: localhost:30001 serverID: 50195a1ae826393daf157227 m30999| Wed Aug 1 12:32:28 [conn1] initializing shard connection to localhost:30001 m30999| Wed Aug 1 12:32:28 BackgroundJob starting: WriteBackListener-localhost:30001 Waiting for active hosts... Waiting for the balancer lock... Waiting again for active hosts after balancer is off... m30999| Wed Aug 1 12:32:28 [conn1] couldn't find database [test] in config db m30999| Wed Aug 1 12:32:28 [conn1] creating new connection to:localhost:30001 m30999| Wed Aug 1 12:32:28 BackgroundJob starting: ConnectBG m30001| Wed Aug 1 12:32:28 [initandlisten] connection accepted from 127.0.0.1:38817 #4 m30999| Wed Aug 1 12:32:28 [conn1] connected connection! m30999| Wed Aug 1 12:32:28 [conn1] best shard for new allocation is shard: shard0001:localhost:30001 mapped: 0 writeLock: 0 m30999| Wed Aug 1 12:32:28 [conn1] put [test] on: shard0001:localhost:30001 m30999| Wed Aug 1 12:32:28 [conn1] enabling sharding on: test m30001| Wed Aug 1 12:32:28 [FileAllocator] allocating new datafile /data/db/features21/test.ns, filling with zeroes... m30001| Wed Aug 1 12:32:28 [FileAllocator] creating directory /data/db/features21/_tmp m30999| Wed Aug 1 12:32:28 [conn1] sharded index write for test.system.indexes m30001| Wed Aug 1 12:32:29 [FileAllocator] done allocating datafile /data/db/features21/test.ns, size: 16MB, took 0.481 secs m30001| Wed Aug 1 12:32:29 [FileAllocator] allocating new datafile /data/db/features21/test.0, filling with zeroes... m30001| Wed Aug 1 12:32:30 [FileAllocator] done allocating datafile /data/db/features21/test.0, size: 64MB, took 0.612 secs m30001| Wed Aug 1 12:32:30 [FileAllocator] allocating new datafile /data/db/features21/test.1, filling with zeroes... m30001| Wed Aug 1 12:32:30 [conn3] build index test.foo { _id: 1 } m30001| Wed Aug 1 12:32:30 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:30 [conn3] insert test.foo 1433ms m30001| Wed Aug 1 12:32:30 [conn3] build index test.foo { x: 1.0 } m30001| Wed Aug 1 12:32:30 [conn3] build index done 3 records 0 secs m30001| Wed Aug 1 12:32:30 [conn3] command test.$cmd command: { distinct: "foo", key: "x", query: {} } ntoreturn:1 reslen:177 143ms m30001| Wed Aug 1 12:32:32 [FileAllocator] done allocating datafile /data/db/features21/test.1, size: 128MB, took 1.93 secs m30001| Wed Aug 1 12:32:32 [conn4] command admin.$cmd command: { checkShardingIndex: "test.foo", keyPattern: { x: 1.0 } } ntoreturn:1 reslen:37 1524ms m30999| Wed Aug 1 12:32:32 [conn1] CMD: shardcollection: { shardcollection: "test.foo", key: { x: 1.0 } } m30999| Wed Aug 1 12:32:32 [conn1] enable sharding on: test.foo with shard key: { x: 1.0 } m30999| Wed Aug 1 12:32:32 [conn1] going to create 1 chunk(s) for: test.foo using new epoch 50195a20e826393daf157229 m30999| Wed Aug 1 12:32:32 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 2 version: 1|0||50195a20e826393daf157229 based on: (empty) m30000| Wed Aug 1 12:32:32 [conn4] build index config.collections { _id: 1 } m30000| Wed Aug 1 12:32:32 [conn4] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:32 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a20e826393daf157229'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:32 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:32:32 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a20e826393daf157229'), serverID: ObjectId('50195a1ae826393daf157227'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30000| Wed Aug 1 12:32:32 [initandlisten] connection accepted from 127.0.0.1:45047 #8 m30999| Wed Aug 1 12:32:32 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:32 [conn1] splitting: test.foo shard: ns:test.foo at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { x: MinKey } max: { x: MaxKey } m30000| Wed Aug 1 12:32:32 [initandlisten] connection accepted from 127.0.0.1:45048 #9 m30001| Wed Aug 1 12:32:32 [conn4] received splitChunk request: { splitChunk: "test.foo", keyPattern: { x: 1.0 }, min: { x: MinKey }, max: { x: MaxKey }, from: "shard0001", splitKeys: [ { x: 2.0 } ], shardId: "test.foo-x_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:32:32 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:32:32 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30001:1343838752:1923911329 (sleeping for 30000ms) m30001| Wed Aug 1 12:32:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838752:1923911329' acquired, ts : 50195a205cbd9c4f47385670 m30001| Wed Aug 1 12:32:32 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:32:32 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:32-0", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838752092), what: "split", ns: "test.foo", details: { before: { min: { x: MinKey }, max: { x: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { x: MinKey }, max: { x: 2.0 }, lastmod: Timestamp 1000|1 }, right: { min: { x: 2.0 }, max: { x: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:32:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838752:1923911329' unlocked. m30999| Wed Aug 1 12:32:32 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 3 version: 1|2||000000000000000000000000 based on: 1|0||50195a20e826393daf157229 m30999| Wed Aug 1 12:32:32 [conn1] CMD: movechunk: { movechunk: "test.foo", find: { x: 3.0 }, to: "localhost:30000" } m30999| Wed Aug 1 12:32:32 [conn1] moving chunk ns: test.foo moving ( ns:test.foo at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { x: 2.0 } max: { x: MaxKey }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:32:32 [conn4] received moveChunk request: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: 2.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.foo-x_2.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:32:32 [conn4] created new distributed lock for test.foo on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:32:32 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838752:1923911329' acquired, ts : 50195a205cbd9c4f47385671 m30001| Wed Aug 1 12:32:32 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:32-1", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838752095), what: "moveChunk.start", ns: "test.foo", details: { min: { x: 2.0 }, max: { x: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:32:32 [conn4] moveChunk request accepted at version 1|2 m30001| Wed Aug 1 12:32:32 [conn4] moveChunk number of documents: 2 m30001| Wed Aug 1 12:32:32 [initandlisten] connection accepted from 127.0.0.1:38820 #5 m30000| Wed Aug 1 12:32:32 [FileAllocator] allocating new datafile /data/db/features20/test.ns, filling with zeroes... m30999| Wed Aug 1 12:32:32 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:32 BackgroundJob starting: ConnectBG m30000| Wed Aug 1 12:32:32 [initandlisten] connection accepted from 127.0.0.1:45050 #10 m30999| Wed Aug 1 12:32:32 [Balancer] connected connection! m30000| Wed Aug 1 12:32:32 [FileAllocator] done allocating datafile /data/db/features20/test.ns, size: 16MB, took 0.442 secs m30000| Wed Aug 1 12:32:32 [FileAllocator] allocating new datafile /data/db/features20/test.0, filling with zeroes... m30001| Wed Aug 1 12:32:33 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "ready", counts: { cloned: 0, clonedBytes: 0, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:32:33 [FileAllocator] done allocating datafile /data/db/features20/test.0, size: 64MB, took 0.932 secs m30000| Wed Aug 1 12:32:33 [FileAllocator] allocating new datafile /data/db/features20/test.1, filling with zeroes... m30000| Wed Aug 1 12:32:33 [migrateThread] build index test.foo { _id: 1 } m30000| Wed Aug 1 12:32:33 [migrateThread] build index done 0 records 0.024 secs m30000| Wed Aug 1 12:32:33 [migrateThread] info: creating collection test.foo on add index m30000| Wed Aug 1 12:32:33 [migrateThread] build index test.foo { x: 1.0 } m30000| Wed Aug 1 12:32:33 [migrateThread] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:33 [Balancer] Refreshing MaxChunkSize: 50 m30999| Wed Aug 1 12:32:33 [Balancer] skipping balancing round because balancing is disabled m30000| Wed Aug 1 12:32:33 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { x: 2.0 } -> { x: MaxKey } m30001| Wed Aug 1 12:32:34 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "catchup", counts: { cloned: 2, clonedBytes: 66, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:32:35 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "catchup", counts: { cloned: 2, clonedBytes: 66, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:32:35 [migrateThread] migrate commit flushed to journal for 'test.foo' { x: 2.0 } -> { x: MaxKey } m30001| Wed Aug 1 12:32:36 [conn4] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "steady", counts: { cloned: 2, clonedBytes: 66, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:32:36 [conn4] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:32:36 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.foo' { x: 2.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:36 [migrateThread] migrate commit flushed to journal for 'test.foo' { x: 2.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:36 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:36-0", server: "ubuntu", clientAddr: "", time: new Date(1343838756105), what: "moveChunk.to", ns: "test.foo", details: { min: { x: 2.0 }, max: { x: MaxKey }, step1: 1406, step2: 0, step3: 81, step4: 0, step5: 2521 } } m30000| Wed Aug 1 12:32:36 [initandlisten] connection accepted from 127.0.0.1:45051 #11 m30001| Wed Aug 1 12:32:36 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.foo", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "done", counts: { cloned: 2, clonedBytes: 66, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:32:36 [conn4] moveChunk updating self version to: 2|1 through { x: MinKey } -> { x: 2.0 } for collection 'test.foo' m30001| Wed Aug 1 12:32:36 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:36-2", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838756107), what: "moveChunk.commit", ns: "test.foo", details: { min: { x: 2.0 }, max: { x: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:32:36 [conn4] doing delete inline m30001| Wed Aug 1 12:32:36 [conn4] moveChunk deleted: 2 m30001| Wed Aug 1 12:32:36 [conn4] distributed lock 'test.foo/ubuntu:30001:1343838752:1923911329' unlocked. m30001| Wed Aug 1 12:32:36 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:36-3", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838756107), what: "moveChunk.from", ns: "test.foo", details: { min: { x: 2.0 }, max: { x: MaxKey }, step1: 0, step2: 0, step3: 0, step4: 4001, step5: 10, step6: 0 } } m30001| Wed Aug 1 12:32:36 [conn4] command admin.$cmd command: { moveChunk: "test.foo", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: 2.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.foo-x_2.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 4013ms m30999| Wed Aug 1 12:32:36 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] ChunkManager: time to load chunks for test.foo: 0ms sequenceNumber: 4 version: 2|1||000000000000000000000000 based on: 1|2||000000000000000000000000 { "millis" : 4014, "ok" : 1 } m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0000", shardHost: "localhost:30000" } 0x1d352c0 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo", need_authoritative: true, errmsg: "first time for collection 'test.foo'", ok: 0.0 } m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0000 localhost:30000 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x1d352c0 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0001 localhost:30001 test.foo { setShardVersion: "test.foo", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] about to initiate autosplit: ns:test.foo at: shard0000:localhost:30000 lastmod: 2|0||000000000000000000000000 min: { x: 2.0 } max: { x: MaxKey } dataWritten: 8083675 splitThreshold: 471859 m30999| Wed Aug 1 12:32:36 [conn1] chunk not full enough to trigger auto-split no split entry m30999| Wed Aug 1 12:32:36 [conn1] about to initiate autosplit: ns:test.foo at: shard0001:localhost:30001 lastmod: 2|1||000000000000000000000000 min: { x: MinKey } max: { x: 2.0 } dataWritten: 8312780 splitThreshold: 471859 m30999| Wed Aug 1 12:32:36 [conn1] chunk not full enough to trigger auto-split no split entry m30001| Wed Aug 1 12:32:36 [conn3] build index test.foo2 { _id: 1 } m30001| Wed Aug 1 12:32:36 [conn3] build index done 0 records 0 secs [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "test.foo2", "name" : "_id_" } ] m30999| Wed Aug 1 12:32:36 [conn1] CMD: shardcollection: { shardcollection: "test.foo2", key: { _id: 1.0 } } m30999| Wed Aug 1 12:32:36 [conn1] enable sharding on: test.foo2 with shard key: { _id: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] going to create 1 chunk(s) for: test.foo2 using new epoch 50195a24e826393daf15722a m30999| Wed Aug 1 12:32:36 [conn1] ChunkManager: time to load chunks for test.foo2: 0ms sequenceNumber: 5 version: 1|0||50195a24e826393daf15722a based on: (empty) m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0001 localhost:30001 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a24e826393daf15722a'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.foo2", need_authoritative: true, errmsg: "first time for collection 'test.foo2'", ok: 0.0 } m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0001 localhost:30001 test.foo2 { setShardVersion: "test.foo2", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a24e826393daf15722a'), serverID: ObjectId('50195a1ae826393daf157227'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] about to initiate autosplit: ns:test.foo2 at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { _id: MinKey } max: { _id: MaxKey } dataWritten: 174585 splitThreshold: 921 m30999| Wed Aug 1 12:32:36 [conn1] chunk not full enough to trigger auto-split no split entry m30001| Wed Aug 1 12:32:36 [conn3] build index test.mr { _id: 1 } m30999| Wed Aug 1 12:32:36 [conn1] sharded index write for test.system.indexes m30001| Wed Aug 1 12:32:36 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:36 [conn3] build index test.mr { x: 1.0 } m30001| Wed Aug 1 12:32:36 [conn3] build index done 4 records 0 secs before m30999| Wed Aug 1 12:32:36 [conn1] simple MR, just passthrough m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.tmp.mr.mr_0_inc m30001| Wed Aug 1 12:32:36 [conn3] build index test.tmp.mr.mr_0_inc { 0: 1 } m30001| Wed Aug 1 12:32:36 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.tmp.mr.mr_0 m30001| Wed Aug 1 12:32:36 [conn3] build index test.tmp.mr.mr_0 { _id: 1 } m30001| Wed Aug 1 12:32:36 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.smr1_out m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.tmp.mr.mr_0 m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.tmp.mr.mr_0 m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.tmp.mr.mr_0_inc m30001| Wed Aug 1 12:32:36 [conn3] command test.$cmd command: { mapreduce: "mr", map: function () { m30001| this.tags.forEach(function (z) {emit(z, {count:1});}); m30001| }, reduce: function (key, values) { m30001| var total = 0; m30001| for (var i = 0; i < va..., out: "smr1_out" } ntoreturn:1 reslen:132 101ms { "result" : "smr1_out", "timeMillis" : 100, "counts" : { "input" : 4, "emit" : 8, "reduce" : 3, "output" : 3 }, "ok" : 1, } m30999| Wed Aug 1 12:32:36 [conn1] DROP: test.smr1_out m30001| Wed Aug 1 12:32:36 [conn3] CMD: drop test.smr1_out m30999| Wed Aug 1 12:32:36 [conn1] simple MR, just passthrough { "results" : [ { "_id" : "a", "value" : { "count" : 2 } }, { "_id" : "b", "value" : { "count" : 3 } }, { "_id" : "c", "value" : { "count" : 3 } } ], "timeMillis" : 0, "counts" : { "input" : 4, "emit" : 8, "reduce" : 3, "output" : 3 }, "ok" : 1, } { "a" : 2, "b" : 3, "c" : 3 } m30999| Wed Aug 1 12:32:36 [conn1] CMD: shardcollection: { shardcollection: "test.mr", key: { x: 1.0 } } m30999| Wed Aug 1 12:32:36 [conn1] enable sharding on: test.mr with shard key: { x: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] going to create 1 chunk(s) for: test.mr using new epoch 50195a24e826393daf15722b m30999| Wed Aug 1 12:32:36 [conn1] ChunkManager: time to load chunks for test.mr: 0ms sequenceNumber: 6 version: 1|0||50195a24e826393daf15722b based on: (empty) m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0001 localhost:30001 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a24e826393daf15722b'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.mr", need_authoritative: true, errmsg: "first time for collection 'test.mr'", ok: 0.0 } m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion shard0001 localhost:30001 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 1000|0, versionEpoch: ObjectId('50195a24e826393daf15722b'), serverID: ObjectId('50195a1ae826393daf157227'), authoritative: true, shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:36 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:36 [conn1] splitting: test.mr shard: ns:test.mr at: shard0001:localhost:30001 lastmod: 1|0||000000000000000000000000 min: { x: MinKey } max: { x: MaxKey } m30001| Wed Aug 1 12:32:36 [conn4] received splitChunk request: { splitChunk: "test.mr", keyPattern: { x: 1.0 }, min: { x: MinKey }, max: { x: MaxKey }, from: "shard0001", splitKeys: [ { x: 2.0 } ], shardId: "test.mr-x_MinKey", configdb: "localhost:30000" } m30001| Wed Aug 1 12:32:36 [conn4] created new distributed lock for test.mr on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:32:36 [conn4] distributed lock 'test.mr/ubuntu:30001:1343838752:1923911329' acquired, ts : 50195a245cbd9c4f47385672 m30001| Wed Aug 1 12:32:36 [conn4] splitChunk accepted at version 1|0 m30001| Wed Aug 1 12:32:36 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:36-4", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838756236), what: "split", ns: "test.mr", details: { before: { min: { x: MinKey }, max: { x: MaxKey }, lastmod: Timestamp 1000|0 }, left: { min: { x: MinKey }, max: { x: 2.0 }, lastmod: Timestamp 1000|1 }, right: { min: { x: 2.0 }, max: { x: MaxKey }, lastmod: Timestamp 1000|2 } } } m30001| Wed Aug 1 12:32:36 [conn4] distributed lock 'test.mr/ubuntu:30001:1343838752:1923911329' unlocked. m30999| Wed Aug 1 12:32:36 [conn1] ChunkManager: time to load chunks for test.mr: 0ms sequenceNumber: 7 version: 1|2||000000000000000000000000 based on: 1|0||50195a24e826393daf15722b m30999| Wed Aug 1 12:32:36 [conn1] CMD: movechunk: { movechunk: "test.mr", find: { x: 3.0 }, to: "localhost:30000" } m30999| Wed Aug 1 12:32:36 [conn1] moving chunk ns: test.mr moving ( ns:test.mr at: shard0001:localhost:30001 lastmod: 1|2||000000000000000000000000 min: { x: 2.0 } max: { x: MaxKey }) shard0001:localhost:30001 -> shard0000:localhost:30000 m30001| Wed Aug 1 12:32:36 [conn4] received moveChunk request: { moveChunk: "test.mr", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: 2.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.mr-x_2.0", configdb: "localhost:30000", secondaryThrottle: false } m30001| Wed Aug 1 12:32:36 [conn4] created new distributed lock for test.mr on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30001| Wed Aug 1 12:32:36 [conn4] distributed lock 'test.mr/ubuntu:30001:1343838752:1923911329' acquired, ts : 50195a245cbd9c4f47385673 m30001| Wed Aug 1 12:32:36 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:36-5", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838756239), what: "moveChunk.start", ns: "test.mr", details: { min: { x: 2.0 }, max: { x: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:32:36 [conn4] moveChunk request accepted at version 1|2 m30001| Wed Aug 1 12:32:36 [conn4] moveChunk number of documents: 3 m30000| Wed Aug 1 12:32:36 [migrateThread] build index test.mr { _id: 1 } m30000| Wed Aug 1 12:32:36 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:36 [migrateThread] info: creating collection test.mr on add index m30000| Wed Aug 1 12:32:36 [migrateThread] build index test.mr { x: 1.0 } m30000| Wed Aug 1 12:32:36 [migrateThread] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:36 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.mr' { x: 2.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:36 [FileAllocator] done allocating datafile /data/db/features20/test.1, size: 128MB, took 3.267 secs m30000| Wed Aug 1 12:32:36 [migrateThread] migrate commit flushed to journal for 'test.mr' { x: 2.0 } -> { x: MaxKey } m30001| Wed Aug 1 12:32:37 [conn4] moveChunk data transfer progress: { active: true, ns: "test.mr", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "steady", counts: { cloned: 3, clonedBytes: 186, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30001| Wed Aug 1 12:32:37 [conn4] moveChunk setting version to: 2|0 m30000| Wed Aug 1 12:32:37 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.mr' { x: 2.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:37 [migrateThread] migrate commit flushed to journal for 'test.mr' { x: 2.0 } -> { x: MaxKey } m30000| Wed Aug 1 12:32:37 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:37-1", server: "ubuntu", clientAddr: "", time: new Date(1343838757249), what: "moveChunk.to", ns: "test.mr", details: { min: { x: 2.0 }, max: { x: MaxKey }, step1: 1, step2: 0, step3: 0, step4: 0, step5: 1007 } } m30001| Wed Aug 1 12:32:37 [conn4] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.mr", from: "localhost:30001", min: { x: 2.0 }, max: { x: MaxKey }, state: "done", counts: { cloned: 3, clonedBytes: 186, catchup: 0, steady: 0 }, ok: 1.0 } m30001| Wed Aug 1 12:32:37 [conn4] moveChunk updating self version to: 2|1 through { x: MinKey } -> { x: 2.0 } for collection 'test.mr' m30001| Wed Aug 1 12:32:37 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:37-6", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838757250), what: "moveChunk.commit", ns: "test.mr", details: { min: { x: 2.0 }, max: { x: MaxKey }, from: "shard0001", to: "shard0000" } } m30001| Wed Aug 1 12:32:37 [conn4] doing delete inline m30001| Wed Aug 1 12:32:37 [conn4] moveChunk deleted: 3 m30001| Wed Aug 1 12:32:37 [conn4] distributed lock 'test.mr/ubuntu:30001:1343838752:1923911329' unlocked. m30001| Wed Aug 1 12:32:37 [conn4] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:37-7", server: "ubuntu", clientAddr: "127.0.0.1:38817", time: new Date(1343838757251), what: "moveChunk.from", ns: "test.mr", details: { min: { x: 2.0 }, max: { x: MaxKey }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 10, step6: 0 } } m30001| Wed Aug 1 12:32:37 [conn4] command admin.$cmd command: { moveChunk: "test.mr", from: "localhost:30001", to: "localhost:30000", fromShard: "shard0001", toShard: "shard0000", min: { x: 2.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 52428800, shardId: "test.mr-x_2.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1013ms m30999| Wed Aug 1 12:32:37 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:32:37 [conn1] ChunkManager: time to load chunks for test.mr: 0ms sequenceNumber: 8 version: 2|1||000000000000000000000000 based on: 1|2||000000000000000000000000 { "millis" : 1014, "ok" : 1 } after m30999| Wed Aug 1 12:32:37 [conn1] setShardVersion shard0000 localhost:30000 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0000", shardHost: "localhost:30000" } 0x1d352c0 m30999| Wed Aug 1 12:32:37 [conn1] setShardVersion failed! m30999| { oldVersion: Timestamp 0|0, ns: "test.mr", need_authoritative: true, errmsg: "first time for collection 'test.mr'", ok: 0.0 } m30999| Wed Aug 1 12:32:37 [conn1] setShardVersion shard0000 localhost:30000 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 2000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), authoritative: true, shard: "shard0000", shardHost: "localhost:30000" } 0x1d352c0 m30999| Wed Aug 1 12:32:37 [conn1] setShardVersion success: { oldVersion: Timestamp 0|0, ok: 1.0 } m30999| Wed Aug 1 12:32:37 [conn1] setShardVersion shard0001 localhost:30001 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 2000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30999| Wed Aug 1 12:32:37 [conn1] setShardVersion success: { oldVersion: Timestamp 1000|0, ok: 1.0 } m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_1_inc m30001| Wed Aug 1 12:32:37 [conn3] build index test.tmp.mr.mr_1_inc { 0: 1 } m30001| Wed Aug 1 12:32:37 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_1 m30001| Wed Aug 1 12:32:37 [conn3] build index test.tmp.mr.mr_1 { _id: 1 } m30001| Wed Aug 1 12:32:37 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mrs.mr_1343838757_2 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_1 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_1 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_1_inc m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_0_inc m30000| Wed Aug 1 12:32:37 [conn7] build index test.tmp.mr.mr_0_inc { 0: 1 } m30000| Wed Aug 1 12:32:37 [conn7] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_0 m30000| Wed Aug 1 12:32:37 [conn7] build index test.tmp.mr.mr_0 { _id: 1 } m30000| Wed Aug 1 12:32:37 [conn7] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mrs.mr_1343838757_2 m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_0 m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_0 m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_0_inc m30999| Wed Aug 1 12:32:37 [conn1] MR with single shard output, NS= primary=shard0001:localhost:30001 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_2 m30001| Wed Aug 1 12:32:37 [conn3] build index test.tmp.mr.mr_2 { _id: 1 } m30001| Wed Aug 1 12:32:37 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:37 [initandlisten] connection accepted from 127.0.0.1:45052 #12 m30001| Wed Aug 1 12:32:37 [initandlisten] connection accepted from 127.0.0.1:38824 #6 m30000| Wed Aug 1 12:32:37 [conn9] CMD: drop test.tmp.mrs.mr_1343838757_2 m30001| Wed Aug 1 12:32:37 [initandlisten] connection accepted from 127.0.0.1:38825 #7 m30001| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mrs.mr_1343838757_2 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.smr1_out m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_2 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_2 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_2 m30000| Wed Aug 1 12:32:37 [conn6] CMD: drop test.tmp.mrs.mr_1343838757_2 m30001| Wed Aug 1 12:32:37 [conn4] CMD: drop test.tmp.mrs.mr_1343838757_2 { "result" : "smr1_out", "counts" : { "input" : NumberLong(4), "emit" : NumberLong(8), "reduce" : NumberLong(6), "output" : NumberLong(3) }, "timeMillis" : 79, "timing" : { "shardProcessing" : 25, "postProcessing" : 53 }, "shardCounts" : { "localhost:30000" : { "input" : 3, "emit" : 6, "reduce" : 2, "output" : 3 }, "localhost:30001" : { "input" : 1, "emit" : 2, "reduce" : 0, "output" : 2 } }, "postProcessCounts" : { "localhost:30001" : { "emit" : NumberLong(8), "input" : NumberLong(4), "output" : NumberLong(3), "reduce" : NumberLong(4) } }, "ok" : 1, } m30999| Wed Aug 1 12:32:37 [conn1] DROP: test.smr1_out m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.smr1_out m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_3_inc m30001| Wed Aug 1 12:32:37 [conn3] build index test.tmp.mr.mr_3_inc { 0: 1 } m30001| Wed Aug 1 12:32:37 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_3 m30001| Wed Aug 1 12:32:37 [conn3] build index test.tmp.mr.mr_3 { _id: 1 } m30001| Wed Aug 1 12:32:37 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_1_inc m30000| Wed Aug 1 12:32:37 [conn7] build index test.tmp.mr.mr_1_inc { 0: 1 } m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mrs.mr_1343838757_3 m30000| Wed Aug 1 12:32:37 [conn7] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_1 m30000| Wed Aug 1 12:32:37 [conn7] build index test.tmp.mr.mr_1 { _id: 1 } m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_3 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_3 m30001| Wed Aug 1 12:32:37 [conn3] CMD: drop test.tmp.mr.mr_3_inc m30000| Wed Aug 1 12:32:37 [conn7] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mrs.mr_1343838757_3 m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_1 m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_1 m30000| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mr.mr_1_inc m30999| Wed Aug 1 12:32:37 [conn1] MR with single shard output, NS=test. primary=shard0001:localhost:30001 m30000| Wed Aug 1 12:32:37 [conn9] CMD: drop test.tmp.mrs.mr_1343838757_3 m30001| Wed Aug 1 12:32:37 [conn7] CMD: drop test.tmp.mrs.mr_1343838757_3 m30000| Wed Aug 1 12:32:37 [conn6] CMD: drop test.tmp.mrs.mr_1343838757_3 m30001| Wed Aug 1 12:32:37 [conn4] CMD: drop test.tmp.mrs.mr_1343838757_3 { "results" : [ { "_id" : "a", "value" : { "count" : 2 } }, { "_id" : "b", "value" : { "count" : 3 } }, { "_id" : "c", "value" : { "count" : 3 } } ], "counts" : { "input" : NumberLong(4), "emit" : NumberLong(8), "reduce" : NumberLong(6), "output" : NumberLong(3) }, "timeMillis" : 8, "timing" : { "shardProcessing" : 6, "postProcessing" : 2 }, "shardCounts" : { "localhost:30000" : { "input" : 3, "emit" : 6, "reduce" : 2, "output" : 3 }, "localhost:30001" : { "input" : 1, "emit" : 2, "reduce" : 0, "output" : 2 } }, "postProcessCounts" : { "localhost:30001" : { "emit" : NumberLong(8), "input" : NumberLong(4), "output" : NumberLong(3), "reduce" : NumberLong(4) } }, "ok" : 1, } { "a" : 2, "b" : 3, "c" : 3 } m30999| Wed Aug 1 12:32:37 [conn1] splitting: test.mr shard: ns:test.mr at: shard0000:localhost:30000 lastmod: 2|0||000000000000000000000000 min: { x: 2.0 } max: { x: MaxKey } m30000| Wed Aug 1 12:32:37 [initandlisten] connection accepted from 127.0.0.1:45055 #13 m30000| Wed Aug 1 12:32:37 [conn6] received splitChunk request: { splitChunk: "test.mr", keyPattern: { x: 1.0 }, min: { x: 2.0 }, max: { x: MaxKey }, from: "shard0000", splitKeys: [ { x: 3.0 } ], shardId: "test.mr-x_2.0", configdb: "localhost:30000" } m30000| Wed Aug 1 12:32:37 [conn6] created new distributed lock for test.mr on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:32:37 [LockPinger] creating distributed lock ping thread for localhost:30000 and process ubuntu:30000:1343838757:1627766997 (sleeping for 30000ms) m30000| Wed Aug 1 12:32:37 [conn6] distributed lock 'test.mr/ubuntu:30000:1343838757:1627766997' acquired, ts : 50195a25d40728c85be92a11 m30000| Wed Aug 1 12:32:37 [conn6] splitChunk accepted at version 2|0 m30000| Wed Aug 1 12:32:37 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:37-2", server: "ubuntu", clientAddr: "127.0.0.1:45041", time: new Date(1343838757350), what: "split", ns: "test.mr", details: { before: { min: { x: 2.0 }, max: { x: MaxKey }, lastmod: Timestamp 2000|0 }, left: { min: { x: 2.0 }, max: { x: 3.0 }, lastmod: Timestamp 2000|2 }, right: { min: { x: 3.0 }, max: { x: MaxKey }, lastmod: Timestamp 2000|3 } } } m30000| Wed Aug 1 12:32:37 [conn6] distributed lock 'test.mr/ubuntu:30000:1343838757:1627766997' unlocked. m30999| Wed Aug 1 12:32:37 [conn1] ChunkManager: time to load chunks for test.mr: 0ms sequenceNumber: 9 version: 2|3||000000000000000000000000 based on: 2|1||000000000000000000000000 m30999| Wed Aug 1 12:32:37 [conn1] splitting: test.mr shard: ns:test.mr at: shard0000:localhost:30000 lastmod: 2|3||000000000000000000000000 min: { x: 3.0 } max: { x: MaxKey } m30000| Wed Aug 1 12:32:37 [conn6] received splitChunk request: { splitChunk: "test.mr", keyPattern: { x: 1.0 }, min: { x: 3.0 }, max: { x: MaxKey }, from: "shard0000", splitKeys: [ { x: 4.0 } ], shardId: "test.mr-x_3.0", configdb: "localhost:30000" } m30000| Wed Aug 1 12:32:37 [conn6] created new distributed lock for test.mr on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:32:37 [conn6] distributed lock 'test.mr/ubuntu:30000:1343838757:1627766997' acquired, ts : 50195a25d40728c85be92a12 m30000| Wed Aug 1 12:32:37 [conn6] splitChunk accepted at version 2|3 m30000| Wed Aug 1 12:32:37 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:37-3", server: "ubuntu", clientAddr: "127.0.0.1:45041", time: new Date(1343838757354), what: "split", ns: "test.mr", details: { before: { min: { x: 3.0 }, max: { x: MaxKey }, lastmod: Timestamp 2000|3 }, left: { min: { x: 3.0 }, max: { x: 4.0 }, lastmod: Timestamp 2000|4 }, right: { min: { x: 4.0 }, max: { x: MaxKey }, lastmod: Timestamp 2000|5 } } } m30000| Wed Aug 1 12:32:37 [conn6] distributed lock 'test.mr/ubuntu:30000:1343838757:1627766997' unlocked. m30999| Wed Aug 1 12:32:37 [conn1] ChunkManager: time to load chunks for test.mr: 0ms sequenceNumber: 10 version: 2|5||000000000000000000000000 based on: 2|3||000000000000000000000000 m30999| Wed Aug 1 12:32:37 [conn1] CMD: movechunk: { movechunk: "test.mr", find: { x: 3.0 }, to: "localhost:30001" } m30999| Wed Aug 1 12:32:37 [conn1] moving chunk ns: test.mr moving ( ns:test.mr at: shard0000:localhost:30000 lastmod: 2|4||000000000000000000000000 min: { x: 3.0 } max: { x: 4.0 }) shard0000:localhost:30000 -> shard0001:localhost:30001 m30000| Wed Aug 1 12:32:37 [conn6] received moveChunk request: { moveChunk: "test.mr", from: "localhost:30000", to: "localhost:30001", fromShard: "shard0000", toShard: "shard0001", min: { x: 3.0 }, max: { x: 4.0 }, maxChunkSizeBytes: 52428800, shardId: "test.mr-x_3.0", configdb: "localhost:30000", secondaryThrottle: false } m30000| Wed Aug 1 12:32:37 [conn6] created new distributed lock for test.mr on localhost:30000 ( lock timeout : 900000, ping interval : 30000, process : 0 ) m30000| Wed Aug 1 12:32:37 [conn6] distributed lock 'test.mr/ubuntu:30000:1343838757:1627766997' acquired, ts : 50195a25d40728c85be92a13 m30000| Wed Aug 1 12:32:37 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:37-4", server: "ubuntu", clientAddr: "127.0.0.1:45041", time: new Date(1343838757357), what: "moveChunk.start", ns: "test.mr", details: { min: { x: 3.0 }, max: { x: 4.0 }, from: "shard0000", to: "shard0001" } } m30000| Wed Aug 1 12:32:37 [conn6] moveChunk request accepted at version 2|5 m30000| Wed Aug 1 12:32:37 [conn6] moveChunk number of documents: 1 m30001| Wed Aug 1 12:32:37 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.mr' { x: 3.0 } -> { x: 4.0 } m30001| Wed Aug 1 12:32:37 [migrateThread] migrate commit flushed to journal for 'test.mr' { x: 3.0 } -> { x: 4.0 } m30000| Wed Aug 1 12:32:38 [conn6] moveChunk data transfer progress: { active: true, ns: "test.mr", from: "localhost:30000", min: { x: 3.0 }, max: { x: 4.0 }, state: "steady", counts: { cloned: 1, clonedBytes: 62, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 m30000| Wed Aug 1 12:32:38 [conn6] moveChunk setting version to: 3|0 m30001| Wed Aug 1 12:32:38 [migrateThread] migrate commit succeeded flushing to secondaries for 'test.mr' { x: 3.0 } -> { x: 4.0 } m30001| Wed Aug 1 12:32:38 [migrateThread] migrate commit flushed to journal for 'test.mr' { x: 3.0 } -> { x: 4.0 } m30001| Wed Aug 1 12:32:38 [migrateThread] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:38-8", server: "ubuntu", clientAddr: "", time: new Date(1343838758359), what: "moveChunk.to", ns: "test.mr", details: { min: { x: 3.0 }, max: { x: 4.0 }, step1: 0, step2: 0, step3: 0, step4: 0, step5: 999 } } m30000| Wed Aug 1 12:32:38 [conn6] moveChunk migrate commit accepted by TO-shard: { active: false, ns: "test.mr", from: "localhost:30000", min: { x: 3.0 }, max: { x: 4.0 }, state: "done", counts: { cloned: 1, clonedBytes: 62, catchup: 0, steady: 0 }, ok: 1.0 } m30000| Wed Aug 1 12:32:38 [conn6] moveChunk updating self version to: 3|1 through { x: 2.0 } -> { x: 3.0 } for collection 'test.mr' m30000| Wed Aug 1 12:32:38 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:38-5", server: "ubuntu", clientAddr: "127.0.0.1:45041", time: new Date(1343838758376), what: "moveChunk.commit", ns: "test.mr", details: { min: { x: 3.0 }, max: { x: 4.0 }, from: "shard0000", to: "shard0001" } } m30000| Wed Aug 1 12:32:38 [conn6] doing delete inline m30000| Wed Aug 1 12:32:38 [conn6] moveChunk deleted: 1 m30000| Wed Aug 1 12:32:38 [conn6] distributed lock 'test.mr/ubuntu:30000:1343838757:1627766997' unlocked. m30000| Wed Aug 1 12:32:38 [conn6] about to log metadata event: { _id: "ubuntu-2012-08-01T16:32:38-6", server: "ubuntu", clientAddr: "127.0.0.1:45041", time: new Date(1343838758376), what: "moveChunk.from", ns: "test.mr", details: { min: { x: 3.0 }, max: { x: 4.0 }, step1: 0, step2: 1, step3: 0, step4: 1000, step5: 17, step6: 0 } } m30000| Wed Aug 1 12:32:38 [conn6] command admin.$cmd command: { moveChunk: "test.mr", from: "localhost:30000", to: "localhost:30001", fromShard: "shard0000", toShard: "shard0001", min: { x: 3.0 }, max: { x: 4.0 }, maxChunkSizeBytes: 52428800, shardId: "test.mr-x_3.0", configdb: "localhost:30000", secondaryThrottle: false } ntoreturn:1 reslen:37 1019ms m30999| Wed Aug 1 12:32:38 [conn1] moveChunk result: { ok: 1.0 } m30999| Wed Aug 1 12:32:38 [conn1] ChunkManager: time to load chunks for test.mr: 0ms sequenceNumber: 11 version: 3|1||000000000000000000000000 based on: 2|5||000000000000000000000000 after extra split m30999| Wed Aug 1 12:32:38 [conn1] setShardVersion shard0000 localhost:30000 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 3000|1, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0000", shardHost: "localhost:30000" } 0x1d352c0 m30999| Wed Aug 1 12:32:38 [conn1] setShardVersion success: { oldVersion: Timestamp 2000|0, ok: 1.0 } m30999| Wed Aug 1 12:32:38 [conn1] setShardVersion shard0001 localhost:30001 test.mr { setShardVersion: "test.mr", configdb: "localhost:30000", version: Timestamp 3000|0, versionEpoch: ObjectId('000000000000000000000000'), serverID: ObjectId('50195a1ae826393daf157227'), shard: "shard0001", shardHost: "localhost:30001" } 0x1d35d80 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_2_inc m30000| Wed Aug 1 12:32:38 [conn7] build index test.tmp.mr.mr_2_inc { 0: 1 } m30000| Wed Aug 1 12:32:38 [conn7] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_2 m30000| Wed Aug 1 12:32:38 [conn7] build index test.tmp.mr.mr_2 { _id: 1 } m30000| Wed Aug 1 12:32:38 [conn7] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:38 [conn1] setShardVersion success: { oldVersion: Timestamp 2000|1, ok: 1.0 } m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mrs.mr_1343838758_4 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_4_inc m30001| Wed Aug 1 12:32:38 [conn3] build index test.tmp.mr.mr_4_inc { 0: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_2 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_2 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_2_inc m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_4 m30001| Wed Aug 1 12:32:38 [conn3] build index test.tmp.mr.mr_4 { _id: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mrs.mr_1343838758_4 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_4 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_4 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_4_inc m30999| Wed Aug 1 12:32:38 [conn1] MR with single shard output, NS= primary=shard0001:localhost:30001 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_5 m30001| Wed Aug 1 12:32:38 [conn3] build index test.tmp.mr.mr_5 { _id: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:38 [conn9] CMD: drop test.tmp.mrs.mr_1343838758_4 m30001| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mrs.mr_1343838758_4 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.smr1_out m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_5 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_5 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_5 m30000| Wed Aug 1 12:32:38 [conn6] CMD: drop test.tmp.mrs.mr_1343838758_4 m30001| Wed Aug 1 12:32:38 [conn4] CMD: drop test.tmp.mrs.mr_1343838758_4 { "result" : "smr1_out", "counts" : { "input" : NumberLong(4), "emit" : NumberLong(8), "reduce" : NumberLong(8), "output" : NumberLong(3) }, "timeMillis" : 11, "timing" : { "shardProcessing" : 7, "postProcessing" : 4 }, "shardCounts" : { "localhost:30000" : { "input" : 2, "emit" : 4, "reduce" : 2, "output" : 2 }, "localhost:30001" : { "input" : 2, "emit" : 4, "reduce" : 1, "output" : 3 } }, "postProcessCounts" : { "localhost:30001" : { "emit" : NumberLong(8), "input" : NumberLong(4), "output" : NumberLong(3), "reduce" : NumberLong(5) } }, "ok" : 1, } m30999| Wed Aug 1 12:32:38 [conn1] DROP: test.smr1_out m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.smr1_out m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_3_inc m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_6_inc m30000| Wed Aug 1 12:32:38 [conn7] build index test.tmp.mr.mr_3_inc { 0: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index test.tmp.mr.mr_6_inc { 0: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:38 [conn7] build index done 0 records 0 secs m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_6 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_3 m30001| Wed Aug 1 12:32:38 [conn3] build index test.tmp.mr.mr_6 { _id: 1 } m30000| Wed Aug 1 12:32:38 [conn7] build index test.tmp.mr.mr_3 { _id: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:38 [conn7] build index done 0 records 0 secs m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mrs.mr_1343838758_5 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mrs.mr_1343838758_5 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_6 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_6 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_6_inc m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_3 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_3 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_3_inc m30999| Wed Aug 1 12:32:38 [conn1] MR with single shard output, NS=test. primary=shard0001:localhost:30001 m30000| Wed Aug 1 12:32:38 [conn9] CMD: drop test.tmp.mrs.mr_1343838758_5 m30001| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mrs.mr_1343838758_5 m30000| Wed Aug 1 12:32:38 [conn6] CMD: drop test.tmp.mrs.mr_1343838758_5 m30001| Wed Aug 1 12:32:38 [conn4] CMD: drop test.tmp.mrs.mr_1343838758_5 { "results" : [ { "_id" : "a", "value" : { "count" : 2 } }, { "_id" : "b", "value" : { "count" : 3 } }, { "_id" : "c", "value" : { "count" : 3 } } ], "counts" : { "input" : NumberLong(4), "emit" : NumberLong(8), "reduce" : NumberLong(8), "output" : NumberLong(3) }, "timeMillis" : 7, "timing" : { "shardProcessing" : 5, "postProcessing" : 2 }, "shardCounts" : { "localhost:30000" : { "input" : 2, "emit" : 4, "reduce" : 2, "output" : 2 }, "localhost:30001" : { "input" : 2, "emit" : 4, "reduce" : 1, "output" : 3 } }, "postProcessCounts" : { "localhost:30001" : { "emit" : NumberLong(8), "input" : NumberLong(4), "output" : NumberLong(3), "reduce" : NumberLong(5) } }, "ok" : 1, } { "a" : 2, "b" : 3, "c" : 3 } m30000| Wed Aug 1 12:32:38 [conn7] JS Error: SyntaxError: syntax error nofile_a:0 m30000| Wed Aug 1 12:32:38 [conn7] mr failed, removing collection :: caused by :: 13598 couldn't compile code for: _map m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_4 m30000| Wed Aug 1 12:32:38 [conn7] CMD: drop test.tmp.mr.mr_4_inc m30001| Wed Aug 1 12:32:38 [conn3] JS Error: SyntaxError: syntax error nofile_a:0 m30001| Wed Aug 1 12:32:38 [conn3] mr failed, removing collection :: caused by :: 13598 couldn't compile code for: _map m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_7 m30001| Wed Aug 1 12:32:38 [conn3] CMD: drop test.tmp.mr.mr_7_inc m30000| Wed Aug 1 12:32:38 [conn6] CMD: drop test.tmp.mrs.mr_1343838758_6 m30001| Wed Aug 1 12:32:38 [conn4] CMD: drop test.tmp.mrs.mr_1343838758_6 m30000| Wed Aug 1 12:32:38 [conn1] JS Error: SyntaxError: syntax error nofile_a:0 m30000| Wed Aug 1 12:32:38 [conn1] mr failed, removing collection :: caused by :: 13598 couldn't compile code for: _map m30000| Wed Aug 1 12:32:38 [conn1] CMD: drop test.tmp.mr.mr_5 m30000| Wed Aug 1 12:32:38 [conn1] CMD: drop test.tmp.mr.mr_5_inc { "ok" : 0, "errmsg" : "MR parallel processing failed: { assertion: \"couldn't compile code for: _map\", assertionCode: 13598, errmsg: \"db assertion failure\", ok: 0.0 }" } { "assertion" : "couldn't compile code for: _map", "assertionCode" : 13598, "errmsg" : "db assertion failure", "ok" : 0 } m30001| Wed Aug 1 12:32:38 [conn3] build index test.countaa { _id: 1 } m30001| Wed Aug 1 12:32:38 [conn3] build index done 0 records 0 secs m30999| Wed Aug 1 12:32:38 [conn1] User Assertion: 10038:forced error assert: [{ "errmsg" : "exception: forced error", "code" : 10038, "ok" : 0 }] != [{ "assertion" : "forced error", "assertionCode" : 10038, "errmsg" : "db assertion failure", "ok" : 0 }] are not equal : assert format Error("Printing Stack Trace")@:0 ()@src/mongo/shell/utils.js:37 ("[{ \"errmsg\" : \"exception: forced error\", \"code\" : 10038, \"ok\" : 0 }] != [{\n\t\"assertion\" : \"forced error\",\n\t\"assertionCode\" : 10038,\n\t\"errmsg\" : \"db assertion failure\",\n\t\"ok\" : 0\n}] are not equal : assert format")@src/mongo/shell/utils.js:58 ([object bson_object],[object bson_object],"assert format")@src/mongo/shell/utils.js:88 @jstests/sharding/features2.js:179 [{ "errmsg" : "exception: forced error", "code" : 10038, "ok" : 0 }] != [{ "assertion" : "forced error", "assertionCode" : 10038, "errmsg" : "db assertion failure", "ok" : 0 }] are not equal : assert format Wed Aug 1 12:32:38 Error: error loading js file: jstests/sharding/features2.js /home/greg/Workspaces/Mongo Workspace/mongo/jstests/multiVersion/multi_version_cluster_passthrough.js:100 failed to load: /home/greg/Workspaces/Mongo Workspace/mongo/jstests/multiVersion/multi_version_cluster_passthrough.js m30000| Wed Aug 1 12:32:38 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30000| Wed Aug 1 12:32:38 [interruptThread] now exiting m30000| Wed Aug 1 12:32:38 dbexit: m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: going to close listening sockets... m30000| Wed Aug 1 12:32:38 [interruptThread] closing listening socket: 69 m30000| Wed Aug 1 12:32:38 [interruptThread] closing listening socket: 71 m30000| Wed Aug 1 12:32:38 [interruptThread] closing listening socket: 72 m30000| Wed Aug 1 12:32:38 [interruptThread] removing socket file: /tmp/mongodb-30000.sock m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: going to flush diaglog... m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: going to close sockets... m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: waiting for fs preallocator... m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: lock for final commit... m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: final commit... m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] SocketException: remote: 127.0.0.1:30000 error: 9001 socket exception [0] server [127.0.0.1:30000] m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] DBClientCursor::init call() failed m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] User Assertion: 10276:DBClientBase::findN: transport error: localhost:30000 ns: admin.$cmd query: { writebacklisten: ObjectId('50195a1ae826393daf157227') } m30001| Wed Aug 1 12:32:38 [conn5] end connection 127.0.0.1:38820 m30000| Wed Aug 1 12:32:38 [conn11] end connection 127.0.0.1:45051 m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] WriteBackListener exception : DBClientBase::findN: transport error: localhost:30000 ns: admin.$cmd query: { writebacklisten: ObjectId('50195a1ae826393daf157227') } m30000| Wed Aug 1 12:32:38 [conn13] end connection 127.0.0.1:45055 m30000| Wed Aug 1 12:32:38 [conn6] end connection 127.0.0.1:45041 m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] Socket recv() errno:104 Connection reset by peer 127.0.0.1:30000 m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] SocketException: remote: 127.0.0.1:30000 error: 9001 socket exception [1] server [127.0.0.1:30000] m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] DBClientCursor::init call() failed m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] Assertion: 13632:couldn't get updated shard list from config server m30999| 0x5ba596 0x583b78 0x83d998 0x79988e 0x61ed06 0x61f489 0x69937c 0x7f5286505971 0x7f52858b9f3d m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo15printStackTraceERSo+0x26) [0x5ba596] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo11msgassertedEiPKc+0x98) [0x583b78] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos() [0x83d998] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo17WriteBackListener3runEv+0x2f1e) [0x79988e] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0xc6) [0x61ed06] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x79) [0x61f489] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos() [0x69937c] m30999| /lib/libpthread.so.0(+0x7971) [0x7f5286505971] m30999| /lib/libc.so.6(clone+0x6d) [0x7f52858b9f3d] m30999| Wed Aug 1 12:32:38 [WriteBackListener-localhost:30000] ERROR: backgroundjob WriteBackListener-localhost:30000error: couldn't get updated shard list from config server m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: closing all files... m30000| Wed Aug 1 12:32:38 [interruptThread] closeAllFiles() finished m30000| Wed Aug 1 12:32:38 [interruptThread] journalCleanup... m30000| Wed Aug 1 12:32:38 [interruptThread] removeJournalFiles m30000| Wed Aug 1 12:32:38 [interruptThread] shutdown: removing fs lock... m30000| Wed Aug 1 12:32:38 dbexit: really exiting now m30001| Wed Aug 1 12:32:39 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends m30001| Wed Aug 1 12:32:39 [interruptThread] now exiting m30001| Wed Aug 1 12:32:39 dbexit: m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: going to close listening sockets... m30001| Wed Aug 1 12:32:39 [interruptThread] closing listening socket: 73 m30001| Wed Aug 1 12:32:39 [interruptThread] closing listening socket: 74 m30001| Wed Aug 1 12:32:39 [interruptThread] closing listening socket: 75 m30001| Wed Aug 1 12:32:39 [interruptThread] removing socket file: /tmp/mongodb-30001.sock m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: going to flush diaglog... m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: going to close sockets... m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: waiting for fs preallocator... m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: lock for final commit... m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: final commit... m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] SocketException: remote: 127.0.0.1:30001 error: 9001 socket exception [0] server [127.0.0.1:30001] m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] DBClientCursor::init call() failed m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] User Assertion: 10276:DBClientBase::findN: transport error: localhost:30001 ns: admin.$cmd query: { writebacklisten: ObjectId('50195a1ae826393daf157227') } m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] WriteBackListener exception : DBClientBase::findN: transport error: localhost:30001 ns: admin.$cmd query: { writebacklisten: ObjectId('50195a1ae826393daf157227') } m30001| Wed Aug 1 12:32:39 [conn7] end connection 127.0.0.1:38825 m30001| Wed Aug 1 12:32:39 [conn6] end connection 127.0.0.1:38824 m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] SocketException: remote: 127.0.0.1:30000 error: 9001 socket exception [0] server [127.0.0.1:30000] m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] DBClientCursor::init call() failed m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] Assertion: 13632:couldn't get updated shard list from config server m30999| 0x5ba596 0x583b78 0x83d998 0x79988e 0x61ed06 0x61f489 0x69937c 0x7f5286505971 0x7f52858b9f3d m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo15printStackTraceERSo+0x26) [0x5ba596] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo11msgassertedEiPKc+0x98) [0x583b78] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos() [0x83d998] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo17WriteBackListener3runEv+0x2f1e) [0x79988e] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0xc6) [0x61ed06] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x79) [0x61f489] m30999| /home/greg/Workspaces/Mongo Workspace/mongo/mongos() [0x69937c] m30999| /lib/libpthread.so.0(+0x7971) [0x7f5286505971] m30999| /lib/libc.so.6(clone+0x6d) [0x7f52858b9f3d] m30999| Wed Aug 1 12:32:39 [WriteBackListener-localhost:30001] ERROR: backgroundjob WriteBackListener-localhost:30001error: couldn't get updated shard list from config server m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: closing all files... m30001| Wed Aug 1 12:32:39 [interruptThread] closeAllFiles() finished m30001| Wed Aug 1 12:32:39 [interruptThread] journalCleanup... m30001| Wed Aug 1 12:32:39 [interruptThread] removeJournalFiles m30001| Wed Aug 1 12:32:39 [interruptThread] shutdown: removing fs lock... m30001| Wed Aug 1 12:32:39 dbexit: really exiting now m30999| Wed Aug 1 12:32:39 [Balancer] creating new connection to:localhost:30000 m30999| Wed Aug 1 12:32:39 BackgroundJob starting: ConnectBG m30999| Wed Aug 1 12:32:39 [Balancer] caught exception while doing balance: socket exception m30999| Wed Aug 1 12:32:39 [Balancer] *** End of balancing round m30999| Wed Aug 1 12:32:40 [mongosMain] dbexit: received signal 15 rc:0 received signal 15 298753.216982ms test /home/greg/Workspaces/Mongo Workspace/mongo/jstests/multiVersion/multi_version_cluster_passthrough.js exited with status 253 Wed Aug 1 12:32:41 got signal 15 (Terminated), will terminate after current cmd ends Wed Aug 1 12:32:41 [interruptThread] now exiting Wed Aug 1 12:32:41 dbexit: Wed Aug 1 12:32:41 [interruptThread] shutdown: going to close listening sockets... Wed Aug 1 12:32:41 [interruptThread] closing listening socket: 6 Wed Aug 1 12:32:41 [interruptThread] closing listening socket: 7 Wed Aug 1 12:32:41 [interruptThread] closing listening socket: 8 Wed Aug 1 12:32:41 [interruptThread] removing socket file: /tmp/mongodb-27999.sock Wed Aug 1 12:32:41 [interruptThread] shutdown: going to flush diaglog... Wed Aug 1 12:32:41 [interruptThread] shutdown: going to close sockets... Wed Aug 1 12:32:41 [interruptThread] shutdown: waiting for fs preallocator... Wed Aug 1 12:32:41 [interruptThread] shutdown: lock for final commit... Wed Aug 1 12:32:41 [interruptThread] shutdown: final commit... Wed Aug 1 12:32:41 [interruptThread] shutdown: closing all files... Wed Aug 1 12:32:41 [interruptThread] closeAllFiles() finished Wed Aug 1 12:32:41 [interruptThread] journalCleanup... Wed Aug 1 12:32:41 [interruptThread] removeJournalFiles Wed Aug 1 12:32:41 [interruptThread] shutdown: removing fs lock... Wed Aug 1 12:32:41 dbexit: really exiting now 0 tests succeeded The following tests failed (with exit code): /home/greg/Workspaces/Mongo Workspace/mongo/jstests/multiVersion/multi_version_cluster_passthrough.js 253 Traceback (most recent call last): File "buildscripts/smoke.py", line 861, in main() File "buildscripts/smoke.py", line 857, in main report() File "buildscripts/smoke.py", line 546, in report raise Exception("Test failures") Exception: Test failures greg@ubuntu:~/Workspaces/Mongo Workspace/mongo$