Index_failed_engine_exception Index failed for translog is already closed

ES Version : 2.3.3
Laravel version : 5.0

When we update indexes most of them updated successfully but some indexes not updated.
Share My Error Log

ServerErrorResponseException in Connection.php line 659:
index_failed_engine_exception: Index failed for [sources#10475977]
in Connection.php line 659
at Connection->tryDeserializeError(array('transfer_stats' => array('url' => '', 'content_type' => 'application/json; charset=UTF-8', 'http_code' => 500, 'header_size' => 106, 'request_size' => 804, 'filetime' => -1, 'ssl_verify_result' => 0, 'redirect_count' => 0, 'total_time' => 0.51500000000000001, 'namelookup_time' => 0, 'connect_time' => 0.249, 'pretransfer_time' => 0.249, 'size_upload' => 712, 'size_download' => 361, 'speed_download' => 700, 'speed_upload' => 1382, 'download_content_length' => 361, 'upload_content_length' => 712, 'starttransfer_time' => 0.51500000000000001, 'redirect_time' => 0, 'redirect_url' => '', 'primary_ip' => '70.32.82.156', 'certinfo' => array(), 'primary_port' => 9200, 'local_ip' => '192.168.1.106', 'local_port' => 51589, 'error' => '', 'errno' => 0), 'curl' => array('error' => '', 'errno' => 0), 'effective_url' => '', 'headers' => array('Content-Type' => array('application/json; charset=UTF-8'), 'Content-Length' => array('361')), 'version' => '1.1', 'status' => 500, 'reason' => 'Internal Server Error', 'body' => '{"error":{"root_cause":[{"type":"index_failed_engine_exception","reason":"Index failed for [sources#10475977]","shard":"2","index":"verbingo"}],"type":"index_failed_engine_exception","reason":"Index failed for [sources#10475977]","shard":"2","index":"verbingo","caused_by":{"type":"already_closed_exception","reason":"translog is already closed"}},"status":500}'), 'Elasticsearch\Common\Exceptions\ServerErrorResponseException') in Connection.php line 638
at Connection->tryDeserialize500Error(array('transfer_stats' => array('url' => '', 'content_type' => 'application/json; charset=UTF-8', 'http_code' => 500, 'header_size' => 106, 'request_size' => 804, 'filetime' => -1, 'ssl_verify_result' => 0, 'redirect_count' => 0, 'total_time' => 0.51500000000000001, 'namelookup_time' => 0, 'connect_time' => 0.249, 'pretransfer_time' => 0.249, 'size_upload' => 712, 'size_download' => 361, 'speed_download' => 700, 'speed_upload' => 1382, 'download_content_length' => 361, 'upload_content_length' => 712, 'starttransfer_time' => 0.51500000000000001, 'redirect_time' => 0, 'redirect_url' => '', 'primary_ip' => '70.32.82.156', 'certinfo' => array(), 'primary_port' => 9200, 'local_ip' => '192.168.1.106', 'local_port' => 51589, 'error' => '', 'errno' => 0), 'curl' => array('error' => '', 'errno' => 0), 'effective_url' => '', 'headers' => array('Content-Type' => array('application/json; charset=UTF-8'), 'Content-Length' => array('361')), 'version' => '1.1', 'status' => 500, 'reason' => 'Internal Server Error', 'body' => '{"error":{"root_cause":[{"type":"index_failed_engine_exception","reason":"Index failed for [sources#10475977]","shard":"2","index":"verbingo"}],"type":"index_failed_engine_exception","reason":"Index failed for [sources#10475977]","shard":"2","index":"verbingo","caused_by":{"type":"already_closed_exception","reason":"translog is already closed"}},"status":500}')) in Connection.php line 601

ServerErrorResponseException in Connection.php line 657:
{"error":{"root_cause":[{"type":"index_failed_engine_exception","reason":"Index failed for [sources#10475977]","shard":"2","index":"verbingo"}],"type":"index_failed_engine_exception","reason":"Index failed for [sources#10475977]","shard":"2","index":"verbingo","caused_by":{"type":"already_closed_exception","reason":"translog is already closed"}},"status":500}
Please some one help me to through this

Duplicate of

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.