Incorrect endpoint is logged #9

Closed
opened 2023-02-10 12:52:43 +00:00 by carpawell · 2 comments
carpawell commented 2023-02-10 12:52:43 +00:00 (Migrated from github.com)

They print an endpoint the last thread (vu) has registered.

Could be reproduced easily with extra prints:

...
INFO[08:59:54] {"cid":"FR1SfeXYv6xpamfq5suAQd8GoUYr5PHtFjX6ycGAonnh","oid":"AyUNNAQvfX2C2H4HpPNWntfZDi7qc1ZiQGUaiKAXfHBV","error":"status: code = 2049 message = object not found","endpoint":"10.78.70.118:8080"}  endpoint="10.78.70.119:8080" source=console
...
They print an endpoint the last thread (`vu`) has registered. Could be reproduced easily with extra prints: ``` ... INFO[08:59:54] {"cid":"FR1SfeXYv6xpamfq5suAQd8GoUYr5PHtFjX6ycGAonnh","oid":"AyUNNAQvfX2C2H4HpPNWntfZDi7qc1ZiQGUaiKAXfHBV","error":"status: code = 2049 message = object not found","endpoint":"10.78.70.118:8080"} endpoint="10.78.70.119:8080" source=console ... ```
carpawell commented 2023-02-10 12:55:06 +00:00 (Migrated from github.com)

Also, i guess such logs are not expected:

INFO[12:47:34] Pregenerated containers:       40             endpoint="10.78.70.121:8080" source=console
INFO[12:47:34] Pregenerated read object size: 150000 Kb      endpoint="10.78.70.121:8080" source=console
INFO[12:47:34] Pregenerated total objects:    800            endpoint="10.78.70.121:8080" source=console
INFO[12:47:34] Reading VUs:                   10             endpoint="10.78.70.121:8080" source=console
INFO[12:47:34] Writing VUs:                   10             endpoint="10.78.70.121:8080" source=console
INFO[12:47:34] Deleting VUs:                  0              endpoint="10.78.70.121:8080" source=console
INFO[12:47:34] Total VUs:                     20             endpoint="10.78.70.121:8080" source=console
Also, i guess such logs are not expected: ``` INFO[12:47:34] Pregenerated containers: 40 endpoint="10.78.70.121:8080" source=console INFO[12:47:34] Pregenerated read object size: 150000 Kb endpoint="10.78.70.121:8080" source=console INFO[12:47:34] Pregenerated total objects: 800 endpoint="10.78.70.121:8080" source=console INFO[12:47:34] Reading VUs: 10 endpoint="10.78.70.121:8080" source=console INFO[12:47:34] Writing VUs: 10 endpoint="10.78.70.121:8080" source=console INFO[12:47:34] Deleting VUs: 0 endpoint="10.78.70.121:8080" source=console INFO[12:47:34] Total VUs: 20 endpoint="10.78.70.121:8080" source=console ```
fyrchik commented 2023-02-15 07:26:35 +00:00 (Migrated from github.com)

Related #8

Related #8
Sign in to join this conversation.
There is no content yet.