-
Notifications
You must be signed in to change notification settings - Fork 521
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
配置文件自定义Rest接口批量导入顶点个数,batch.max_edges_per_batch=1000,重启后后台处理异常 #63
Labels
Comments
@hklmuaqmn 谢谢反馈,目前的错误信息不太好判断是什么原因,是否可以收集一下服务器端的错误日志呢? |
Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label |
imbajin
pushed a commit
that referenced
this issue
Oct 19, 2022
* add betweenness BetweennessCentralityAlgorithmV2
imbajin
pushed a commit
that referenced
this issue
Nov 2, 2022
* add betweenness BetweennessCentralityAlgorithmV2
imbajin
pushed a commit
that referenced
this issue
Nov 7, 2022
* add betweenness BetweennessCentralityAlgorithmV2
imbajin
pushed a commit
that referenced
this issue
Nov 9, 2022
* add betweenness BetweennessCentralityAlgorithmV2
VGalaxies
pushed a commit
that referenced
this issue
Aug 3, 2024
Bumps `jackson.version` from 2.10.2 to 2.12.1. Updates `jackson-annotations` from 2.10.2 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.10.2 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.10.2...jackson-core-2.12.1) Updates `jackson-databind` from 2.10.2 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-module-jaxb-annotations` from 2.10.2 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.10.2...jackson-modules-base-2.12.1) Updates `jackson-jaxrs-base` from 2.10.2 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-jaxrs-providers/releases) - [Commits](FasterXML/jackson-jaxrs-providers@jackson-jaxrs-providers-2.10.2...jackson-jaxrs-providers-2.12.1) Updates `jackson-jaxrs-json-provider` from 2.10.2 to 2.12.1 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hugegraph-0.7.4/conf/hugegraph.properties配置文件, 增加如下配置:
batch.max_edges_per_batch=1000
batch.max_vertices_per_batch=1000
将顶点数据和边数据按照1000进行批量导入,Rest服务器直接返回500错误,整型和字符串转换失败:
b'{"exception":"class java.lang.ClassCastException","message":"java.lang.String cannot be cast to java.lang.Integer","cause":""}'
The text was updated successfully, but these errors were encountered: