pgsync
pgsync copied to clipboard
pgysnc TransportError
PGSync version: 2.3.1
Postgres version: 14.2
Elasticsearch version: 7.10.1
Redis version: 4.0.9
Python version: 2.7.17
Problem Description: While running the pgysync it is syncing sending data properly but after some time some error is showing. Can anyone explain what this error is and how to resolve this?
Error Message :
urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('timed out'))
2022-08-08 18:46:15.883:WARNING:elasticsearch: POST http://20.41.50.90:9200/_bulk?refresh=false [status:429 request:18.921s]
2022-08-08 18:47:43.858:ERROR:pgsync.elastichelper: Exception TransportError(429, 'es_rejected_execution_exception', 'rejected execution of coordinating operation [coordinating_and_primary_bytes=63301489, replica_bytes=0, all_bytes=63301489, coordinating_operation_bytes=60937589, max_coordinating_and_primary_bytes=107374182]')
TransportError suggests some misconfiguration outside of the application itself. Does this error persist? Perhaps you can check your connections to Elasticsearch
Closing this as its out of scope of PGSync. Feel free to re-open if you think otherwise.