jgroups-extras / jgroups-extras/jgroups-aws
aws.S3_PING extends the FILE_PING and thus exposes it's configuration that is never used which might be confusing
Open
@rhusar is already working on this.
Since Nov 4, 2025.
- Dominant language
- Java
- Stars
- 17
- Forks
- 12
- Avg merge
- 10d 15h
- Merged PRs (30d)
- 3
Description
e.g. location is exposed as /tmp/jgroups which can be confusing to users.
[standalone@localhost:9990 /] /subsystem=jgroups/channel=ee/protocol=aws.S3_PING:read-resource(include-runtime=true
{
"outcome" => "success",
"result" => {
"acl_grant_bucket_owner_full_control" => false,
"after_creation_hook" => undefined,
"async_discovery" => false,
"async_discovery_use_separate_thread_per_request" => false,
"break_on_coord_rsp" => true,
"bucket_name" => "rhusar",
"bucket_prefix" => "",
"check_if_bucket_exists" => true,
"current_coord" => "localhost",
"discovery_rsp_expiry_time" => 60000L,
"endpoint" => undefined,
"ergonomics" => true,
"id" => 790,
"info_writer_max_writes_after_view" => 2,
"info_writer_running" => false,
"info_writer_sleep_time" => 10000L,
"is_coord" => true,
"level" => undefined,
"local_addr" => "localhost",
"location" => "/tmp/jgroups",
"max_members_in_discovery_request" => 500,
"max_rank_to_reply" => 0,
"num_discovery_requests" => 1,
"num_discovery_runs" => 1,
"path_style_access_enabled" => false,
"policies" => "n/a",
"reads" => 1,
"region_name" => "eu-central-1",
"register_shutdown_hook" => true,
"remove_all_data_on_view_change" => false,
"remove_old_coords_on_view_change" => false,
"return_entire_cache" => false,
"send_cache_on_join" => true,
"sends_can_block" => false,
"stagger_timeout" => 0L,
"stats" => false,
"transport_supports_multicasting" => true,
"update_store_on_view_change" => true,
"use_disk_cache" => false,
"view" => "[localhost|7]",
"write_data_on_find" => false,
"writes" => 2
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.