>From Ritik Raj <[email protected]>:

Attention is currently required from: Michael Blow.

Ritik Raj has posted comments on this change by Ritik Raj. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20549?usp=email )

Change subject: [ASTERIXDB-3669][CLOUD] Introduced S3 sync client for parallel 
downloader
......................................................................


Patch Set 4:

(3 comments)

Commit Message:

https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20549/comment/e5d7cd4d_41cf5c16?usp=email
 :
PS3, Line 7: [NO ISSUE][CLOUD] Introduced config for S3 sync client
> += [*DB], mention parallel downloader
Done


File 
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/CloudProperties.java:

https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20549/comment/cbcd16a3_12d00092?usp=email
 :
PS3, Line 215:
             :         @Override
             :         public String usageDefaultOverride(IApplicationConfig 
accessor, Function<IOption, String> optionPrinter) {
             :             if (this == CLOUD_STORAGE_S3_ENABLE_CRT_CLIENT) {
             :                 return "true when no custom endpoint is set, 
otherwise false";
             :             }
             :             return IOption.super.usageDefaultOverride(accessor, 
optionPrinter);
             :         }
             :     }
> I don't think we should remove this, just update it to reflect the new 
> setting and it semantics.
Done


https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20549/comment/d113ff2b_8de58ca0?usp=email
 :
PS3, Line 80:         CLOUD_STORAGE_S3_PARALLEL_DOWNLOADER_CLIENT_TYPE(STRING, 
(Function<IApplicationConfig, String>) app -> {
            :             String endpoint = 
app.getString(CLOUD_STORAGE_ENDPOINT);
            :             return (endpoint == null || endpoint.isEmpty()) ? 
"crt" : "async";
            :         });
> We really should take the time to add proper validation for enum types here, 
> but at the very least w […]
Done



--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20549?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: comment
Gerrit-Project: asterixdb
Gerrit-Branch: phoenix
Gerrit-Change-Id: Id16c530916e7e223201e2395d7aa38a4640367b6
Gerrit-Change-Number: 20549
Gerrit-PatchSet: 4
Gerrit-Owner: Ritik Raj <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-CC: Michael Blow <[email protected]>
Gerrit-Attention: Michael Blow <[email protected]>
Gerrit-Comment-Date: Wed, 05 Nov 2025 14:39:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Blow <[email protected]>

Reply via email to