Hello Everyone,
On Druid 0.20.2, our dev cluster is ingesting data however when the data gets ingested the historical server doesn't load any segments.
The UI is showing that the datasource has segments loaded but all of the 59 segments are unavailable.

In addition, the load queue is also empty and the historical server isn't loading segments. When it does load segments, nothing occurs afterwards

Here are the log errors we are currently getting:
Jun 9 12:14:46 druid-data-6 druid-data ERROR [ZKCoordinator--0] org.apache.druid.server.coordination.SegmentLoadDropHandler - Failed to load segment for dataSource: {class=org.apache.druid.server.coordination.SegmentLoadDropHandler, exceptionType=class org.apache.druid.segment.loading.SegmentLoadingException, exceptionMessage=Exception loading segment[8bff0003-8393-42d1-a79b-3d5c3ffbfba2-rated-usage-none_2021-05-19T00:00:00.000Z_2021-05-19T01:00:00.000Z_2021-05-22T13:04:13.822Z_4], segment=DataSegment{binaryVersion=9, id=8bff0003-8393-42d1-a79b-3d5c3ffbfba2-rated-usage-none_2021-05-19T00:00:00.000Z_2021-05-19T01:00:00.000Z_2021-05-22T13:04:13.822Z_4, loadSpec={type=>s3_zip, bucket=>druid-deep-storage-druid-devops-us, key=>druid/segments/8bff0003-8393-42d1-a79b-3d5c3ffbfba2-rated-usage-none/2021-05-19T00:00:00.000Z_2021-05-19T01:00:00.000Z/2021-05-22T13:04:13.822Z/4/1fc09d88-e965-4c28-8dfc-17acfe7e407e/index.zip, S3Schema=>s3n}, dimensions=[serviceName, serviceId, enterpriseAccountName, enterpriseAccountGuid, enterpriseAccountPlan, enterpriseAccountStatus, accountName, accountGuid, accountPlan, accountStatus, costType, currency, planId, planPricingRegion, instancePlanName, instanceGroupType, instanceGroupName, instanceName, instanceId, usageMetric, usageUnit, cumulativeUsageQuantity, deltaUsageQuantity, cumulativeUsageCost, deltaUsageCost, cumulativeOriginalUsageCost, deltaOriginalUsageCost, instanceCreator, instanceAgeInDays, instanceRegion, sentAt, messageId, instanceTags, instanceTagKeys, instanceTagValues], metrics=[], shardSpec=NumberedShardSpec{partitionNum=4, partitions=0}, lastCompactionState=null, size=112954245}} org.apache.druid.segment.loading.SegmentLoadingException: Exception loading segment[8bff0003-8393-42d1-a79b-3d5c3ffbfba2-rated-usage-none_2021-05-19T00:00:00.000Z_2021-05-19T01:00:00.000Z_2021-05-22T13:04:13.822Z_4] at org.apache.druid.server.coordination.SegmentLoadDropHandler.loadSegment(SegmentLoadDropHandler.java:269) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.server.coordination.SegmentLoadDropHandler.addSegment(SegmentLoadDropHandler.java:313) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.server.coordination.SegmentChangeRequestLoad.go(SegmentChangeRequestLoad.java:61) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.server.coordination.ZkCoordinator.lambda$childAdded$2(ZkCoordinator.java:147) ~[druid-server-0.20.2.jar:0.20.2] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_282] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_282] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_282] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_282] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282] Caused by: org.apache.druid.segment.loading.SegmentLoadingException: Failed to load segment 8bff0003-8393-42d1-a79b-3d5c3ffbfba2-rated-usage-none_2021-05-19T00:00:00.000Z_2021-05-19T01:00:00.000Z_2021-05-22T13:04:13.822Z_4 in all locations. at org.apache.druid.segment.loading.SegmentLoaderLocalCacheManager.loadSegmentWithRetry(SegmentLoaderLocalCacheManager.java:208) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.segment.loading.SegmentLoaderLocalCacheManager.getSegmentFiles(SegmentLoaderLocalCacheManager.java:162) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.segment.loading.SegmentLoaderLocalCacheManager.getSegment(SegmentLoaderLocalCacheManager.java:129) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.server.SegmentManager.getAdapter(SegmentManager.java:278) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.server.SegmentManager.loadSegment(SegmentManager.java:224) ~[druid-server-0.20.2.jar:0.20.2] at org.apache.druid.server.coordination.SegmentLoadDropHandler.loadSegment(SegmentLoadDropHandler.java:265) ~[druid-server-0.20.2.jar:0.20.2]
- Verified that segments are being pushed to deep storage
- Verified that our deep storage druid configuration is using S3 and not local storage
- Restarted the historical / coordinator pods
Does anyone know how to resolve this issue?
Thanks,
Nina