IOException: No space left on device

Ran a query via REST api and after several minutes, the job shows the following error:

IOException: No space left on device

When I go to profile, I get the following message:

{“errorMessage”:“Something went wrong”,“moreInfo”:“Failed to get query profile.”}

Any recommendations?

How do you have Dremio deployed?

I’m running dremio in a linux docker container. Running the query with raw reflections on. Running from the UI and via the api results in the same error message.

Sounds like you are unable to share the query profile?

Where are you seeing IOException: No space left on device ? Can you confirm there actually is disk space available?

yes, we are moving the container directory to another volume to see if it helps…