Changes between Initial Version and Version 1 of Ticket #2848


Ignore:
Timestamp:
Feb 24, 2025, 7:04:31 AM (5 hours ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2848 – Description

    initial v1  
    77It is hard to know from which petascope request received from client this rasql query was generated.
    88
    9 So it should be changed to add the information about the request id to petascope like below:
     9So it should be changed to add the information about the request id to petascope like below (with counter starting with `1` increased for each request = a `ThreadLocal`):
    1010
    1111
    1212{{{
    13 Executing rasql query rasql-2639 from req-57434 with user unauthenticated
     13Executing rasql query req-57434-1 with user unauthenticated
    1414}}}
    1515
     
    1717
    1818{{{
    19 Executing rasql query rasql-2639 from internal with user rasadmin
     19Executing rasql query internal-1 from internal with user rasadmin
    2020}}}