Ex: Fail-Fast persistent (database) storage ... ?

Paul B. Henson henson at cpp.edu
Sat Aug 31 00:00:02 UTC 2024


On Fri, Aug 30, 2024 at 01:19:23PM -0400, Steven Premeau via users wrote:

> ... It seems my driver or connection manager remains hopeful that the
> resource will return rather than return a failure, holding up the
> sign-in process.

What driver are you using?

> Does anyone happen to have a MariaDB driver / connection manager
> combination that "quickly knows when to give up"  along with any
> configuration tips?

I haven't played with it much myself, but the mariadb jdbc driver
documents support for galera clusters, and even has a special
galeraAllowedState option, so I would think it would work well in that
environment. It allows either sequential "first listed first tried"
access or load balanced access across all nodes.

-- 
Paul B. Henson | Operating Systems and Network Analyst
henson at cpp.edu | California State Polytechnic University Pomona


More information about the users mailing list