flowguru
flowguru
the proposed change in github issue is to use a AWSCredentialsProvider who consists of multiple credentials. While AWS client can accepts a AWSCredentialsProvider OR a single credential, and AWSClient can...
so it seems a major refactor on fdb side to adopt aws client is needed
error seems unrelated, but there are quite a few of them, let me double check
using https://github.com/apple/foundationdb/pull/11273 instead
locally its working but fdbbackup command fails , will discuss with @johscheuer ``` [root@haofu-dev-okteto-6fb6f6db6-xrjdh test]# ~/cbuild_output/bin/fdbbackup list -b 'blobstore://@s3.us-west-2.amazonaws.com:443?bucket=fdb-backups-aws-us-west-2-prod-aws-0&sc=1&sa=1' --knob_http_request_aws_v4_header=true bash: /root/cbuild_output/bin/fdbbackup: No such file or directory ```
> > locally its working but fdbbackup command fails , will discuss with @johscheuer > > ``` > > [root@haofu-dev-okteto-6fb6f6db6-xrjdh test]# ~/cbuild_output/bin/fdbbackup list -b 'blobstore://@s3.us-west-2.amazonaws.com:443?bucket=fdb-backups-aws-us-west-2-prod-aws-0&sc=1&sa=1' --knob_http_request_aws_v4_header=true > > bash: /root/cbuild_output/bin/fdbbackup:...
``` [root@haofu-dev-okteto-6f5fdf458d-g8hbl test]# grep DCLag * grep: simfdb: Is a directory trace.0.0.0.0.19213.1686869786.LjCPxf.0.1.xml: trace.0.0.0.0.19213.1686869786.LjCPxf.0.1.xml: trace.0.0.0.0.19213.1686869786.LjCPxf.0.1.xml: trace.0.0.0.0.19213.1686869786.LjCPxf.0.1.xml: trace.0.0.0.0.19213.1686869786.LjCPxf.0.1.xml: ``` with simulation test duration of `30`, it does not seem to reproduce, will...
below is the result of the second commit ``` [root@haofu-dev-okteto-6f5fdf458d-g8hbl test]# grep DCLag * | grep -oP 'Primary="[0-9]*" Remote="[0-9]*"' grep: simfdb: Is a directory Primary="193141472" Remote="193141472" Primary="193141472" Remote="193141472" Primary="199475904" Remote="199475904"...
simulation looks good