| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
subsystem
|
|
|
|
| |
property 'sonar.cluster.node.host'
|
| |
|
| |
|
|
|
|
| |
addresses
|
| |
|
| |
|
| |
|
|
|
|
| |
ActiveDirectory and Entra ID
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
On my Ubuntu box, the hosts file contains:
$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 PC-L00XX
And InetAddress.getLocalHost() returns 127.0.1.1, so the test isLocal_returns_true_on_localhost_address_or_host was failing
|
| |
|
|
|
|
| |
org.apache.commons:commons-lang3
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from breaking changes.
|
|
|
|
|
|
|
| |
`SupportedTopologyClusterTest#app_node_can_join_and_quit_cluster`
- Increased memory on WEB and CE processes due OOM
- Introduce hz property to help with members disconnection issue, link: https://github.com/hazelcast/hazelcast/blob/master/docs/design/cluster/02-partial-member-disconnection-resolution.md
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It helps to avoid idle connections to be killed by infrastracture configuration
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
of processes
Author: Aurelien Poscia <aurelien.poscia@sonarsource.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|