I encountered an issue where Milvus repeatedly logs errors about failing to load segments. The logs indicate that the server keeps trying to load segments but fails with the error not supported at /workspace/source/internal/core/src/storage/DataCodec.cpp:98
.
Key Logs:
[SERVER][LoadFieldDatasFromRemote][milvus] failed to load data from remote: => not supported at /workspace/source/internal/core/src/storage/DataCodec.cpp:98
Cluster Information:
- Milvus Version: 2.4.11
- Deployment Mode: Cluster
- MQ Type: Kafka
- SDK Version: JDK8
- OS: CentOS
Detailed Logs:
[INFO] [segments/segment.go:979] ["start loading field data for field"] [traceID=0453f849a04039a4c651a610aa9c298f] [collectionID=454243019795063563] [partitionID=454243019795063564] [segmentID=454243019795289930] [fieldID=100] [rowCount=3]
[WARN] [segments/segment_loader.go:741] ["failed to load some segments"] [error="not supported at /workspace/source/internal/core/src/storage/DataCodec.cpp:98"]
Could this issue be related to the object storage service returning problematic data? What steps should I take to resolve this?