Petals CDK

Add a log trace identifying clearly the invoked service operation initiating a timeout

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 5.7.0, 5.8.0
  • Fix Version/s: 5.7.2, 5.8.1
  • Component/s: runtime
  • Security Level: Public
  • Description:
    Hide

    Please add a trace with level 'WARNING', identifying clearly the invoked service operation and the flow step associated to service consumer, as following:

    2024/02/27 16:53:05,389 GMT+0100 WARNING [org.ow2.petals.component.framework.UnderTestWithDefaultConf] : A timeout expired (10000 ms) sending a message to a service provider ({http://petals.ow2.org/se-flowable/unit-test/timeout-on-service/archivageService}archiver|{http://petals.ow2.org/se-flowable/unit-test/timeout-on-service/archivageService}archiverService|edpArchiver|{http://petals.ow2.org/se-flowable/unit-test/timeout-on-service/archivageService}archiverShortSync) in the context of the flow step '41c656d0-d588-11ee-96b8-024200dc0afc/41c656d1-d588-11ee-96b8-024200dc0afc'
    Show
    Please add a trace with level 'WARNING', identifying clearly the invoked service operation and the flow step associated to service consumer, as following:
    2024/02/27 16:53:05,389 GMT+0100 WARNING [org.ow2.petals.component.framework.UnderTestWithDefaultConf] : A timeout expired (10000 ms) sending a message to a service provider ({http://petals.ow2.org/se-flowable/unit-test/timeout-on-service/archivageService}archiver|{http://petals.ow2.org/se-flowable/unit-test/timeout-on-service/archivageService}archiverService|edpArchiver|{http://petals.ow2.org/se-flowable/unit-test/timeout-on-service/archivageService}archiverShortSync) in the context of the flow step '41c656d0-d588-11ee-96b8-024200dc0afc/41c656d1-d588-11ee-96b8-024200dc0afc'
  • Environment:
    -

Issue Links

Activity

Christophe DENEUX made changes - Wed, 28 Feb 2024 - 11:11:00 +0100
Field Original Value New Value
Status New [ 10000 ] Open [ 10002 ]
Priority Major [ 3 ]
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 11:11:01 +0100
Status Open [ 10002 ] In Progress [ 10003 ]
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 11:11:19 +0100
Link This issue blocks PETALSDISTRIB-587 [ PETALSDISTRIB-587 ]
Hide
Christophe DENEUX added a comment - Wed, 28 Feb 2024 - 11:30:22 +0100

A log trace is added on both method:
'AbstractListener.sendSync(...)' used to send synchronously messages to service provider,
'AbstractJBIListener.onExpiredAsyncJBIMessage()' used to process request message sent asynchronously to service provider. As this method is overridden at component level, it is needed to check that the default implementation is invoked with 'super.onExpiredAsyncJBIMessage(asyncExchange, asyncContext)'.

A unit test should be added at component level to verify the right processing of timeout, including this log trace.

Show
Christophe DENEUX added a comment - Wed, 28 Feb 2024 - 11:30:22 +0100 A log trace is added on both method: 'AbstractListener.sendSync(...)' used to send synchronously messages to service provider, 'AbstractJBIListener.onExpiredAsyncJBIMessage()' used to process request message sent asynchronously to service provider. As this method is overridden at component level, it is needed to check that the default implementation is invoked with 'super.onExpiredAsyncJBIMessage(asyncExchange, asyncContext)'. A unit test should be added at component level to verify the right processing of timeout, including this log trace.
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 11:36:21 +0100
Link This issue blocks PETALSSEFLOWABLE-93 [ PETALSSEFLOWABLE-93 ]
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 12:55:57 +0100
Link This issue blocks PETALSBCFTRANS-89 [ PETALSBCFTRANS-89 ]
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 13:14:34 +0100
Link This issue blocks PETALSBCJBI-23 [ PETALSBCJBI-23 ]
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 13:18:55 +0100
Link This issue blocks PETALSBCREST-121 [ PETALSBCREST-121 ]
Christophe DENEUX made changes - Wed, 28 Feb 2024 - 17:41:38 +0100
Link This issue blocks PETALSBCSOAP-241 [ PETALSBCSOAP-241 ]
Christophe DENEUX made changes - Thu, 29 Feb 2024 - 10:03:46 +0100
Link This issue blocks PETALSBCMAIL-67 [ PETALSBCMAIL-67 ]
Christophe DENEUX made changes - Thu, 29 Feb 2024 - 10:34:47 +0100
Link This issue blocks PETALSSEQUARTZ-35 [ PETALSSEQUARTZ-35 ]
Christophe DENEUX made changes - Thu, 29 Feb 2024 - 13:58:18 +0100
Link This issue blocks PETALSSECAMEL-55 [ PETALSSECAMEL-55 ]
Christophe DENEUX made changes - Thu, 29 Feb 2024 - 15:35:11 +0100
Link This issue blocks PETALSSEPOJO-38 [ PETALSSEPOJO-38 ]
Christophe DENEUX made changes - Fri, 1 Mar 2024 - 09:57:39 +0100
Link This issue blocks PETALSSEMAPPING-10 [ PETALSSEMAPPING-10 ]
Hide
Christophe DENEUX added a comment - Mon, 4 Mar 2024 - 11:02:30 +0100

Added in trunk with svn#45199

Show
Christophe DENEUX added a comment - Mon, 4 Mar 2024 - 11:02:30 +0100 Added in trunk with svn#45199
Christophe DENEUX made changes - Mon, 4 Mar 2024 - 11:02:30 +0100
Status In Progress [ 10003 ] Resolved [ 10004 ]
Fix Version/s 5.9.0 [ 11106 ]
Resolution Fixed [ 1 ]
Hide
Christophe DENEUX added a comment - Mon, 4 Mar 2024 - 11:04:01 +0100

Reopened to be backported in branches 5.7.x and 5.8.x

Show
Christophe DENEUX added a comment - Mon, 4 Mar 2024 - 11:04:01 +0100 Reopened to be backported in branches 5.7.x and 5.8.x
Christophe DENEUX made changes - Mon, 4 Mar 2024 - 11:04:01 +0100
Status Resolved [ 10004 ] Open [ 10002 ]
Resolution Fixed [ 1 ]
Christophe DENEUX made changes - Mon, 4 Mar 2024 - 13:16:52 +0100
Status Open [ 10002 ] In Progress [ 10003 ]
Hide
Christophe DENEUX added a comment - Mon, 4 Mar 2024 - 14:08:27 +0100

Backporterd in branch 5.7.x with svn#45204, svn#45207 and svn#45209

Show
Christophe DENEUX added a comment - Mon, 4 Mar 2024 - 14:08:27 +0100 Backporterd in branch 5.7.x with svn#45204, svn#45207 and svn#45209
Christophe DENEUX made changes - Mon, 4 Mar 2024 - 14:08:37 +0100
Fix Version/s 5.7.2 [ 11192 ]
Christophe DENEUX made changes - Mon, 4 Mar 2024 - 17:52:49 +0100
Affects Version/s 5.7.0 [ 10811 ]
Hide
Christophe DENEUX added a comment - Fri, 8 Mar 2024 - 17:39:25 +0100

Backporterd in branch 5.8.x with svn#45232

Show
Christophe DENEUX added a comment - Fri, 8 Mar 2024 - 17:39:25 +0100 Backporterd in branch 5.8.x with svn#45232
Christophe DENEUX made changes - Fri, 8 Mar 2024 - 17:39:25 +0100
Status In Progress [ 10003 ] Resolved [ 10004 ]
Fix Version/s 5.8.1 [ 11193 ]
Resolution Fixed [ 1 ]
Christophe DENEUX made changes - Fri, 8 Mar 2024 - 18:20:07 +0100
Fix Version/s 5.9.0 [ 11106 ]
Christophe DENEUX made changes - Fri, 15 Mar 2024 - 13:19:06 +0100
Link This issue blocks PETALSSEASE-22 [ PETALSSEASE-22 ]
Christophe DENEUX made changes - Fri, 15 Mar 2024 - 13:23:46 +0100
Link This issue blocks PETALSSEASE-23 [ PETALSSEASE-23 ]
Christophe DENEUX made changes - Fri, 15 Mar 2024 - 17:55:17 +0100
Link This issue blocks PETALSSEEIP-40 [ PETALSSEEIP-40 ]
Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Open Open
7s
1
Christophe DENEUX
Wed, 28 Feb 2024 - 11:11:00 +0100
Open Open In Progress In Progress
1s
1
Christophe DENEUX
Wed, 28 Feb 2024 - 11:11:01 +0100
In Progress In Progress Resolved Resolved
4d 23h 51m
1
Christophe DENEUX
Mon, 4 Mar 2024 - 11:02:30 +0100
Resolved Resolved Open Open
1m 31s
1
Christophe DENEUX
Mon, 4 Mar 2024 - 11:04:01 +0100
Open Open In Progress In Progress
2h 12m
1
Christophe DENEUX
Mon, 4 Mar 2024 - 13:16:52 +0100
In Progress In Progress Resolved Resolved
4d 4h 22m
1
Christophe DENEUX
Fri, 8 Mar 2024 - 17:39:25 +0100



People

Dates

  • Created:
    Wed, 28 Feb 2024 - 11:10:53 +0100
    Updated:
    Fri, 15 Mar 2024 - 17:55:17 +0100
    Resolved:
    Fri, 8 Mar 2024 - 17:39:25 +0100