Skip to content

Commit

Permalink
Revert "[improve][offload] Use filesystemURI as the storage path (#23591
Browse files Browse the repository at this point in the history
)"

This reverts commit c1cc2d6.

This change is reverted in branch-3.0 since #23591 was needed due to #23411 which
is not included in branch-3.0.
  • Loading branch information
lhotari committed Nov 22, 2024
1 parent f68f282 commit bb909e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private FileSystemManagedLedgerOffloader(OffloadPoliciesImpl conf, OrderedSchedu

this.configuration.setClassLoader(FileSystemLedgerOffloaderFactory.class.getClassLoader());
this.driverName = conf.getManagedLedgerOffloadDriver();
this.storageBasePath = configuration.get("fs.defaultFS");
this.storageBasePath = configuration.get("hadoop.tmp.dir");
this.scheduler = scheduler;
this.fileSystem = FileSystem.get(configuration);
this.assignmentScheduler = OrderedScheduler.newSchedulerBuilder()
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit bb909e6

Please sign in to comment.