[JBoss JIRA] (WFLY-7807) Update XSD with deprecations from infinispan 4.1 model
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7807?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-7807:
---------------------------------
Description:
[~lthon]:
{quote}
Also, in the infinispan subsystem 4.1, attributes queue-flush-interval and queue-size are deprecated and ignored. This should be reflected in the new jboss-as-infinispan_4_1.xsd as well.
{quote}
was:
{quote}
Also, in the infinispan subsystem 4.1, attributes queue-flush-interval and queue-size are deprecated and ignored. This should be reflected in the new jboss-as-infinispan_4_1.xsd as well.
{quote}
> Update XSD with deprecations from infinispan 4.1 model
> ------------------------------------------------------
>
> Key: WFLY-7807
> URL: https://issues.jboss.org/browse/WFLY-7807
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 10.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Trivial
>
> [~lthon]:
> {quote}
> Also, in the infinispan subsystem 4.1, attributes queue-flush-interval and queue-size are deprecated and ignored. This should be reflected in the new jboss-as-infinispan_4_1.xsd as well.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (WFLY-7813) Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
by Radoslav Husar (JIRA)
Radoslav Husar created WFLY-7813:
------------------------------------
Summary: Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
Key: WFLY-7813
URL: https://issues.jboss.org/browse/WFLY-7813
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Minor
Fix For: 11.0.0.Alpha1
org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
Fixes the log message from
{noformat}
[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1
{
"outcome" => "failed",
"failure-description" => "WFLYCLCOM0001: -1.00000 is not a valid value for parameter l1-lifespan. The value must be >= 0.00000",
"rolled-back" => true,
"response-headers" => {"process-state" => "reload-required"}
}
{noformat}
to
{noformat}
*[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1.0
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0117: -1 is an invalid value for parameter l1-lifespan. A minimum value of 0 is required",
"rolled-back" => true
}
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (WFLY-7811) Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7811?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-7811:
---------------------------------
Priority: Major (was: Minor)
> Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> ---------------------------------------------------------------------------------
>
> Key: WFLY-7811
> URL: https://issues.jboss.org/browse/WFLY-7811
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 11.0.0.Alpha1
>
>
> org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> Fixes the log message from
> {noformat}
> [standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCLCOM0001: -1.00000 is not a valid value for parameter l1-lifespan. The value must be >= 0.00000",
> "rolled-back" => true,
> "response-headers" => {"process-state" => "reload-required"}
> }
> {noformat}
> to
> {noformat}
> *[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1.0
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0117: -1 is an invalid value for parameter l1-lifespan. A minimum value of 0 is required",
> "rolled-back" => true
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (WFLY-7811) Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7811?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-7811:
---------------------------------
Priority: Minor (was: Major)
> Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> ---------------------------------------------------------------------------------
>
> Key: WFLY-7811
> URL: https://issues.jboss.org/browse/WFLY-7811
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Minor
> Fix For: 11.0.0.Alpha1
>
>
> org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> Fixes the log message from
> {noformat}
> [standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCLCOM0001: -1.00000 is not a valid value for parameter l1-lifespan. The value must be >= 0.00000",
> "rolled-back" => true,
> "response-headers" => {"process-state" => "reload-required"}
> }
> {noformat}
> to
> {noformat}
> *[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1.0
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0117: -1 is an invalid value for parameter l1-lifespan. A minimum value of 0 is required",
> "rolled-back" => true
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (WFLY-7811) Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7811?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-7811:
---------------------------------
Description:
org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
Fixes the log message from
{noformat}
[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1
{
"outcome" => "failed",
"failure-description" => "WFLYCLCOM0001: -1.00000 is not a valid value for parameter l1-lifespan. The value must be >= 0.00000",
"rolled-back" => true,
"response-headers" => {"process-state" => "reload-required"}
}
{noformat}
to
{noformat}
*[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1.0
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0117: -1 is an invalid value for parameter l1-lifespan. A minimum value of 0 is required",
"rolled-back" => true
}
{noformat}
was:org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> Use proper validator for DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> ---------------------------------------------------------------------------------
>
> Key: WFLY-7811
> URL: https://issues.jboss.org/browse/WFLY-7811
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Minor
> Fix For: 11.0.0.Alpha1
>
>
> org.jboss.as.clustering.infinispan.subsystem.DistributedCacheResourceDefinition.Attribute#L1_LIFESPAN
> Fixes the log message from
> {noformat}
> [standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCLCOM0001: -1.00000 is not a valid value for parameter l1-lifespan. The value must be >= 0.00000",
> "rolled-back" => true,
> "response-headers" => {"process-state" => "reload-required"}
> }
> {noformat}
> to
> {noformat}
> *[standalone@embedded /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/:write-attribute(name=l1-lifespan,value=-1.0
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0117: -1 is an invalid value for parameter l1-lifespan. A minimum value of 0 is required",
> "rolled-back" => true
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ELY-847) The server boot failure after unsetting the filter attribute in mechanism-provider-filtering-sasl-server-factory (Elytron)
by Josef Cacek (JIRA)
Josef Cacek created ELY-847:
-------------------------------
Summary: The server boot failure after unsetting the filter attribute in mechanism-provider-filtering-sasl-server-factory (Elytron)
Key: ELY-847
URL: https://issues.jboss.org/browse/ELY-847
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Blocker
A duplicate resource failure followed by removing {{filters}} attribute in {{/subsystem=elytron/mechanism-provider-filtering-sasl-server-factory=elytron}} and reload results in server boot failure.
{code}
15:50:29,961 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
15:50:29,974 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha13-redhat-1) stopped in 7ms
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months