-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write body received by handler一直未写入 #107
Comments
呃...32是啥?33是啥? |
做的两台主机的HA
|
哦。 |
需要定义么,我以为是http://192.168.33.32:8086(主机ip:8086端口) |
是influx-proxy,两台主机上装了influxdb但是没起服务 |
呃,可能我在文档里说的不是很清楚。influx-proxy是通过将请求代理到不同influxdb的方式来进行分片的。如果你弄了两台influx-proxy,却没有启influxdb。我能想到的正常结果就是。influx-proxy将请求循环发送给自己导致死循环。 |
举例来说,如果你有机器A和B,希望做高可用同时分片。你可以这么配置。 BACKENDS = { |
多谢指正。
从influx-proxy日志中可以看到写入和查询日志,但是两个influx服务的日志中没有打印:
查询返回:
|
KEYMAPS有对应改过来么? |
现在是:
|
日志非常奇怪。从 |
你好,我写两条数据,一直未写入,命令如下:
curl -i -X POST 'http://192.168.33.33:8086/write?db=monitor' --data-binary 'temperature,host=s2 value=0.6499999'
curl -i -X POST 'http://192.168.33.33:8086/write?db=monitor' --data-binary 'temperature,host=s3 value=0.88888881212211221'
日志一直打印:
查询:
curl -v -X GET 'http://192.168.33.32:8086/query?db=monitor' --data-urlencode "q=SELECT host FROM temperature where time< now()"
日志打印:
The text was updated successfully, but these errors were encountered: