This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new d4392f9a60 fix typo in log msg (#9447)
d4392f9a60 is described below
commit d4392f9a60294f95b7001079322d96037defe799
Author: Xiaobing <[email protected]>
AuthorDate: Thu Sep 22 11:05:40 2022 -0700
fix typo in log msg (#9447)
---
.../org/apache/pinot/plugin/minion/tasks/SegmentConversionUtils.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/SegmentConversionUtils.java
b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/SegmentConversionUtils.java
index d2b4dc37b7..ad2199bb60 100644
---
a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/SegmentConversionUtils.java
+++
b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/SegmentConversionUtils.java
@@ -144,8 +144,7 @@ public class SegmentConversionUtils {
fileUploadDownloadClient.startReplaceSegments(uri,
startReplaceSegmentsRequest, authProvider);
String responseString = response.getResponse();
LOGGER.info(
- "Got response {}: {} while sending start replace segment
reBaseSingleSegmentConversionExecutorquest for "
- + "table: {}, uploadURL: {}, request: {}",
+ "Got response {}: {} while sending start replace segment request for
table: {}, uploadURL: {}, request: {}",
response.getStatusCode(), responseString, tableNameWithType,
uploadURL, startReplaceSegmentsRequest);
return
JsonUtils.stringToJsonNode(responseString).get("segmentLineageEntryId").asText();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]