You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value for the cluster connect timeout is infinite,
so it is represented with Long.MAX_VALUE. When we try to log
this as it is, we output something like below.
The tracking issue for the Java side PR.
See hazelcast/hazelcast#18642 for details.
The default value for the cluster connect timeout is infinite,
so it is represented with
Long.MAX_VALUE
. When we try to logthis as it is, we output something like below.
To make this more clear, we will replace this with the
output below.
If the user has provided some other timeout value (such as 999 ms),
the output will still be as it is now.
The text was updated successfully, but these errors were encountered: