Hi everyone,
I am having problems when I am looking for a register inside of an index and the message is the next:
TransportError: TransportError(503, u'NoShardAvailableActionException[[new_gompute_history][2] null]; nested: IllegalIndexShardStateException[[new_gompute_history][2] CurrentState[POST_RECOVERY] operations only allowed when started/relocated]; ')
This comes when I am searching by an id inside of an index.
The health of my cluster is green:
GET _cat/health?v
epoch      timestamp cluster status node.total node.data shards pri relo init unassign 
1438678496 10:54:56  juan    green           5         4    212 106    0    0        0 
GET _cat/allocation?v
shards disk.used disk.avail disk.total disk.percent host    ip         node                   
    53     3.1gb     16.8gb       20gb           15 bc10-05 10.8.5.15  Anomaloco              
    53     6.4gb     80.8gb     87.3gb            7 bc10-03 10.8.5.13  Algrim the Strong      
     0        0b                                    l8a     10.8.0.231 logstash-l8a-5920-4018 
    53     6.4gb     80.8gb     87.3gb            7 bc10-03 10.8.5.13  Harry Leland           
    53     3.1gb     16.8gb       20gb           15 bc10-05 10.8.5.15  Hypnotia          
Has somebody any idea about this?
Thanks in advance