sodonnel commented on PR #9779:
URL: https://github.com/apache/ozone/pull/9779#issuecomment-3921759332

   The Integration tests seem to fail with:
   
   ```
   2026-02-18 10:03:04,129 [main] ERROR volume.MutableVolumeSet 
(MutableVolumeSet.java:initializeVolumeSet(193)) - Failed to parse the storage 
location: 
file:///home/runner/work/ozone/ozone/hadoop-hdds/container-service/target/tmp/dfs/data
   org.apache.hadoop.ozone.common.InconsistentStorageStateException: Mismatched 
DatanodeUUIDs. Version File : 
/home/runner/work/ozone/ozone/hadoop-hdds/container-service/target/tmp/dfs/data/hdds/VERSION
 has datanodeUuid: 37fe7285-51fc-49f0-8ced-b4814363d903 and Datanode has 
datanodeUuid: f2bcb13b-daa7-4306-9fad-7488b660dff6
        at 
org.apache.hadoop.ozone.container.common.utils.StorageVolumeUtil.getDatanodeUUID(StorageVolumeUtil.java:122)
        at 
org.apache.hadoop.ozone.container.common.volume.StorageVolume.readVersionFile(StorageVolume.java:381)
        at 
org.apache.hadoop.ozone.container.common.volume.StorageVolume.initializeImpl(StorageVolume.java:239)
        at 
org.apache.hadoop.ozone.container.common.volume.StorageVolume.initialize(StorageVolume.java:214)
        at 
org.apache.hadoop.ozone.container.common.volume.HddsVolume.<init>(HddsVolume.java:155)
        at 
org.apache.hadoop.ozone.container.common.volume.HddsVolume.<init>(HddsVolume.java:82)
   ```
   
   Resulting in no storage locations available on the DN. This was supposed to 
be fixed by HDDS-14632, which is on the branch, but its still failing. Passes 
locally.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to