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
When I use java client, version 5.0.0. When the server run after a period , I found the point has not been writen to db. And there are not any exception logs.
Then , i use command "netstat -apntl | grep 8086" ,find none.
Could you tell me how to fix it. thanks.
Were you able to resolve your issue? Are you closing the client or the writeapi? Take a look at the response in this other issue: #469
thanks for your response. my issue has not been resolved. I use token to connect influxdb. And this issue happened accidentally, But if it happend, my server can write any data into the influxdb , even restart the server app, it not work too.
When I use java client, version 5.0.0. When the server run after a period , I found the point has not been writen to db. And there are not any exception logs.
Then , i use command "netstat -apntl | grep 8086" ,find none.
Could you tell me how to fix it. thanks.
I use token to auth.
init code is :
and call in another function
The text was updated successfully, but these errors were encountered: