[JBoss JIRA] (WFCORE-3252) provide better filtering of host-exclude for prior releases
by Ken Wills (JIRA)
Ken Wills created WFCORE-3252:
---------------------------------
Summary: provide better filtering of host-exclude for prior releases
Key: WFCORE-3252
URL: https://issues.jboss.org/browse/WFCORE-3252
Project: WildFly Core
Issue Type: Enhancement
Reporter: Ken Wills
Assignee: Ken Wills
Fix For: 4.0.0.Alpha1
Currently a new domain controller connecting to a legacy slave will pass host-exclude values that the HostExcludeResourceDefinition enum on the slave doesn't understand.
WFCORE-3226 provided a simple workaround fix to allow this to work via a transformer, but we should have a better mechanism to only send =< the slave version values from the enum, or something similar perhaps.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JGRP-2216) IllegalFormatException in DefaultDNSResolver#getDnsContext()
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2216?page=com.atlassian.jira.plugin.... ]
Bela Ban resolved JGRP-2216.
----------------------------
Resolution: Done
Fixed, thanks!
> IllegalFormatException in DefaultDNSResolver#getDnsContext()
> -------------------------------------------------------------
>
> Key: JGRP-2216
> URL: https://issues.jboss.org/browse/JGRP-2216
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.10, 4.0.5
> Reporter: Johan Vogelzang
> Assignee: Bela Ban
> Fix For: 4.0.7
>
>
> An IllegalFormatException is thrown at:
> DefaultDNSResolver#getDnsContext()
> {code}
> log.trace("Initializing DNS Context with factory: %s and url: %s" + dnsContextFactory, dnsAddress);
> {code}
> should be:
> {code}
> log.trace("Initializing DNS Context with factory: %s and url: %s", dnsContextFactory, dnsAddress);
> {code}
> plus sign changed in to comma.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JGRP-2216) IllegalFormatException in DefaultDNSResolver#getDnsContext()
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2216?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2216:
---------------------------
Fix Version/s: (was: 3.6.14)
Fixed in 4.0.7: {{DNS_PING}} does not exist in the 3.6 branch
> IllegalFormatException in DefaultDNSResolver#getDnsContext()
> -------------------------------------------------------------
>
> Key: JGRP-2216
> URL: https://issues.jboss.org/browse/JGRP-2216
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.10, 4.0.5
> Reporter: Johan Vogelzang
> Assignee: Bela Ban
> Fix For: 4.0.7
>
>
> An IllegalFormatException is thrown at:
> DefaultDNSResolver#getDnsContext()
> {code}
> log.trace("Initializing DNS Context with factory: %s and url: %s" + dnsContextFactory, dnsAddress);
> {code}
> should be:
> {code}
> log.trace("Initializing DNS Context with factory: %s and url: %s", dnsContextFactory, dnsAddress);
> {code}
> plus sign changed in to comma.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JGRP-2216) IllegalFormatException in DefaultDNSResolver#getDnsContext()
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2216?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2216:
---------------------------
Fix Version/s: 3.6.14
4.0.7
> IllegalFormatException in DefaultDNSResolver#getDnsContext()
> -------------------------------------------------------------
>
> Key: JGRP-2216
> URL: https://issues.jboss.org/browse/JGRP-2216
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.10, 4.0.5
> Reporter: Johan Vogelzang
> Assignee: Bela Ban
> Fix For: 3.6.14, 4.0.7
>
>
> An IllegalFormatException is thrown at:
> DefaultDNSResolver#getDnsContext()
> {code}
> log.trace("Initializing DNS Context with factory: %s and url: %s" + dnsContextFactory, dnsAddress);
> {code}
> should be:
> {code}
> log.trace("Initializing DNS Context with factory: %s and url: %s", dnsContextFactory, dnsAddress);
> {code}
> plus sign changed in to comma.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months