Closed pkoosha closed 9 months ago
The Http timeout is hardcoded to 10 sec here. For a quick test you can change these two lines.
It worked for me. I suggest to add support of changing this. the write and read timeouts vary in the applications.
@pkoosha could you have a look at #220? It introduces a new transport configuration which provides support for this option.
I have a multi-threaded program that is writing 100k write with 10K batches and at the same time reading values from the same table. I see this error and I have tried a few options however not been successful.
I tried and increased the write-timeout for coordinator in the influxdb.conf
then I restarted the influxDB. I don't see how to increase the read-timeout and see this is happening. could you please help me on how to increase the timeout from default 10s to something larger? I see that after 10 seconds the timeout is happening.