Hey folks! I have a Looker ingestion job that previously ran, but now I’m getting the following error:
'info': {'message': "HTTPConnectionPool(host='datahub-datahub-gms', port=8080): Max retries exceeded with url: "
"/entities?action=ingest (Caused by ResponseError('too many 500 error responses'))",
'id': 'urn:li:dataset:(urn:li:dataPlatform:looker,shiphero.explore.fulfillment_members,PROD)'}}]```
Anyone encounter something similar before?
Unfortunately no, basically all this tells me is that something went wrong with the ingestion and the server threw an error when trying to process it… which you already know 500 is a generic server error so there should be some stacktrace thrown during execution of the ingestion that would give more information
Your ingestion speeds are really slow which makes me think that there is a long network delay between GMS and your Kafka instance, are GMS and Kafka in the same region? Or is this a cross region cluster?
2023-12-19 17:03:19,400 [pool-13-thread-2] INFO c.l.m.filter.RestliLoggingFilter:55 - POST /entities?action=ingest - ingest - 200 - 5984ms
^ This successful one took 6s
What’s really weird is that when I initially set up the Looker ingestion, it worked just fine and then all of the sudden it just started failing. Not great intel for troubleshooting, but again, it’s worth noting that when it was setup initially everything was fine.