egalpin commented on code in PR #13742: URL: https://github.com/apache/pinot/pull/13742#discussion_r1797269186
########## pinot-core/src/main/java/org/apache/pinot/core/transport/QueryResponse.java: ########## @@ -49,12 +50,12 @@ enum Status { /** * Returns the current server responses without blocking. */ - Map<ServerRoutingInstance, ServerResponse> getCurrentResponses(); + Map<ServerRoutingInstance, List<ServerResponse>> getCurrentResponses(); Review Comment: Also wanted to add that the way the server responds is not changing such that the servers return a list and therefore the brokers need to change what they expect. It's only that all responses from the same server are grouped as a list upon receipt within the brokers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org