tanmesh commented on PR #10042: URL: https://github.com/apache/pinot/pull/10042#issuecomment-1371818382
I am working on adding Test by taking inspiration from [testCancelQuery()](https://github.com/apache/pinot/blob/master/pinot-broker/src/test/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandlerTest.java#L187) but I am finding it difficult resolving it and need some help. Issues I am facing are:- 1. I am unable to figure-out how to start the server (server01 in my case). For me, I am getting `Caught exception while sending request 1 to server: server01_O, marking query failed`. 2. Also, while calling the cancelQuery(), I am getting `Caught 'java.net.UnknownHostException: server01' while executing: DELETE on URL: http://server03:8097/query/null_1` (where null_1 is < brokerId >_< requestId >). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
