Skip to content
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

[Question] 查询超过30S失败的问题如何解决 #333

Open
1 task done
cowcomic opened this issue Oct 22, 2021 · 4 comments
Open
1 task done

[Question] 查询超过30S失败的问题如何解决 #333

cowcomic opened this issue Oct 22, 2021 · 4 comments

Comments

@cowcomic
Copy link

cowcomic commented Oct 22, 2021

Problem Type (问题类型)

No response

Before submit

Environment (环境信息)

  • Server Version: v0.11.2
  • Hubble Version: v1.5.0
  • Data Size: 600W vertices, 2000W edges

Your Question (问题描述)

使用hubble查询超过30s就会失败,这个时间怎么调整
尝试调整app中的一些timeout配置,都不起作用

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

@cowcomic cowcomic changed the title [Question] describe your problem [Question] 查询超过30S失败的问题如何解决 Oct 22, 2021
@duishuhaoqi
Copy link

我也碰见了这个问题,在hugegraph的rest-server.properties里我设置了restserver.request_timeout=1800 gremlinserver.timeout=1800,hubble的反应时间只延长到1min,不知道是为什么

@cowcomic
Copy link
Author

cowcomic commented Nov 2, 2021

我也碰见了这个问题,在hugegraph的rest-server.properties里我设置了restserver.request_timeout=1800 gremlinserver.timeout=1800,hubble的反应时间只延长到1min,不知道是为什么

我们把这两个参数加上了,也没用 T T
可能是其他的参数影响的吧

@javeme
Copy link
Collaborator

javeme commented Feb 16, 2022

请求超时参数涉及到3个:

  1. scriptEvaluationTimeout:gremlin-server的超时。(gremlin-server.yaml)
  2. restserver.request_timeout:rest-server的超时。(rest-server.properties)
  3. gremlinserver.timeout:rest-server连接gremlin-server的超时。(rest-server.properties)

参考:
https://hugegraph.github.io/hugegraph-doc/config/config-option.html

@Zhang88665
Copy link

我也碰见了这个问题,在hugegraph的rest-server.properties里我设置了restserver.request_timeout=1800 gremlinserver.timeout=1800,hubble的反应时间只延长到1min,不知道是为什么

请问解决了吗,我按照下面作者配置了三个地方的参数,还是只延长到了1min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants