wildfly icon indicating copy to clipboard operation
wildfly copied to clipboard

WFLY-8770 Integrate aws.S3_PING discovery protocol

Open rhusar opened this issue 3 years ago • 1 comments

Resolves https://issues.redhat.com/browse/WFLY-8770

Analysis document: https://github.com/wildfly/wildfly-proposals/pull/439

rhusar avatar May 03 '22 00:05 rhusar

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

github-actions[bot] avatar May 03 '22 01:05 github-actions[bot]

/retest

bstansberry avatar Nov 04 '22 20:11 bstansberry

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]

rhusar avatar Nov 04 '22 21:11 rhusar

Thanks @rhusar

bstansberry avatar Nov 04 '22 21:11 bstansberry