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

扫描边或者点报错 #18

Open
zqlpaopao opened this issue Oct 26, 2023 · 6 comments
Open

扫描边或者点报错 #18

zqlpaopao opened this issue Oct 26, 2023 · 6 comments
Labels
question Further information is requested

Comments

@zqlpaopao
Copy link

cargo run -p nebula-demo-tokio --bin nebula_demo_scan 0.0.0.0:50319 basketballplayer player 执行的时候 报错 是我试用的方式有问题吗
Error: GetSpaceError(ThriftError(Reach max parse response bytes count))
其实我能获取传输的最大值是没超过的

@WW-SONG
Copy link
Contributor

WW-SONG commented Oct 27, 2023

cargo run -p nebula-demo-tokio --bin nebula_demo_scan 0.0.0.0:50319 basketballplayer player 执行的时候 报错 是我试用的方式有问题吗 Error: GetSpaceError(ThriftError(Reach max parse response bytes count)) 其实我能获取传输的最大值是没超过的

你好,请问解决了吗?检查一下IP地址和对应端口号,是meta的。这个是按分区返回的,看报错是超过了fbthrift的最大传输,可以检查是不是分区太大了。

@zqlpaopao
Copy link
Author

没 还有就是目前这哥是 show hosts,如果我想在space下执行查询符合条件边的话怎么操作呢,每次都要将session pool设置为对应的space吗,那如果存在多个space 相同的服务会有问题吧

@WW-SONG
Copy link
Contributor

WW-SONG commented Oct 27, 2023

没 还有就是目前这哥是 show hosts,如果我想在space下执行查询符合条件边的话怎么操作呢,每次都要将session pool设置为对应的space吗,那如果存在多个space 相同的服务会有问题吧

这部分不是我写的,但是如果执行查询符合条件边的话,你要去看nebula-graph官网的具体Qsql语句。把show host语句换成查询语句,然后你要知道返回的内容是什么,把host结构体改成你返回的内容,再执行demo的语句。

@WW-SONG
Copy link
Contributor

WW-SONG commented Oct 28, 2023

cargo run -p nebula-demo-tokio --bin nebula_demo_scan 0.0.0.0:50319 basketballplayer player 执行的时候 报错 是我试用的方式有问题吗 Error: GetSpaceError(ThriftError(Reach max parse response bytes count)) 其实我能获取传输的最大值是没超过的

服务端check一下,看看服务监听端口和IP有没有错。或者试试Python客户端,可不可以正常运行。

@QingZ11 QingZ11 added the question Further information is requested label Nov 15, 2023
@GG2002
Copy link

GG2002 commented May 11, 2024

现在这个问题有人解答吗:)
我确认我的meta server地址是没有填错的,因为填错了它报的错是

v3_meta_client 127.0.0.1:54492
Error: Custom("Meta Transport Error: Connection refused (os error 111)")

而填正确的地址它才会报这个错:

v3_meta_client 127.0.0.1:54491
[nebula-client/src/v3/storage/scan.rs:49] String::from_utf8(space_name.clone()).unwrap() = "test_kv"
Error: GetSpaceError(ThriftError(Reach max parse response bytes count))

它会在get_space的时候报错,有些奇怪

@wey-gu
Copy link

wey-gu commented May 11, 2024

啊 我上床了,明天看下哈!

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

No branches or pull requests

5 participants