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

update storage client for plato #68

Merged
merged 15 commits into from
Dec 6, 2021
Merged

Conversation

jievince
Copy link
Contributor

@jievince jievince commented Nov 18, 2021

The meta client and storage client are designed for Plato only. It's should not be used by ordinary users

@jievince jievince force-pushed the new-scan branch 6 times, most recently from 6e749b1 to f84b47a Compare November 19, 2021 08:15
@jievince jievince force-pushed the new-scan branch 3 times, most recently from 9856ab5 to 9135a71 Compare November 25, 2021 03:44
@jievince jievince force-pushed the new-scan branch 2 times, most recently from 1821679 to 9503f68 Compare November 26, 2021 03:43
src/ClientTest.h Outdated
@@ -5,6 +5,9 @@

Copy link
Contributor

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.

Copy link
Contributor Author

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?

Copy link
Contributor

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.

Copy link
Contributor Author

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why move this lines?

Copy link
Contributor Author

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.

VLOG(2) << "Connecting to " << host << " for " << ++connectionCount << " times";
std::shared_ptr<folly::AsyncSocket> socket;
evb->runImmediatelyOrRunInEventBaseThreadAndWait([&socket, evb, resolved]() {
// if (enableSSL_) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support ssl?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok


namespace nebula {

void init(int *argc, char **argv[]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this?

Copy link
Contributor Author

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.

@Shylock-Hg
Copy link
Contributor

Write a case to test ssl connection for storage/meta client.

@jievince
Copy link
Contributor Author

jievince commented Dec 6, 2021

Write a case to test ssl connection for storage/meta client.

ok

@Shylock-Hg Shylock-Hg merged commit 630d9f5 into vesoft-inc:master Dec 6, 2021
@jievince jievince deleted the new-scan branch December 6, 2021 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants