-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Hi,
I using pooler to manage my db clusters(include MySQL cluster and Mongo cluster ...) via group feature.
I noticed that, take_group_member/1 API's doc:
%% @doc Take a member from a randomly selected member of the group
%% `GroupName'. Returns `MemberPid' or `error_no_members'. If no
%% members are available in the randomly chosen pool, all other pools
%% in the group are tried in order.
That is, if no members are available in all pools, it will return error_no_members.
So, should wait for a member to become available from chosen pool?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels