Hi,
I have hot nodes with weekly data retention and 3 warm nodes with yearly retention. When I try to run a query to get logs from the last 5 days, Elasticsearch is trying to access shards that were created a month ago (and these shards caused a circuit-breaking exception). Is this expected behavior?
I'm not sure but problem was with garbage collectior, after clearing cache memory with command given below
POST _cache/clear
All searching operations works fine
1 Like