You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Writing to ozone failed without setting alluxio.underfs.version.
WARN ExtensionFactoryRegistry - No factory implementation supports the path o3fs://xxx.xxx/
WARN UnderFileSystemFactoryRegistry - Versions [xxx] are supported for path o3fs://xxx.xxx/ but you have configured version: xxx
java.lang.IllegalArgumentException: No Under File System Factory found for: o3fs://xxx.xxx/
at alluxio.underfs.UnderFileSystem$Factory.create(UnderFileSystem.java:95)
at alluxio.underfs.AbstractUfsManager.getOrAdd(AbstractUfsManager.java:132)
at alluxio.underfs.AbstractUfsManager.lambda$addMount$0(AbstractUfsManager.java:183)
at alluxio.underfs.UfsManager$UfsClient.acquireUfsResource(UfsManager.java:61)
at alluxio.worker.grpc.UfsFileWriteHandler.createUfsFile(UfsFileWriteHandler.java:155)
at alluxio.worker.grpc.UfsFileWriteHandler.writeBuf(UfsFileWriteHandler.java:139)
at alluxio.worker.grpc.UfsFileWriteHandler.writeBuf(UfsFileWriteHandler.java:49)
at alluxio.worker.grpc.AbstractWriteHandler.writeData(AbstractWriteHandler.java:281)
at alluxio.worker.grpc.AbstractWriteHandler.lambda$writeDataMessage$1(AbstractWriteHandler.java:179)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at alluxio.worker.grpc.GrpcExecutors$ImpersonateThreadPoolExecutor.lambda$execute$0(GrpcExecutors.java:159)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
To Reproduce
Start a cluster without setting alluxio.underfs.version;
Add a mount point for an ozone bucket without setting alluxio.underfs.version;
Upload a file to the ozone bucket.
Expected behavior
Can write files.
Are you planning to fix it
Yes.
The text was updated successfully, but these errors were encountered:
### What changes are proposed in this pull request?
Check cluster ufs version in getClusterConf.
### Why are the changes needed?
Fix#18221.
pr-link: #18222
change-id: cid-2c67758e30cac31a84f41d47b50c0ed958c88ffb
maobaolong
pushed a commit
to maobaolong/alluxio
that referenced
this issue
Jan 3, 2024
### What changes are proposed in this pull request?
Check cluster ufs version in getClusterConf.
### Why are the changes needed?
FixAlluxio#18221.
pr-link: Alluxio#18222
change-id: cid-2c67758e30cac31a84f41d47b50c0ed958c88ffb
Alluxio Version:
2.x
Describe the bug
Writing to ozone failed without setting alluxio.underfs.version.
To Reproduce
Expected behavior
Can write files.
Are you planning to fix it
Yes.
The text was updated successfully, but these errors were encountered: