Commit 35837c95 authored by drnull03's avatar drnull03

Finialized part1

parent aa9e29bb
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<configuration> <configuration>
<transformers> <transformers>
<transformer> <transformer>
<mainClass>Application</mainClass> <mainClass>ApplicationAutohealer</mainClass>
</transformer> </transformer>
</transformers> </transformers>
</configuration> </configuration>
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<configuration> <configuration>
<transformers> <transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>Application</mainClass> <mainClass>ApplicationAutohealer</mainClass>
</transformer> </transformer>
</transformers> </transformers>
</configuration> </configuration>
......
...@@ -711,3 +711,202 @@ ...@@ -711,3 +711,202 @@
2025-12-24 15:02:34 INFO Autohealer - Launching worker on node1: ssh node1 java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part2/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar 2025-12-24 15:02:34 INFO Autohealer - Launching worker on node1: ssh node1 java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part2/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-24 15:02:34 INFO Autohealer - Launching worker on node1: ssh node1 java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part2/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar 2025-12-24 15:02:34 INFO Autohealer - Launching worker on node1: ssh node1 java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part2/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-24 15:02:34 INFO Autohealer - Launching worker on node1: ssh node1 java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part2/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar 2025-12-24 15:02:34 INFO Autohealer - Launching worker on node1: ssh node1 java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part2/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.9.1-40487256d9b9f274484798758699e49c26d91cda, built on 2023-10-02 15:06 UTC
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=Gov-Pc
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=21.0.8
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Ubuntu
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/java-21-openjdk-amd64
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=target/autohealer-1.0-SNAPSHOT.jar
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=6.14.0-35-generic
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=drnull
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/home/drnull
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=111MB
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=1898MB
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=122MB
2025-12-25 10:58:41 INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=127.0.0.1:2181,127.0.0.1:2182,127.0.0.1:2183 sessionTimeout=3000 watcher=Autohealer@770c2e6b
2025-12-25 10:58:41 INFO o.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2025-12-25 10:58:41 INFO o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
2025-12-25 10:58:41 INFO org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
2025-12-25 10:58:41 INFO Autohealer - Connecting to ZooKeeper ensemble: 127.0.0.1:2181,127.0.0.1:2182,127.0.0.1:2183
2025-12-25 10:58:41 INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server localhost/127.0.0.1:2183.
2025-12-25 10:58:41 INFO org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2025-12-25 10:58:41 WARN org.apache.zookeeper.ClientCnxn - Session 0x0 for server localhost/127.0.0.1:2183, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973)
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2025-12-25 10:58:41 INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server localhost/127.0.0.1:2182.
2025-12-25 10:58:41 INFO org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2025-12-25 10:58:41 WARN org.apache.zookeeper.ClientCnxn - Session 0x0 for server localhost/127.0.0.1:2182, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973)
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.9.1-40487256d9b9f274484798758699e49c26d91cda, built on 2023-10-02 15:06 UTC
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=Gov-Pc
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=21.0.8
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Ubuntu
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/java-21-openjdk-amd64
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=target/autohealer-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=6.14.0-35-generic
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=drnull
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/home/drnull
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=111MB
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=1898MB
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=122MB
2025-12-25 11:18:58 INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=3000 watcher=Autohealer@770c2e6b
2025-12-25 11:18:58 INFO o.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2025-12-25 11:18:58 INFO o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
2025-12-25 11:18:58 INFO org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
2025-12-25 11:18:58 INFO Autohealer - Connected to ZooKeeper at 127.0.0.1:2181
2025-12-25 11:18:58 INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server localhost/127.0.0.1:2181.
2025-12-25 11:18:58 INFO org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2025-12-25 11:18:58 INFO org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /127.0.0.1:48864, server: localhost/127.0.0.1:2181
2025-12-25 11:18:58 INFO org.apache.zookeeper.ClientCnxn - Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x100001c30eb0001, negotiated timeout = 4000
2025-12-25 11:18:58 INFO Autohealer - Launching 10 new worker(s)
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:18:58 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:00 INFO Autohealer - Launching 9 new worker(s)
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:00 INFO Autohealer - Launching 6 new worker(s)
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:00 INFO Autohealer - Launching 2 new worker(s)
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:00 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:01 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:01 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:02 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:04 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:06 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:06 INFO Autohealer - Launching 1 new worker(s)
2025-12-25 11:19:06 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:07 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:08 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:08 INFO Autohealer - Launching 8 new worker(s)
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:08 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:09 INFO Autohealer - Launching 7 new worker(s)
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:09 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:10 INFO Autohealer - Launching 5 new worker(s)
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:10 INFO Autohealer - Launching 3 new worker(s)
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:10 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:10 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:10 INFO Autohealer - Launching 1 new worker(s)
2025-12-25 11:19:10 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:11 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:11 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:11 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:11 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:11 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:11 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:12 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:14 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:16 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:16 INFO Autohealer - Launching 4 new worker(s)
2025-12-25 11:19:16 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:16 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:16 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:16 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:17 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:17 INFO Autohealer - Launching 2 new worker(s)
2025-12-25 11:19:17 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:17 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:17 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:17 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:18 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:18 INFO Autohealer - Launching 3 new worker(s)
2025-12-25 11:19:18 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:18 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:18 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:19 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:19 INFO Autohealer - Launching 2 new worker(s)
2025-12-25 11:19:19 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:19 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:19 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:19 INFO Autohealer - Launching 1 new worker(s)
2025-12-25 11:19:19 INFO Autohealer - Launching worker: java -jar /home/drnull/UNI/distr/lab9/auto-healer-zookeper-master/Homework/part1/autohealer/../transientworker/target/transientworker-1.0-SNAPSHOT.jar
2025-12-25 11:19:19 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:19 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:19 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:19 INFO Autohealer - Detected worker znode change, checking workers...
2025-12-25 11:19:20 INFO Autohealer - Detected worker znode change, checking workers...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment