Krishna created SOLR-17762: ------------------------------ Summary: Apache Solr 9.8.1 configuration issues on 2 VM setup Key: SOLR-17762 URL: https://issues.apache.org/jira/browse/SOLR-17762 Project: Solr Issue Type: Bug Components: SolrCloud Affects Versions: 9.8.1 Environment: GCP Centos 9 VM's , 4CPU and 32 G RAM
Software Platform - Drupal , nginx, zookeeper Reporter: Krishna Attachments: Screenshot 2025-05-14 at 10.38.32 AM.png, Screenshot 2025-05-14 at 10.40.33 AM.png, image (1).png, image (2).png, solr-logs We have installed a new version of solr 9.8.1 and "apache-zookeeper-3.9.3"{color:#b42419} ** {color}on the GCP VM's centos 9. The services were started successfully for solr and zookeeper through systemctl command. Configured the domain "[https://hsbcidpsolrpreprod.digitalapicraft.com/] and both the VM's added to the GCP Internal load balancer and shared the Private IP to the Dev Team. When Developers tried to integrate the LB IP and solr path as ( [_http://10.45.0.2:8983/solr/hsbc-idp-preprod/_]) on Drupal API search its Failing with errors, Screenshot attached and complete Solr log file for your reference. *Active port status on VM1 except 2888 :* [root@hsbc-idp-preprod-solr-vm1 opt]# netstat -tulnp | grep 8983 tcp6 0 0 :::{*}8983{*} :::* LISTEN 15569/java [root@hsbc-idp-preprod-solr-vm1 opt]# netstat -tulnp | grep 2181 tcp6 0 0 :::{*}2181{*} :::* LISTEN 15407/java [root@hsbc-idp-preprod-solr-vm1 opt]# netstat -tulnp | grep 2888 [root@hsbc-idp-preprod-solr-vm1 opt]# [root@hsbc-idp-preprod-solr-vm1 opt]# netstat -tulnp | grep 3888 tcp6 0 0 [10.45.0.18|http://10.45.0.18/]:{*}3888{*} :::* LISTEN 15407/java [root@hsbc-idp-preprod-solr-vm1 opt]# *Active port status on VM2:* [root@hsbc-idp-preprod-solr-vm2 opt]# netstat -tulnp | grep 8983 tcp6 0 0 :::{*}8983{*} :::* LISTEN 23960/java [root@hsbc-idp-preprod-solr-vm2 opt]# [root@hsbc-idp-preprod-solr-vm2 opt]# [root@hsbc-idp-preprod-solr-vm2 opt]# netstat -tulnp | grep 2181 tcp6 0 0 :::{*}2181{*} :::* LISTEN 23265/java [root@hsbc-idp-preprod-solr-vm2 opt]# [root@hsbc-idp-preprod-solr-vm2 opt]# [root@hsbc-idp-preprod-solr-vm2 opt]# netstat -tulnp | grep 2888 tcp6 0 0 [10.45.0.19|http://10.45.0.19/]:{*}2888{*} :::* LISTEN 23265/java [root@hsbc-idp-preprod-solr-vm2 opt]# [root@hsbc-idp-preprod-solr-vm2 opt]# [root@hsbc-idp-preprod-solr-vm2 opt]# netstat -tulnp | grep 3888 tcp6 0 0 [10.45.0.19|http://10.45.0.19/]:{*}3888{*} :::* LISTEN 23265/java [root@hsbc-idp-preprod-solr-vm2 opt]# Please help us fix this issue at the earliest! -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org