You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the ListEventGroup API cannot find results, the response time increases significantly, taking up to 54 seconds. However, when results are found, the API responds almost instantly (within milliseconds).
We made only one call from Origin Reports Adaptor (screenshot below) but we noticed 3 request to Kingdom log(screenshot below) for the same single request which returns the same result within 600 ms.
Kingdom Log:
Origin Reports Adaptor Log
Steps to reproduce
Login to Origin Platform
Go to Campaign group page
Search for Event Groups without any filters and the EGs not found in UI
Click on “Search“ button to call listeventgroup API
Component(s) affected
Kingdom, Reporting Server
Version
Halo 5.11
Environment
Origin Stage & PROD Environment
Additional context
attached log screenshot above.
The text was updated successfully, but these errors were encountered:
We made some performance enhancements to ListEventGroups in v0.5.13 as part of fixing a previous simulator issue. See #1923. Feel free to reopen if you still see the same problem after upgrading past that version.
The behavior is that it attempts to read as many results as it can before the RPC deadline, assuming that the overhead for calling the Kingdom is 100ms1. If the caller has not specified a deadline2, the service will use 30s.
As an aside, all issues filed here should be in the context of Halo software only. This means that the "Step to reproduce" should only cover parts of Halo. For the purposes of filing issues here, assume that the Origin UI doesn't exist.
Footnotes
We should probably go back and make this configurable ↩
This should ideally never be true, as the caller should always specify an RPC deadline ↩
Describe the bug
When the ListEventGroup API cannot find results, the response time increases significantly, taking up to 54 seconds. However, when results are found, the API responds almost instantly (within milliseconds).
We made only one call from Origin Reports Adaptor (screenshot below) but we noticed 3 request to Kingdom log(screenshot below) for the same single request which returns the same result within 600 ms.
Kingdom Log:
Origin Reports Adaptor Log
Steps to reproduce
Component(s) affected
Kingdom, Reporting Server
Version
Halo 5.11
Environment
Origin Stage & PROD Environment
Additional context
attached log screenshot above.
The text was updated successfully, but these errors were encountered: