>From Hussain Towaileb <[email protected]>: Attention is currently required from: Michael Blow, Murtadha Hubail.
Hussain Towaileb has posted comments on this change by Hussain Towaileb. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20493?usp=email ) Change subject: [ASTERIXDB-3659][EXT]: delegate assume role auth to AWS SDK ...................................................................... Patch Set 3: (1 comment) File asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/util/aws/AwsUtils.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20493/comment/1c58802b_e6068e08?usp=email : PS3, Line 203: UUID.randomUUID().toString() The session name is there just for logging purposes, ideally, I want it to be the request id or job id to uniquely in cloud trail logging (for example) identify who is doing the operation. We can use Thread.currentThread().getName() as this outputs what we need exactly for request id (compile time) and job id (runtime), but the thread name contains illegal session name characters, might be the ":". Need a clean way to get that information -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20493?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: I6a3c755f94d377b443f21594443fac830875610e Gerrit-Change-Number: 20493 Gerrit-PatchSet: 3 Gerrit-Owner: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Attention: Murtadha Hubail <[email protected]> Gerrit-Attention: Michael Blow <[email protected]> Gerrit-Comment-Date: Tue, 21 Oct 2025 19:53:49 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
