There is no hard limit of this kind, here is the source code of the IP finder: https://github.com/apache/ignite/blob/master/modules/aws/src/main/java/org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.java
You can enable DEBUG level for Discovery and the IP Finder to collect more details. - Denis On Thu, Oct 31, 2019 at 4:41 PM codeboyyong <[email protected]> wrote: > No . The thing is we started ignite in embedded mode as web app, we can see > there are 128 instances. > But when we check he S3 bucket , it always only have 100 its, which means > only 100 nodes joined the ignite cluster. Not sure if there are another > way > to get the cluster size. > Since we are running as web app, we actually dont have all the access of > command line tools. > > Thank You > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
