We are unable to extract logs from our GMS pod. But an example of the situation is this - I tried to change the entities displayed per page from 10 to 100 in the Domain page. The UI kept loading and in the end it threw the 500 Error message as below -
I could not find this in the GMS log but I can give you the network call details with graph query and inputs.
{
"input": {
"types": [],
"query": "*",
"start": 0,
"count": 100,
"orFilters": [
{
"and": [
{
"field": "domains",
"values": [
"urn:li:domain:Analytics_NO"
]
}
]
}
],
"searchFlags": {
"skipCache": true
}
}
}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body><h2>HTTP ERROR 503 Service Unavailable</h2>
<table>
<tr><th>URI:</th><td>/api/graphql</td></tr>
<tr><th>STATUS:</th><td>503</td></tr>
<tr><th>MESSAGE:</th><td>Service Unavailable</td></tr>
<tr><th>SERVLET:</th><td>apiServlet</td></tr>
</table>
<hr/><a href="<https://eclipse.org/jetty>">Powered by Jetty:// 11.0.19</a><hr/>
</body>
</html>
Note: there have been few times we’ve seen failure of the getSearchResultsForMultiple query failing w/o any explanation and throwing the 500 SERVER ERROR. At the same time, other actions like navigating through Airflow or Spark pipelines works fine.
Ques from my side - do the graphql queries call ES service or the backend metadata DB storage ? <@U05SKM6KGGK>![attachment]({‘ID’: ‘F0715DQ16JZ’, ‘EDITABLE’: False, ‘IS_EXTERNAL’: False, ‘USER_ID’: ‘U04UNS1T1JT’, ‘CREATED’: ‘2024-04-30 02:21:47+00:00’, ‘PERMALINK’: ‘Slack’, ‘EXTERNAL_TYPE’: ‘’, ‘TIMESTAMPS’: ‘2024-04-30 02:21:47+00:00’, ‘MODE’: ‘hosted’, ‘DISPLAY_AS_BOT’: False, ‘PRETTY_TYPE’: ‘PNG’, ‘NAME’: ‘image.png’, ‘IS_PUBLIC’: True, ‘PREVIEW_HIGHLIGHT’: None, ‘MIMETYPE’: ‘image/png’, ‘PERMALINK_PUBLIC’: ‘https://slack-files.com/TUMKD5EGJ-F0715DQ16JZ-626b6a6157’, ‘FILETYPE’: ‘png’, ‘EDIT_LINK’: None, ‘URL_PRIVATE’: ‘Slack’, ‘HAS_RICH_PREVIEW’: False, ‘TITLE’: ‘image.png’, ‘IS_STARRED’: False, ‘PREVIEW_IS_TRUNCATED’: None, ‘URL_PRIVATE_DOWNLOAD’: ‘Slack’, ‘PREVIEW’: None, ‘PUBLIC_URL_SHARED’: False, ‘MESSAGE_TS’: ‘1714444011.892429’, ‘PARENT_MESSAGE_TS’: ‘1714403648.203999’, ‘MESSAGE_CHANNEL_ID’: ‘C029A3M079U’, ‘_FIVETRAN_DELETED’: False, ‘LINES_MORE’: None, ‘LINES’: None, ‘SIZE’: 51699, ‘_FIVETRAN_SYNCED’: ‘2024-05-05 12:59:47.239000+00:00’})![attachment]({‘ID’: ‘F07187LE135’, ‘EDITABLE’: False, ‘IS_EXTERNAL’: False, ‘USER_ID’: ‘U04UNS1T1JT’, ‘CREATED’: ‘2024-04-30 02:20:11+00:00’, ‘PERMALINK’: ‘Slack’, ‘EXTERNAL_TYPE’: ‘’, ‘TIMESTAMPS’: ‘2024-04-30 02:20:11+00:00’, ‘MODE’: ‘hosted’, ‘DISPLAY_AS_BOT’: False, ‘PRETTY_TYPE’: ‘PNG’, ‘NAME’: ‘image.png’, ‘IS_PUBLIC’: True, ‘PREVIEW_HIGHLIGHT’: None, ‘MIMETYPE’: ‘image/png’, ‘PERMALINK_PUBLIC’: ‘https://slack-files.com/TUMKD5EGJ-F07187LE135-206a916fde’, ‘FILETYPE’: ‘png’, ‘EDIT_LINK’: None, ‘URL_PRIVATE’: ‘Slack’, ‘HAS_RICH_PREVIEW’: False, ‘TITLE’: ‘image.png’, ‘IS_STARRED’: False, ‘PREVIEW_IS_TRUNCATED’: None, ‘URL_PRIVATE_DOWNLOAD’: ‘Slack’, ‘PREVIEW’: None, ‘PUBLIC_URL_SHARED’: False, ‘MESSAGE_TS’: ‘1714444011.892429’, ‘PARENT_MESSAGE_TS’: ‘1714403648.203999’, ‘MESSAGE_CHANNEL_ID’: ‘C029A3M079U’, ‘_FIVETRAN_DELETED’: False, ‘LINES_MORE’: None, ‘LINES’: None, ‘SIZE’: 47336, ‘_FIVETRAN_SYNCED’: ‘2024-05-05 12:59:47.239000+00:00’})![attachment]({‘ID’: ‘F07187VLTHR’, ‘EDITABLE’: True, ‘IS_EXTERNAL’: False, ‘USER_ID’: ‘U04UNS1T1JT’, ‘CREATED’: ‘2024-04-30 02:23:33+00:00’, ‘PERMALINK’: ‘Slack’, ‘EXTERNAL_TYPE’: ‘’, ‘TIMESTAMPS’: ‘2024-04-30 02:23:33+00:00’, ‘MODE’: ‘snippet’, ‘DISPLAY_AS_BOT’: False, ‘PRETTY_TYPE’: ‘Plain Text’, ‘NAME’: ‘bad_graphql_query’, ‘IS_PUBLIC’: True, ‘PREVIEW_HIGHLIGHT’: ‘
\n
\n
query getSearchResultsForMultiple($input: SearchAcrossEntitiesInput!) {
\n
searchAcrossEntities(input: $input) {
\n
\n
\n
\n
\n
\n
\n’, ‘MIMETYPE’: ‘text/plain’, ‘PERMALINK_PUBLIC’: ‘
https://slack-files.com/TUMKD5EGJ-F07187VLTHR-125aafc38f’, ‘FILETYPE’: ‘text’, ‘EDIT_LINK’: ‘
Slack’, ‘URL_PRIVATE’: ‘
Slack’, ‘HAS_RICH_PREVIEW’: False, ‘TITLE’: ‘bad_graphql_query’, ‘IS_STARRED’: False, ‘PREVIEW_IS_TRUNCATED’: True, ‘URL_PRIVATE_DOWNLOAD’: ‘
Slack’, ‘PREVIEW’: ‘query getSearchResultsForMultiple($input: SearchAcrossEntitiesInput!) {\r\n searchAcrossEntities(input: $input) {\r\n …searchResults\r\n __typename\r\n }\r’, ‘PUBLIC_URL_SHARED’: False, ‘MESSAGE_TS’: ‘1714444011.892429’, ‘PARENT_MESSAGE_TS’: ‘1714403648.203999’, ‘MESSAGE_CHANNEL_ID’: ‘C029A3M079U’, ‘_FIVETRAN_DELETED’: False, ‘LINES_MORE’: 1717, ‘LINES’: 1722, ‘SIZE’: 28352, ‘_FIVETRAN_SYNCED’: ‘2024-05-05 12:59:47.239000+00:00’})