You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug will lead to #793. I think setting restartTimerOnMaxSize to false will be a good choice. Or we can add a flag when task is running and do not dispose the timer task.
Specifications:
Client Version: 6.7.0
InfluxDB Version: 2.6.1
JDK Version: 11
Platform: linux
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
We can see it in :
influxdb-client-java/client/src/main/java/com/influxdb/client/internal/flowable/FlowableBufferTimedFlushable.java
Lines 156 to 196 in d641b11
This bug will lead to #793. I think setting
restartTimerOnMaxSize
to false will be a good choice. Or we can add a flag when task is running and do not dispose the timer task.Specifications:
The text was updated successfully, but these errors were encountered: