Я использую Helm Chart https://artifacthub.io/packages/search? ... g=wiremind для настройки Apache Druid на кластере Kubernates. Я использовал 3 узла, как предложено в архитектурной документации Druid, и теперь все узлы выросли. Однако, когда я пытаюсь загрузить сегменты, он показывает несколько ошибок. p>
Журнал координатора: < /p>
2025-01-31T11:58:53,827 ERROR [Master-PeonExec--0] org.apache.druid.server.coordinator.loading.HttpLoadQueuePeon - Server[http://my-druid-historical-default-0:8083] failed segment[assets_json13_2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z_2025-01-30T10:28:29.478Z] request[LOAD] with cause [org.apache.druid.segment.loading.SegmentLoadingException: Exception loading segment[assets_json13_2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z_2025-01-30T10:28:29.478Z]].
< /code>
Исторический журнал: < /p>
org.apache.druid.server.coordination.SegmentLoadDropHandler - Failed to load segment for dataSource: {exceptionType=org.apache.druid.segment.loading.SegmentLoadingException, exceptionMessage=Exception loading segment[assets_json13_2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z_2025-01-30T10:28:29.478Z], class=org.apache.druid.server.coordination.SegmentLoadDropHandler, segment=DataSegment{binaryVersion=9, id=assets_json13_2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z_2025-01-30T10:28:29.478Z, loadSpec={type=>local, path=>/opt/druid/var/druid/segments/assets_json13/2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z/2025-01-30T10:28:29.478Z/0/index/}, dimensions=[id, creative_name, search_keywords, asset_geo, creative_status, app_name, app_id, duration, dimensions, file_type, concept_id, ad_type, language, gdrive_id, gdrive_metadata, gdrive_parent_folder, gdrive_full_path, transaction_id, thumbnail, uploaded_at, updated_at, original_name, created_by, updated_by], metrics=[], shardSpec=NumberedShardSpec{partitionNum=0, partitions=1}, lastCompactionState=null, size=30911}}
org.apache.druid.segment.loading.SegmentLoadingException: Exception loading segment[assets_json13_2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z_2025-01-30T10:28:29.478Z]
< /code>
Caused by: java.lang.IllegalArgumentException: [/opt/druid/var/druid/segments/assets_json13/2003-10-08T00:00:00.000Z_2003-10-09T00:00:00.000Z/2025-01-30T10:28:29.478Z/0/index] does not exist
< /code>
I tried t setup deepstorage but still not working and getting above errors and in druid console it is giving me below erorr:
java.io.IOException: com.amazonaws.services.s3.model.AmazonS3Exception: The bucket is in this region: us-east-2. Please use this region to retry the request (Service: Amazon S3; Status Code: 301; Error Code: PermanentRedirect;
< /code>
I have checked the bucket details and permissions. Tried to load the data from this bucket and it can read it but while loading segment shows above error. Tried sample data using http(s) option as well.
Подробнее здесь: https://stackoverflow.com/questions/794 ... ache-druid
Невозможно загрузить сегмент в Apache Druid ⇐ Apache
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение