@ShashwatArghode We are reverting PR #46 because we found issues during release verification for 0.273. We saw numerous instances of REMOTE_TASK_ERROR that were resolved after reverting this PR. Sample stack trace:
com.facebook.presto.spi.PrestoException: Expected response code from https://[2401:db00:1210:4143:face:0:2c:0]:7778/v1/task/20220608_225808_02821_46pkd.2.0.214?summarize to be 200, but was 400: Illegal character OTEXT=0xcc
{"taskId":"20220608_225808_02821_46pkd.2.0.554","taskStatus":{"taskInstanceIdLeastSignificantBits":-7256853678536505893,"taskInstanceIdMostSignificantBits":7239095413658371493,"version":7,"state":"RUNNING","self":"https://[2401:db00:1210:a10d:face:0:63:0]:7778/v1/task/20220608_225808_02821_46pkd.2.0.554","completedDriverGroups":[],"failures":[],"queuedPartitionedDrivers":1,"runningPartitionedDrivers":0,"outputBufferUtilization":0.0,"outputBufferOverutilized":false,"physicalWrittenDataSizeInBytes":0,"memoryReservationInBytes":0,"systemMemoryReservationInBytes":0,"peakNodeTotalMemoryReservationInBytes":5627640,"fullGcCount":0,"fullGcTimeInMillis":0,"totalCpuTimeInNanos":162911516,"taskAgeInMillis":500,"queuedPartitionedSplitsWeight":70,"runningPartitionedSplitsWeight":0},"lastHeartbeat":"2022-06-08T22:58:09.813Z","outputBuffers":{"type":"PARTITIONED","state":"NO_MORE_BUFFERS","canAddBuffers":false,"canAddPages":true,"totalBufferedBytes":0,"totalBufferedPages":0,"totalRowsSent":0,"totalPagesSent":0,"buffers":[]},"noMoreSplits":[],"stats":{"createTime":"2022-06-08T22:58:09.313Z","firstStartTime":"2022-06-08T22:58:09.336Z","lastStartTime":"2022-06-08T22:58:09.336Z","lastEndTime":"2022-06-08T22:58:09.595Z","elapsedTimeInNanos":0,"queuedTimeInNanos":17081805,"totalDrivers":2,"queuedDrivers":1,"queuedPartitionedDrivers":1,"queuedPartitionedSplitsWeight":70,"runningDrivers":0,"runningPartitionedDrivers":0,"runningPartitionedSplitsWeight":0,"blockedDrivers":0,"completedDrivers":1,"cumulativeUserMemory":0.0,"cumulativeTotalMemory":8.89230202429314E8,"userMemoryReservation":0,"revocableMemoryReservationInBytes":0,"systemMemoryReservationInBytes":0,"peakTotalMemoryInBytes":5627640,"peakUserMemoryInBytes":0,"peakNodeTotalMemoryInbytes":5627640,"totalScheduledTimeInNanos":258873630,"totalCpuTimeInNanos":162911516,"totalBlockedTimeInNanos":0,"fullyBlocked":false,"blockedReasons":[],"totalAllocationInBytes":0,"rawInputDataSizeInBytes":10083253,"rawInputPositions":1737611,"processedInputDataSizeInBytes":10083253,"processedInputPositions":1737611,"outputDataSizeInBytes":0,"outputPositions":0,"physicalWrittenDataSizeInBytes":0,"fullGcCount":0,"fullGcTimeInMillis":0,"pipelines":[],"runtimeStats":{"DwrfReadFooterTimeNanos":{"name":"DwrfReadFooterTimeNanos","sum":116518,"count":1,"max":116518,"min":116518},"storageReadDataBytes":{"name":"storageReadDataBytes","sum":10083253,"count":3,"max":3978207,"min":2975331},"DwrfReadRowIndexesTimeNanos":{"name":"DwrfReadRowIndexesTimeNanos","sum":871694,"count":15,"max":94319,"min":30514},"storageReadTimeNanos":{"name":"storageReadTimeNanos","sum":89216649,"count":3,"max":50594946,"min":17647212},"DwrfReadStripeFooterTimeNanos":{"name":"DwrfReadStripeFooterTimeNanos","sum":194826,"count":3,"max":76805,"min":50431},"DwrfReadPostScriptTimeNanos":{"name":"DwrfReadPostScriptTimeNanos","sum":4338,"count":1,"max":4338,"min":4338}}},"needsPlan":false,"metadataUpdates":{"metadataUpdates":[]},"nodeId":"664"}
at com.facebook.presto.server.SimpleHttpResponseHandler.onSuccess(SimpleHttpResponseHandler.java:67)
at com.facebook.presto.server.SimpleHttpResponseHandler.onSuccess(SimpleHttpResponseHandler.java:30)
at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1058)
at com.facebook.airlift.concurrent.BoundedExecutor.drainQueue(BoundedExecutor.java:78)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
@ShashwatArghode We are reverting PR #46 because we found issues during release verification for 0.273. We saw numerous instances of REMOTE_TASK_ERROR that were resolved after reverting this PR. Sample stack trace: