myzhan / locust4j

Locust4j is a load generator for locust, written in Java.
MIT License
81 stars 30 forks source link

ack message from master not supported #40

Closed dometec closed 11 months ago

dometec commented 2 years ago

As the log says: 2022-08-30 12:45:28,904 ERROR [com.git.myz.loc.run.Runner] (Thread-54receive-from-client) Got ack message from master, which is not supported, please report an issue to locust4j.

I use Locust 2.11.1, when the client connection is established with the master, on master log I see:

_[2022-08-30 12:45:28,900] localhost.localdomain/WARNING/locust.runners: A worker (localhost.localdomainf83b72ddd1e9ba171d0fe4063ab2a0b5) running a different version (-1) connected, master version is 2.11.1

myzhan commented 2 years ago

OK, working on it.

nitinv0078 commented 11 months ago

I am getting same issue with locust 2.16.1 2023-09-22T14:22:56.795+10:00 ERROR 91396 --- [ive-from-client] c.github.myzhan.locust4j.runtime.Runner : Got ack message from master, which is not supported, please report an issue to locust4j.

myzhan commented 11 months ago

OK, I just released the master branch as version 2.2.2, please give it a try.

nitinv0078 commented 11 months ago

thank you so much that resolved the issue for me