david-streamlio commented on a change in pull request #6335: Refactored JCloud
Tiered Storage
URL: https://github.com/apache/pulsar/pull/6335#discussion_r407537535
##########
File path:
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreManagedLedgerOffloader.java
##########
@@ -589,26 +299,17 @@ BlobStore getReadBlobStore(Map<String, String>
offloadDriverMetadata) {
return promise;
}
- public interface VersionCheck {
- void check(String key, Blob blob) throws IOException;
- }
-
+
@Override
public OffloadPolicies getOffloadPolicies() {
- return offloadPolicies;
+ // TODO Auto-generated method stub
+ return null;
}
Review comment:
The focus of this PR is to refactor the tiered storage to use JCloud. I feel
that we need to keep this PR to just that. I suggest we create an issue for
this and assign it to me. I will make the change after this PR has been
successfully merged.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services