[JBoss JIRA] (WFLY-6841) Add backup service support for singleton services
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-6841?page=com.atlassian.jira.plugin.... ]
Paul Ferraro commented on WFLY-6841:
------------------------------------
Restating this jira as a bug, since apparently "Feature request" is too loaded.
> Add backup service support for singleton services
> -------------------------------------------------
>
> Key: WFLY-6841
> URL: https://issues.jboss.org/browse/WFLY-6841
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 10.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 11.0.0.Alpha1
>
>
> Currently, singleton services are started on the primary node only - no service is started on the backup nodes. We can generalize this use case by building a singleton service using 2 services: one to be started on the primary node, and the other to be installed on backup nodes. When a node is elected as the primary provider, we stop the backup service, and start the primary service. Conversely, when a primary node loses a re-election, it stops its primary service and starts its backup service.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 1 month
[JBoss JIRA] (ELY-695) Is impossible remove whole Elytron subsystem when Elytron resource depends on another Elytron resource.
by Hynek Švábek (JIRA)
[ https://issues.jboss.org/browse/ELY-695?page=com.atlassian.jira.plugin.sy... ]
Hynek Švábek updated ELY-695:
-----------------------------
Description:
Is impossible remove whole Elytron subsystem by one command when Elytron resource depends on another Elytron resource.
*Scenario:*
* I have KeyStore in Elytron subsystem with CredentialStoreReference set to CredentialStore
* I want to delete whole Elytron subsystem
* I execute this CLI command */subsystem=elytron:remove()* and get error
{code}
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
Service org.wildfly.security.credential-store-client.credStore was depended upon by service org.wildfly.security.key-store.firefly",
"rolled-back" => true
}
{code}
*NOTES:*
* When I perform CLI command */subsystem=elytron:remove()* again as it passes.
* When I use for remove {allow-resource-service-restart=true} as /subsystem=elytron:remove(){allow-resource-service-restart=true} then result is successful.
was:
Is impossible remove whole Elytron subsystem by one command when Elytron resource depends on another Elytron resource.
*Scenario:*
* I have KeyStore in Elytron subsystem with CredentialStoreReference set to CredentialStore
* I want to delete whole Elytron subsystem
* I execute this CLI command */subsystem=elytron:remove()* and get error
{code}
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
Service org.wildfly.security.credential-store-client.credStore was depended upon by service org.wildfly.security.key-store.firefly",
"rolled-back" => true
}
{code}
> Is impossible remove whole Elytron subsystem when Elytron resource depends on another Elytron resource.
> -------------------------------------------------------------------------------------------------------
>
> Key: ELY-695
> URL: https://issues.jboss.org/browse/ELY-695
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store, KeyStores
> Reporter: Hynek Švábek
> Assignee: Darran Lofthouse
>
> Is impossible remove whole Elytron subsystem by one command when Elytron resource depends on another Elytron resource.
> *Scenario:*
> * I have KeyStore in Elytron subsystem with CredentialStoreReference set to CredentialStore
> * I want to delete whole Elytron subsystem
> * I execute this CLI command */subsystem=elytron:remove()* and get error
> {code}
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
> Service org.wildfly.security.credential-store-client.credStore was depended upon by service org.wildfly.security.key-store.firefly",
> "rolled-back" => true
> }
> {code}
> *NOTES:*
> * When I perform CLI command */subsystem=elytron:remove()* again as it passes.
> * When I use for remove {allow-resource-service-restart=true} as /subsystem=elytron:remove(){allow-resource-service-restart=true} then result is successful.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 1 month
[JBoss JIRA] (WFLY-5522) split artemis journal in its own module
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/WFLY-5522?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated WFLY-5522:
--------------------------------
Component/s: Transactions
> split artemis journal in its own module
> ---------------------------------------
>
> Key: WFLY-5522
> URL: https://issues.jboss.org/browse/WFLY-5522
> Project: WildFly
> Issue Type: Enhancement
> Components: JMS, Transactions
> Affects Versions: 10.0.0.CR2
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Priority: Minor
> Fix For: 11.0.0.Alpha1
>
>
> The org.jboss.jts is depending on the org.apache.activemq.artemis only for its journal functionality but get all the module dependencies (including messaging stuff) that is not used at all.
> The org.apache.activemq.artemis should be split with a separate module for its journal containing the journal jar + commons jar + native lib required for libAIO.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 1 month
[JBoss JIRA] (WFLY-7423) keyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
by Hynek Švábek (JIRA)
[ https://issues.jboss.org/browse/WFLY-7423?page=com.atlassian.jira.plugin.... ]
Hynek Švábek moved ELY-701 to WFLY-7423:
----------------------------------------
Project: WildFly (was: WildFly Elytron)
Key: WFLY-7423 (was: ELY-701)
Component/s: Security
(was: Credential Store)
(was: KeyStores)
Affects Version/s: (was: 1.1.0.Beta11)
> keyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
> ----------------------------------------------------------------------
>
> Key: WFLY-7423
> URL: https://issues.jboss.org/browse/WFLY-7423
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Hynek Švábek
> Assignee: Peter Skopek
> Priority: Minor
>
> KeyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
> There is "credential-reference" element that is replacement for "password" attribute.
> Please remove "password" attribute from keyStoreType.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 1 month
[JBoss JIRA] (ELY-701) keyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-701?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse commented on ELY-701:
--------------------------------------
[~hsvabek] For any issues specifically related to the subsystem can you please create the community issue in the WFLY project.
At some point we will move the subsystem into WildFly Core as we don't have a specific Jira project for it for now but it is the WildFly project that currently pulls it into the build so we are tracking issues there.
> keyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
> ----------------------------------------------------------------------
>
> Key: ELY-701
> URL: https://issues.jboss.org/browse/ELY-701
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store, KeyStores
> Affects Versions: 1.1.0.Beta11
> Reporter: Hynek Švábek
> Assignee: Peter Skopek
> Priority: Minor
>
> KeyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
> There is "credential-reference" element that is replacement for "password" attribute.
> Please remove "password" attribute from keyStoreType.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 1 month
[JBoss JIRA] (ELY-701) keyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
by Hynek Švábek (JIRA)
Hynek Švábek created ELY-701:
--------------------------------
Summary: keyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
Key: ELY-701
URL: https://issues.jboss.org/browse/ELY-701
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Priority: Minor
KeyStoreType in wildfly-elytron_1_0.xsd contains "password" attribute.
There is "credential-reference" element that is replacement for "password" attribute.
Please remove "password" attribute from keyStoreType.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 1 month