rajagopr opened a new pull request, #10102: URL: https://github.com/apache/pinot/pull/10102
Changes are to prevent appending the request http headers over and over when `segmentUriToTarPathMap` contains multiple entries. It results in the following exception. ``` org.apache.pinot.common.exception.HttpErrorStatusException: Got error status code: 500 (Internal Server Error) with reason: "Exception while uploading segment: No enum constant org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType.METADATA,METADATA" while sending request: http://localhost:9000/v2/segments?tableName=nyc_taxi_data to controller: stmbp.lan, version: Unknown ``` Tested locally by pointing to an S3 path which contained multiple segment files. -- 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