Conversation
|
it is strange, why client-ci,tools-ci success? @imbajin |
because in client or tools module,there has rest-hugegraph.properties, and the default rpc.server_port is 8090, but in server project, the default rpc.server_port is 8091(i think the committer in order to avoid port conflict, so copy the server's config and change the port from 8091 to 8090. but in loader module, there is no rest-hugegraph.propertis config file,so first time start server with http protocal will use 8091 port while start server with https protocal still use 8091, so failed; the most strange is that, from the above analysis,the load ci will always failed; i still cant understand why loader ci success before? |
leave a question |

No description provided.