feathercyc

Results 8 comments of feathercyc

现在这个问题有人解答吗:) 我确认我的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...

I have tried to test the benchmark of these two methods, but I encountered the same problem #18 while the `graphd-client` worked correctly.

> One pitfall for storage client is that, it requires to get list of storage host from metad and access storage host from the addresses maintained in metad(service discovery), thus...

Thank you very much for your prompt reply. > > I found that fbthrift-git depends on futures v0.1.31 (a fairly old version). > > Hi @GG2002 It cannot be v.0.1.31...

> > Yes, futures here are the latest version, but enabling compat will cause its dependent futures-util also to enable compat, and then futures-utils will depend on v0.1.31. > >...

> /assign hello, are you working at this issue now? I'm interested in this issue, too. If you don't mind, I wanna try this issue:)