Changes between Initial Version and Version 1 of Ticket #2848
- Timestamp:
- Feb 24, 2025, 7:04:31 AM (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2848 – Description
initial v1 7 7 It is hard to know from which petascope request received from client this rasql query was generated. 8 8 9 So it should be changed to add the information about the request id to petascope like below :9 So 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`): 10 10 11 11 12 12 {{{ 13 Executing rasql query r asql-2639 from req-57434with user unauthenticated13 Executing rasql query req-57434-1 with user unauthenticated 14 14 }}} 15 15 … … 17 17 18 18 {{{ 19 Executing rasql query rasql-2639from internal with user rasadmin19 Executing rasql query internal-1 from internal with user rasadmin 20 20 }}}