Hi,
I am continously getting exception while doing bulk index. Number of documents are 800 only. Even trying a timeout of 300 does not help. After insertion of around 400 docs below errors grt raised. This exception has been raised by other people too. kindly look into it.
Traceback (most recent call last):
File "D:/projects/test/exp_mapping_changer.py", line 94, in
change_exp_structure()
File "D:/projects/test/exp_mapping_changer.py", line 64, in change_exp_structure
print helpers.bulk(prod_es, to_insert)
File "C:\Users\acer\dev-env\lib\site-packages\elasticsearch\helpers_init_.py", line 182, in bulk
for ok, item in streaming_bulk(client, actions, **kwargs):
File "C:\Users\acer\dev-env\lib\site-packages\elasticsearch\helpers_init_.py", line 124, in streaming_bulk
raise e
elasticsearch.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPConnectionPool(host=host, port=port): Read timed out. (read timeout=10))
Regards
Bharvi