klsince commented on PR #14544: URL: https://github.com/apache/pinot/pull/14544#issuecomment-2502153650
e.g. when call batchReload with ``` {"Server_100.107.42.37_7050": ["airlineStats_OFFLINE_16071_16071_0"], "Server_100.107.42.37_7051": ["airlineStats_OFFLINE_16101_16101_1"]} ``` the response is like, one jobId per instance, as each instance got one specific SegmentReloadMsg with a unique msg ID (used as job ID too). ``` { "status": "{\"airlineStats_OFFLINE\":{\"Server_100.107.42.37_7050\":{\"reloadJobId\":\"eb021f36-9dc1-4930-8753-426c342c50c9\",\"reloadJobMetaZKStorageStatus\":\"SUCCESS\",\"numMessagesSent\":\"1\"},\"Server_100.107.42.37_7051\":{\"reloadJobId\":\"ddd69f35-cd95-4e94-b34b-de176e2ea3b7\",\"reloadJobMetaZKStorageStatus\":\"SUCCESS\",\"numMessagesSent\":\"1\"}}}" } ``` -- 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