exceptionless/Exceptionless

This problem has been happening all the time

Closed this issue · 7 comments

image

不带任何条件查询,出现该问题
This problem occurs when you query without any criteria

This is a duplicate of #935, Please try out the 7.1.0 release and leave a comment with your findings and also make sure you run the CleanupData job which is really important. Make sure to include useful statics like number of stacks per project, number of projects, etc..

The problem is different. I don't know the specific reason

I'd check your Elasticsearch cpu and memory limits. It kind of looks like it's out of resources as it's circuit breaking. You may need to increase the RAM and CPU for the instance.

[storage] What does this folder do? It's very large and takes up hundreds of GB
image

You probably want to set EX_EnableArchive to false. This will be the new default in the next release so events don't get saved to storage. You can remove this folder to free up space as each event comes into the system, it's saved to disk.

I'm closing this as you'd want to turn off the archive which is the new default.