This error occurs because Dremio caches query results and logs metadata by default when executing queries via API. If too many queries are fired in succession:
Cache & Logs Fill Up Storage
Dremio stores query results in its distributed cache (accelerations) and maintains internal indexes (IndexWriter
) for metadata.
If storage (disk/memory) gets full, the IndexWriter
fails with this error, and metadata (databases/views) may disappear.
APIs Stop Responding
Clear Cache Manually (Temporary Fix) - Restart Dremio to force cache cleanup.
Adjust Cache Settings (Permanent Fix) - Reduce cache expiration time
Increase Storage Monitoring
Clear Cache Manually (Temporary Fix) - Restart Dremio to force cache cleanup.
Adjust Cache Settings (Permanent Fix) - Reduce cache expiration time
Increase Storage Monitoring