swaminathanmanish opened a new pull request, #13114: URL: https://github.com/apache/pinot/pull/13114
Reverts apache/pinot#12863 until further verification. Seeing an error after this change, during metadata push. 2024/05/09 00:43:51.276 WARN [PinotSegmentUploadDownloadRestletResource] [jersey-server-managed-async-executor-0] Could not fetch segment size for metadata push java.lang.IllegalArgumentException: File system element for parameter 'path' does not exist: '/home/pinot/data/minionData/SegmentRefreshTask/tmp-f19f9d8f-5f15-4165-8f5b-72673845d172/convertedTarredSegmentDir/refreshed_1715215417793_2_taxitest_0.tar.gz' at org.apache.commons.io.file.PathUtils.requireExists(PathUtils.java:1467) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.commons.io.file.PathUtils.sizeOf(PathUtils.java:1634) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.commons.io.FileUtils.lambda$sizeOf$13(FileUtils.java:2863) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.commons.io.function.Uncheck.get(Uncheck.java:197) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2863) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.pinot.spi.filesystem.LocalPinotFS.length(LocalPinotFS.java:106) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.pinot.spi.filesystem.NoClosePinotFS.length(NoClosePinotFS.java:80) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.pinot.controller.api.resources.PinotSegmentUploadDownloadRestletResource.uploadSegment(PinotSegmentUploadDownloadRestletResource.java:308) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at org.apache.pinot.controller.api.resources.PinotSegmentUploadDownloadRestletResource.uploadSegmentAsMultiPartV2(PinotSegmentUploadDownloadRestletResource.java:639) ~[startree-pinot-all-1.2.0-ST.35-jar-with-dependencies.jar:1.2.0-ST.35-50452797ff61e418ecd172cdf7f7090fbf331dec] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] -- 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