You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TransportActions.isShardNotAvailableException() is also true for Lucene's AlreadyClosedException, which is not ElasticsearchException sub-class.
When that happens CCE will be thrown instead of re-throwing the actual exception.