milleruntime commented on pull request #2304:
URL: https://github.com/apache/accumulo/pull/2304#issuecomment-964501213


   I am still seeing this IT timeout. I noticed looking at the logs that 
processes were still running between the 2 tests. This makes me think things 
aren't shutting down properly between the tests or there . Here are the file 
timestamps of the logs:
   <pre>
   02:59:39 (main) ~/workspace/accumulo/test/target/mini-tests$ ls -ltr
   drwxrwxr-x 7 mike mike 4096 Nov  9 14:45 
org.apache.accumulo.test.functional.ConcurrentDeleteTableIT_testConcurrentFateOpsWithDelete
   drwxrwxr-x 7 mike mike 4096 Nov  9 14:52 
org.apache.accumulo.test.functional.ConcurrentDeleteTableIT_testConcurrentDeleteTablesOps
   </pre>
   Those directory creation times tell me that 
`testConcurrentFateOpsWithDelete` started first. But when I look at the 
timestamps of the logs:
   <pre>
   testConcurrentFateOpsWithDelete/logs$ ls -ltr
   -rw-rw-r-- 1 mike mike   1131284 Nov  9 14:59 
SimpleGarbageCollector_1239693537.out
   -rw-rw-r-- 1 mike mike 135419459 Nov  9 14:59 Manager_717820111.out
   -rw-rw-r-- 1 mike mike   2588193 Nov  9 14:59 TabletServer_517210456.out
   -rw-rw-r-- 1 mike mike   1777859 Nov  9 14:59 TabletServer_73347924.out
   -rw-rw-r-- 1 mike mike     23255 Nov  9 14:59 
ZooKeeperServerMain_1076296094.out
   testConcurrentDeleteTablesOps/logs$ ls -ltr
   -rw-rw-r-- 1 mike mike  5555 Nov  9 14:52 Initialize_121937298.out
   -rw-rw-r-- 1 mike mike  3910 Nov  9 14:52 Main_2053248710.out
   -rw-rw-r-- 1 mike mike     0 Nov  9 14:52 Manager_749914505.out
   -rw-rw-r-- 1 mike mike     0 Nov  9 14:52 
SimpleGarbageCollector_450467038.out
   -rw-rw-r-- 1 mike mike 31288 Nov  9 14:52 TabletServer_2141990664.out
   -rw-rw-r-- 1 mike mike 34509 Nov  9 14:52 TabletServer_687609284.out
   -rw-rw-r-- 1 mike mike 21957 Nov  9 14:52 ZooKeeperServerMain_231826773.out
   </pre>
   They appear to be running at the same time. It looks like the Manager and GC 
won't start up for the second test because they are still running in the first.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to