karuppuchamysuresh opened a new pull request, #17594:
URL: https://github.com/apache/pinot/pull/17594

   ## Which issue does this PR close?                                           
                                                                                
                                                                                
      
                                                                                
                                                                                
                                                                                
        
     Closes #16674                                                              
                                                                                
                                                                                
        
                                                                                
                                                                                
                                                                                
        
     ## Rationale for this change                                               
                                                                                
                                                                                
        
                                                                                
                                                                                
                                                                                
        
     The quickstart documentation instructs users to start ZooKeeper on port 
2191, but all configuration files were configured to use port 2181. This port 
mismatch caused confusion and failures for new users following the quickstart 
guide.         
                                                                                
                                                                                
                                                                                
        
     ## What changes are included in this PR?                                   
                                                                                
                                                                                
        
                                                                                
                                                                                
                                                                                
        
     Update ZooKeeper port from 2181 to 2191 in all quickstart configuration 
files to match the documentation and avoid confusion for new users.             
                                                                                
           
                                                                                
                                                                                
                                                                                
        
     This fixes the port mismatch that was causing quickstart setup failures 
when users followed the documented instructions.                                
                                                                                
           
                                                                                
                                                                                
                                                                                
        
     **Changed files:**                                                         
                                                                                
                                                                                
        
     - `pinot-tools/src/main/resources/conf/pinot-broker.conf`                  
                                                                                
                                                                                
        
     - `pinot-tools/src/main/resources/conf/pinot-controller.conf`              
                                                                                
                                                                                
        
     - `pinot-tools/src/main/resources/conf/pinot-minion.conf`                  
                                                                                
                                                                                
        
     - `pinot-tools/src/main/resources/conf/pinot-server.conf`                  
                                                                                
                                                                                
        
                                                                                
                                                                                
                                                                                
        
     ## Are these changes tested?                                               
                                                                                
                                                                                
        
                                                                                
                                                                                
                                                                                
        
     This is a configuration alignment fix. The changes ensure that:            
                                                                                
                                                                                
        
     1. Users following the documentation will have a working quickstart setup  
                                                                                
                                                                                
        
     2. ZooKeeper port is consistent across all component configurations        
                                                                                
                                                                                
        
     3. No code logic changes - only configuration values updated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to