Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-08 Thread via GitHub
Jackie-Jiang merged PR #13222: URL: https://github.com/apache/pinot/pull/13222 -- 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

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-07 Thread via GitHub
sullis commented on PR #13222: URL: https://github.com/apache/pinot/pull/13222#issuecomment-2212529886 > Thanks for taking time to do this upgrade! Do we still need to keep httpclient 4 related dependencies? For now, I think we need to keep httpclient 4 in the project's root pom.xml

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-07 Thread via GitHub
sullis commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1667726958 ## pinot-plugins/pinot-environment/pinot-azure/src/main/java/org/apache/pinot/plugin/provider/AzureHttpRequestRetryStrategy.java: ## @@ -0,0 +1,30 @@ +/** + * Licensed t

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-07 Thread via GitHub
sullis commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1667726933 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotRunningQueryResource.java: ## @@ -112,50 +116,46 @@ public String cancelQuery( @A

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-07 Thread via GitHub
sullis commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1667726855 ## pinot-common/src/main/java/org/apache/pinot/common/minion/MinionClient.java: ## @@ -72,8 +72,8 @@ public Map scheduleMinionTasks(@Nullable String taskType, @Nulla

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-07 Thread via GitHub
sullis commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1667711824 ## pinot-common/src/main/java/org/apache/pinot/common/minion/MinionClient.java: ## @@ -72,8 +72,8 @@ public Map scheduleMinionTasks(@Nullable String taskType, @Nulla

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1663288580 ## pinot-common/src/main/java/org/apache/pinot/common/minion/MinionClient.java: ## @@ -72,8 +72,8 @@ public Map scheduleMinionTasks(@Nullable String taskType, @Nu

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-02 Thread via GitHub
sullis commented on PR #13222: URL: https://github.com/apache/pinot/pull/13222#issuecomment-2204517052 Rebased. -- 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 unsubscr

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-05-25 Thread via GitHub
Jackie-Jiang commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1614852879 ## pinot-common/pom.xml: ## @@ -161,6 +161,10 @@ org.apache.httpcomponents httpmime + Review Comment: Thanks for the great effort of th