Skip to content

Commit

Permalink
Add more debugging logs for connection worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greco committed Nov 8, 2023
1 parent 3e2ed81 commit a46d327
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ private void validateFetchedConnectonPool(StreamWriter.Builder builder) {
if (!Objects.equals(
this.singleConnectionOrConnectionPool.connectionWorkerPool().getTraceId(),
builder.traceId)) {
log.info(
String.format(
"first: %s, second: %s",
this.singleConnectionOrConnectionPool.connectionWorkerPool().getTraceId(),
builder.traceId));
paramsValidatedFailed = "Trace id";
} else if (!Objects.equals(
this.singleConnectionOrConnectionPool.connectionWorkerPool().limitExceededBehavior(),
Expand Down

0 comments on commit a46d327

Please sign in to comment.