Hi,
I have setup BitBucket DataCenter v5.6 on AWS.
User -> ELB ->3 nodes -> NFS, RDS and ElasticSearch
3 nodes share same NFS shared directory
When I hit the ELB url, request is being routed to nodes fine but when I go BitBucket settings page and Clustering, I see only one node(the node elb is routing traffic to).
Is this how it is or I'm supposed to see 3 nodes in the cluster ? Atlassian documentation on AWS is not clear.
I figured it out. I have to disable multicast and work with node ip's
Hi,
We are planning to setup ElasticSearch for Bitbucket datacenter on premise. So, can you please let me know the size of ElasticSearch cluster/nodes? Also can you please let me know what is stored on ElasticSearch.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Prasad,
I am facing the same issue with the below bitbucket.properties..
hazelcast.network.multicast=false
hazelcast.network.tcpip=true
#hazelcast.network.aws=false
hazelcast.network.tcpip.members=15.206.203.151:5701,13.232.216.254:5701
jdbc.driver=org.postgresql.Driver
jdbc.url=jdbc:postgresql://ec2-13-126-158-109.ap-south-1.compute.amazonaws.com:5 432/bucket1?targetServerType=master
jdbc.user=bitbucketuser
jdbc.password=jellyfish
server.proxy-port=7990
server.proxy-name=LB-1794712760.ap-south-1.elb.amazonaws.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.