Thank you so much. then, if im not going to be use 11211 port. what should i do. I do not want to binding 11211 port. is there any way?? or it will be just automatically binding??
나의 iPhone에서 보냄 > 2020. 5. 18. 오후 10:27, Ilya Kasnacheev <[email protected]> 작성: > > > Hello! > > I have to correct, 11211 is not used by thick JDBC driver (Which is a regular > client node), instead it is used by control.sh tool mostly. And some other > legacy tools. > > Regards, > -- > Ilya Kasnacheev > > > ср, 13 мая 2020 г. в 17:44, Evgenii Zhuravlev <[email protected]>: >> Hi, >> >> Ports are described here: >> https://dzone.com/articles/a-simple-checklist-for-apache-ignite-beginners >> >> Basically, Discovery(47500 by default) and Communication(47100) are always >> should be open, since without them cluster won't be functional. Discovery >> port used for clustering, checking all nodes state in the cluster. >> >> Communication >> port(https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#setLocalPort-int-) >> used for all other communications between nodes, for example, cache >> operations requests, compute jobs, etc. >> >> Rest Port(8080) is used for rest >> calls(https://apacheignite.readme.io/docs/rest-api) and connection from >> WebConsole(Management tool) >> >> Client connector port(10800) is used for the >> JDBC(https://apacheignite-sql.readme.io/docs/jdbc-driver), >> ODBC(https://apacheignite-sql.readme.io/docs/odbc-driver) or other thin >> clients(https://apacheignite.readme.io/docs/java-thin-client) connection. >> >> 11211 - Port for Thick Jdbc Driver and old rest protocol. >> >> Note that all ports also have port range, which means that if the default >> port is already in use, it will try to use the next one. >> >> Evgenii >> >> >> >> >> >> вт, 12 мая 2020 г. в 22:56, kay <[email protected]>: >>> Hello, I started ignite node and checked log file. >>> >>> I found TCP ports in logs >>> >>> >>> Local ports : TCP:8080 TCP:11213 TCP:47102 TCP:49100 TCP:49200 >>> >>> I set 49100, 49200 port at configuration file for ignite node and client >>> connector port. >>> but I don't know the others port exactly. >>> >>> I found a summary at log. >>> >>> [Node 1] >>> TCP binary : 8080 >>> Jetty REST : 11213 >>> Communication spi : 47102 >>> >>> [Node 2] >>> TCP binary : 8081 >>> Jetty REST : 11214 >>> Communication spi : 47103 >>> >>> Could you guys tell me where each port is used?? >>> >>> Is it necessary ports? >>> Do I need 5 ports each time add a new node all of different port? >>> if it is true, how can i set TCP binary port(8080) & Jetty REST(11213) at >>> configuration file ?? >>> >>> >>> >>> >>> >>> >>> -- >>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
