I woke up today and all of a sudden my KNN queries stopped working. See screenshots below. I am getting errors like:
{
"errorCode": "INTERNAL",
"errorInstanceId": "fb883892-1b74-450d-82b0-d5c33987a102",
"errorName": "Functions:Internal",
"parameters": {
"message": "RemoteError: INTERNAL Default:Internal with instance ID 26d97d0b-747e-40cf-b205-5f91644bd93a",
"stacktrace": "SafeError: RemoteError: INTERNAL Default:Internal with instance ID 26d97d0b-747e-40cf-b205-5f91644bd93a\n{Redacted stacktrace: see unsafe logs}"
}
}
If we had proper stack traces, I could hopefully troubleshoot errors like this on my own, but since we don’t, I have opened a support ticket and community issue, which I’m sure taxes internal Palantir resources as much as it slows me down. Anyone know what is going on here?