First Production Level Parallel Programming Output [Code Accepted]
We get the first time for everything. This is the first time of production level parallel programming. This is a simple setup: a parent and a thread. Child thread has a timeout limit, though the parent is willing to wait indefinitely. So, it becomes the responsibility of the child to inform the parent to move on when it's done/cannot be done.
21-01-29 11:24:20,007:: pace.neapi.operations:504: DcoLogHandler: resumption will take max 900 seconds 2021-01-29 11:24:25,021:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:28,968:: pace.neapi.operations:446: DcoLogHandler: resume signal received from parent-thread 2021-01-29 11:24:28,968:: pace.neapi.operations:452: DcoLogHandler: attempt 1 to re-establish ssh connection to 10.100.58.178 2021-01-29 11:24:30,028:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:35,038:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:40,039:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:45,054:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:50,060:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:55,069:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:24:58,982:: pace.neapi.operations:258: DcoLogHandler: ssh connection to 10.100.58.178 is not alive 2021-01-29 11:24:58,983:: pace.neapi.operations:258: DcoLogHandler: ssh connection to 10.100.58.178 is not alive 2021-01-29 11:25:00,082:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:25:00,938:: pace.neapi.operations:212: DcoLogHandler: ssh connection established to 10.100.58.178, port = 63854 2021-01-29 11:25:02,328:: pace.neapi.operations:236: DcoLogHandler: interactive SSH session to 10.100.58.178 established 2021-01-29 11:25:02,329:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:04,346:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:05,088:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:25:06,348:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:08,358:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:10,088:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:25:10,363:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:12,367:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:14,369:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:15,091:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:25:16,382:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:18,387:: pace.neapi.operations:155: DcoLogHandler: waiting for channel to be receive ready 2021-01-29 11:25:20,099:: pace.neapi.operations:512: DcoLogHandler: main thread waiting 5 seconds for DcoLogHandler to resume completion 2021-01-29 11:25:25,107:: pace.neapi.operations:515: DcoLogHandler is resumed. Parent thread continues.
Comments
Post a Comment