Harris.Chu
Harris.Chu
the password in nebula just encrypt like `passout` in openssl genrsa. e.g. ``` echo "123456" > passphrase.txt openssl genrsa -passout file:passphrase.txt -out privkey.pem 2048 # and then password_path should be...
steps: 1. create a session in graphA. 2. the session connection is broke, then create the connection with graphB. 3. graphB find the session in meta, and it exists, so...
we can simply compare the latest graphAddr in meta, if not in the same, could not delete the session. not sure if there's any other problem.
we would forbidden to add the original property
after refreshing, the data is different. e.g. 0s data in 15:30:14 5s data in 15:30:16
hold on, should merge https://github.com/vesoft-inc/fbthrift/pull/4 first, and then update the go.mod
目前不支持,有需要你可以自己改一下代码? SSL 的配置加载,在 https://github.com/vesoft-inc/nebula/blob/master/src/common/ssl/SSLConfig.cpp#L20