-
Notifications
You must be signed in to change notification settings - Fork 25
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
update storage client for plato #68
Conversation
6e749b1
to
f84b47a
Compare
63e7517
to
13a38ba
Compare
7c243aa
to
6b203d1
Compare
c0448de
to
7a513b7
Compare
9856ab5
to
9135a71
Compare
1821679
to
9503f68
Compare
Correct cursor usage.
src/ClientTest.h
Outdated
@@ -5,6 +5,9 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't move this this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Graph/Meta/Storage' client test all need this file, so where should I put this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Write another in storage test folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@@ -4,15 +4,16 @@ | |||
*/ | |||
|
|||
#include "common/datatypes/Geography.h" | |||
#include "common/geo/io/wkt/WKTWriter.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why move this lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, I will put it back.
src/thrift/ThriftClientManager-inl.h
Outdated
VLOG(2) << "Connecting to " << host << " for " << ++connectionCount << " times"; | ||
std::shared_ptr<folly::AsyncSocket> socket; | ||
evb->runImmediatelyOrRunInEventBaseThreadAndWait([&socket, evb, resolved]() { | ||
// if (enableSSL_) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support ssl?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
include/nebula/sclient/Init.h
Outdated
|
||
namespace nebula { | ||
|
||
void init(int *argc, char **argv[]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, forget to delete this file.
Write a case to test ssl connection for storage/meta client. |
ok |
The meta client and storage client are designed for Plato only. It's should not be used by ordinary users