wildfly
wildfly copied to clipboard
WFLY-8770 Integrate aws.S3_PING discovery protocol
Resolves https://issues.redhat.com/browse/WFLY-8770
Analysis document: https://github.com/wildfly/wildfly-proposals/pull/439
Dependency Tree Analyzer Output:
New Dependencies:
- com.amazonaws:aws-java-sdk-core:jar:1.12.284:compile
- com.amazonaws:aws-java-sdk-kms:jar:1.12.284:compile
- com.amazonaws:aws-java-sdk-s3:jar:1.12.284:compile
- com.amazonaws:jmespath-java:jar:1.12.284:compile
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.13.4:compile
- org.jgroups.aws:jgroups-aws:jar:2.0.1.Final:compile
- software.amazon.ion:ion-java:jar:1.0.2:compile
CC @wildfly/prod
/retest
Just completed a manual pre-check (after this many rebases) against my live S3 bucket and it works like charm.
22:06:06,023 INFO [org.jgroups.protocols.aws.S3_PING] (ServerService Thread Pool -- 90) using Amazon S3 ping in region eu-central-1 with bucket 'rhusar' and prefix ''
22:06:06,384 INFO [org.jgroups.protocols.aws.S3_PING] (ServerService Thread Pool -- 90) found bucket rhusar
...
22:06:06,440 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 90) WFLYCLJG0032: Connecting 'ee' channel. 'ribera.docsis.vodafone.cz-2' joining cluster 'ejb' via /127.0.0.1:7700
...
22:06:07,448 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 93) ISPN000078: Starting JGroups channel `ejb`
...
22:06:07,453 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 94) ISPN000094: Received new cluster view for channel ejb: [ribera|1] (2) [ribera, ribera.docsis.vodafone.cz-2]
Thanks @rhusar