This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 46aa54139f Fix server request sent delay to be non-negative (#9656) add 103e6cbb26 Handle unique query id on server (#9648) No new revisions were added by this update. Summary of changes: .../requesthandler/BaseBrokerRequestHandler.java | 48 +++++++------------- .../requesthandler/GrpcBrokerRequestHandler.java | 5 +-- .../query/executor/ServerQueryExecutorV1Impl.java | 8 +++- .../core/query/request/ServerQueryRequest.java | 22 ++++++---- .../pinot/core/query/utils/QueryIdUtils.java | 51 ++++++++++++++++++++++ .../apache/pinot/core/transport/QueryRouter.java | 9 +--- .../pinot/server/api/resources/QueryResource.java | 20 +++++++-- 7 files changed, 106 insertions(+), 57 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/utils/QueryIdUtils.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org