Hello, I've installed curator 3.5.1 on a ES 1.4.2; I'm running daily snapshots on all indices and from time to time I have 503 errors saying there's another snapshot already running (when the only task is the one I launched with curator)....
After setting up debugging I see this:
2016-07-19 15:53:54,402 DEBUG urllib3.util.retry from_int:170 Converted retries value: False -> Retry(total=False, connect=None, read=None, redirect=0) 2016-07-19 15:54:53,571 DEBUG urllib3.connectionpool _make_request:401 "PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true HTTP/1.1" 504 0 2016-07-19 15:54:53,571 WARNING elasticsearch log_request_fail:82 PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true [status:504 request:59.169s] 2016-07-19 15:54:53,572 DEBUG elasticsearch log_request_fail:90 > {"indices": "geo_locations_offers_production,geo_shapes,offers_v3_production,ranking_medians_production", "partial": false, "ignore_unavailable": false, "include_global_state": true} 2016-07-19 15:54:53,572 DEBUG elasticsearch log_request_fail:93 < 2016-07-19 15:54:53,572 DEBUG urllib3.util.retry from_int:170 Converted retries value: False -> Retry(total=False, connect=None, read=None, redirect=0) 2016-07-19 15:55:05,336 DEBUG urllib3.connectionpool _make_request:401 "PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true HTTP/1.1" 503 243 2016-07-19 15:55:05,337 WARNING elasticsearch log_request_fail:82 PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true [status:503 request:11.765s] 2016-07-19 15:55:05,337 DEBUG elasticsearch log_request_fail:90 > {"indices": "geo_locations_offers_production,geo_shapes,offers_v3_production,ranking_medians_production", "partial": false, "ignore_unavailable": false, "include_global_state": true} 2016-07-19 15:55:05,337 DEBUG elasticsearch log_request_fail:93 < {"error":"RemoteTransportException[[ip-ha-ha-ha-es-01][inet[/ha.ha.ha.ha:9300]][cluster:admin/snapshot/create]]; nested: ConcurrentSnapshotExecutionException[[backups:curator-20160719135353] a snapshot is already running]; ","status":503} 2016-07-19 15:55:05,337 DEBUG urllib3.util.retry from_int:170 Converted retries value: False -> Retry(total=False, connect=None, read=None, redirect=0) 2016-07-19 15:55:05,375 DEBUG urllib3.connectionpool _make_request:401 "PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true HTTP/1.1" 503 243 2016-07-19 15:55:05,375 WARNING elasticsearch log_request_fail:82 PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true [status:503 request:0.038s] 2016-07-19 15:55:05,375 DEBUG elasticsearch log_request_fail:90 > {"indices": "geo_locations_offers_production,geo_shapes,offers_v3_production,ranking_medians_production", "partial": false, "ignore_unavailable": false, "include_global_state": true} 2016-07-19 15:55:05,375 DEBUG elasticsearch log_request_fail:93 < {"error":"RemoteTransportException[[ip-ha-ha-ha-es-01][inet[/ha.ha.ha.ha:9300]][cluster:admin/snapshot/create]]; nested: ConcurrentSnapshotExecutionException[[backups:curator-20160719135353] a snapshot is already running]; ","status":503} 2016-07-19 15:55:05,376 DEBUG urllib3.util.retry from_int:170 Converted retries value: False -> Retry(total=False, connect=None, read=None, redirect=0) 2016-07-19 15:55:05,413 DEBUG urllib3.connectionpool _make_request:401 "PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true HTTP/1.1" 503 243 2016-07-19 15:55:05,413 WARNING elasticsearch log_request_fail:82 PUT /_snapshot/backups/curator-20160719135353?wait_for_completion=true [status:503 request:0.038s] 2016-07-19 15:55:05,414 DEBUG elasticsearch log_request_fail:90 > {"indices": "geo_locations_offers_production,geo_shapes,offers_v3_production,ranking_medians_production", "partial": false, "ignore_unavailable": false, "include_global_state": true} 2016-07-19 15:55:05,414 DEBUG elasticsearch log_request_fail:93 < {"error":"RemoteTransportException[[ip-ha-ha-ha-es-01][inet[/ha.ha.ha.ha:9300]][cluster:admin/snapshot/create]]; nested: ConcurrentSnapshotExecutionException[[backups:curator-20160719135353] a snapshot is already running]; ","status":503} 2016-07-19 15:55:05,414 ERROR curator.api.snapshot create_snapshot:101 Client raised a TransportError. 2016-07-19 15:55:05,414 WARNING curator.cli.utils exit_msg:69 Job did not complete successfully.