This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 11a060c606 Fix a typo in ServerInstance.startQueryServer() (#8794)
11a060c606 is described below

commit 11a060c606d4338f171e8b58d24fdad02780ea8b
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Fri May 27 11:24:05 2022 -0700

    Fix a typo in ServerInstance.startQueryServer() (#8794)
---
 .../src/main/java/org/apache/pinot/server/starter/ServerInstance.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-server/src/main/java/org/apache/pinot/server/starter/ServerInstance.java
 
b/pinot-server/src/main/java/org/apache/pinot/server/starter/ServerInstance.java
index 3febfba096..6672444ba2 100644
--- 
a/pinot-server/src/main/java/org/apache/pinot/server/starter/ServerInstance.java
+++ 
b/pinot-server/src/main/java/org/apache/pinot/server/starter/ServerInstance.java
@@ -183,7 +183,7 @@ public class ServerInstance {
       _grpcQueryServer.start();
     }
 
-    _dataManagerStarted = true;
+    _queryServerStarted = true;
     LOGGER.info("Finish starting query server");
   }
 


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

Reply via email to