[JBoss JIRA] (WFLY-12826) Switch to GAV-based locations for feature-pack dependencies
by Oleksiy Lubyanskyy (Jira)
[ https://issues.redhat.com/browse/WFLY-12826?page=com.atlassian.jira.plugi... ]
Oleksiy Lubyanskyy updated WFLY-12826:
--------------------------------------
Description: Currently feature-pack dependencies are using FPL format to point to the dependency feature-packs. Galleon 4.2.1.Final and WFGP 4.2.2.Final support generation of the feature-pack dependency locations in GAV format. As a consequence, provisioning in offline mode does not require all the transitive feature-pack configs in the provision goal configuration.
> Switch to GAV-based locations for feature-pack dependencies
> -----------------------------------------------------------
>
> Key: WFLY-12826
> URL: https://issues.redhat.com/browse/WFLY-12826
> Project: WildFly
> Issue Type: Component Upgrade
> Components: Build System
> Reporter: Jean Francois Denise
> Assignee: Oleksiy Lubyanskyy
> Priority: Major
>
> Currently feature-pack dependencies are using FPL format to point to the dependency feature-packs. Galleon 4.2.1.Final and WFGP 4.2.2.Final support generation of the feature-pack dependency locations in GAV format. As a consequence, provisioning in offline mode does not require all the transitive feature-pack configs in the provision goal configuration.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (WFLY-12922) server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/WFLY-12922?page=com.atlassian.jira.plugi... ]
Ondrej Chaloupka updated WFLY-12922:
------------------------------------
Affects Version/s: 18.0.0.Final
> server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
> --------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12922
> URL: https://issues.redhat.com/browse/WFLY-12922
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Transactions
> Affects Versions: 18.0.0.Final
> Reporter: Martin Simka
> Assignee: Ondrej Chaloupka
> Priority: Major
> Fix For: 19.0.0.Beta1
>
>
> this follows up on WFWIP-206
> While testing tx recovery in OpenShift I see that scale down of pod that has transaction in-doubt on it isn't successful
> Scenario:
> *ejb client* (app tx-client, pod tx-client-0):
> * EJB business method
> ** lookup remote EJB
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> ** call remote EJB
> *ejb server* (app tx-server, pod tx-server-0):
> * EJB business method
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> *testTxStatelessServerSecondCommitThrowRmFail*
> ejb server XA resource 2 fails with {{XAException(XAException.XAER_RMFAIL)}}
> Then the test calls scale down (size from 1 to 0) on tx-server pod. Server scale down completes but sometimes there some records left in {{<JBOSS_HOME>/standalone/data/ejb-xa-recovery}} on tx-client and transactions on client aren't commited.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (WFLY-12922) server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/WFLY-12922?page=com.atlassian.jira.plugi... ]
Ondrej Chaloupka resolved WFLY-12922.
-------------------------------------
Resolution: Done
Caused by WFTC-77, resolved by component upgrade WFLY-12910
> server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
> --------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12922
> URL: https://issues.redhat.com/browse/WFLY-12922
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Transactions
> Affects Versions: 18.0.0.Final
> Reporter: Martin Simka
> Assignee: Ondrej Chaloupka
> Priority: Major
> Fix For: 19.0.0.Beta1
>
>
> this follows up on WFWIP-206
> While testing tx recovery in OpenShift I see that scale down of pod that has transaction in-doubt on it isn't successful
> Scenario:
> *ejb client* (app tx-client, pod tx-client-0):
> * EJB business method
> ** lookup remote EJB
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> ** call remote EJB
> *ejb server* (app tx-server, pod tx-server-0):
> * EJB business method
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> *testTxStatelessServerSecondCommitThrowRmFail*
> ejb server XA resource 2 fails with {{XAException(XAException.XAER_RMFAIL)}}
> Then the test calls scale down (size from 1 to 0) on tx-server pod. Server scale down completes but sometimes there some records left in {{<JBOSS_HOME>/standalone/data/ejb-xa-recovery}} on tx-client and transactions on client aren't commited.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (WFLY-12922) server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/WFLY-12922?page=com.atlassian.jira.plugi... ]
Ondrej Chaloupka updated WFLY-12922:
------------------------------------
Fix Version/s: 19.0.0.Beta1
> server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
> --------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12922
> URL: https://issues.redhat.com/browse/WFLY-12922
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Transactions
> Affects Versions: 18.0.0.Final
> Reporter: Martin Simka
> Assignee: Ondrej Chaloupka
> Priority: Major
> Fix For: 19.0.0.Beta1
>
>
> this follows up on WFWIP-206
> While testing tx recovery in OpenShift I see that scale down of pod that has transaction in-doubt on it isn't successful
> Scenario:
> *ejb client* (app tx-client, pod tx-client-0):
> * EJB business method
> ** lookup remote EJB
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> ** call remote EJB
> *ejb server* (app tx-server, pod tx-server-0):
> * EJB business method
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> *testTxStatelessServerSecondCommitThrowRmFail*
> ejb server XA resource 2 fails with {{XAException(XAException.XAER_RMFAIL)}}
> Then the test calls scale down (size from 1 to 0) on tx-server pod. Server scale down completes but sometimes there some records left in {{<JBOSS_HOME>/standalone/data/ejb-xa-recovery}} on tx-client and transactions on client aren't commited.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (WFLY-12922) server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/WFLY-12922?page=com.atlassian.jira.plugi... ]
Ondrej Chaloupka moved WFWIP-218 to WFLY-12922:
-----------------------------------------------
Project: WildFly (was: WildFly WIP)
Key: WFLY-12922 (was: WFWIP-218)
Component/s: EJB
Transactions
(was: OpenShift)
> server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
> --------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12922
> URL: https://issues.redhat.com/browse/WFLY-12922
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Transactions
> Reporter: Martin Simka
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> this follows up on WFWIP-206
> While testing tx recovery in OpenShift I see that scale down of pod that has transaction in-doubt on it isn't successful
> Scenario:
> *ejb client* (app tx-client, pod tx-client-0):
> * EJB business method
> ** lookup remote EJB
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> ** call remote EJB
> *ejb server* (app tx-server, pod tx-server-0):
> * EJB business method
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> *testTxStatelessServerSecondCommitThrowRmFail*
> ejb server XA resource 2 fails with {{XAException(XAException.XAER_RMFAIL)}}
> Then the test calls scale down (size from 1 to 0) on tx-server pod. Server scale down completes but sometimes there some records left in {{<JBOSS_HOME>/standalone/data/ejb-xa-recovery}} on tx-client and transactions on client aren't commited.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (WFWIP-218) server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/WFWIP-218?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka commented on WFWIP-218:
----------------------------------------
[~brian.stansberry] that's right. I'm moving this to WFLY. It sounds to me as the correct place.
> server scale down keeps data in client's data/ejb-xa-recovery and transactions on client aren't commited
> --------------------------------------------------------------------------------------------------------
>
> Key: WFWIP-218
> URL: https://issues.redhat.com/browse/WFWIP-218
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Simka
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> this follows up on WFWIP-206
> While testing tx recovery in OpenShift I see that scale down of pod that has transaction in-doubt on it isn't successful
> Scenario:
> *ejb client* (app tx-client, pod tx-client-0):
> * EJB business method
> ** lookup remote EJB
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> ** call remote EJB
> *ejb server* (app tx-server, pod tx-server-0):
> * EJB business method
> ** enlist XA resource 1 to transaction
> ** enlist XA resource 2 to transaction
> *testTxStatelessServerSecondCommitThrowRmFail*
> ejb server XA resource 2 fails with {{XAException(XAException.XAER_RMFAIL)}}
> Then the test calls scale down (size from 1 to 0) on tx-server pod. Server scale down completes but sometimes there some records left in {{<JBOSS_HOME>/standalone/data/ejb-xa-recovery}} on tx-client and transactions on client aren't commited.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months