[Groonga-commit] droonga/droonga-http-server at cffcda9 [master] Update list of engine hosts based on cluster's information, not the catalog.json

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 31 19:21:20 JST 2014


YUKI Hiroshi	2014-10-31 19:21:20 +0900 (Fri, 31 Oct 2014)

  New Revision: cffcda97fe6f8d7df34624b3f973a843fd7b82e4
  https://github.com/droonga/droonga-http-server/commit/cffcda97fe6f8d7df34624b3f973a843fd7b82e4

  Message:
    Update list of engine hosts based on cluster's information, not the catalog.json

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+3 -3)
===================================================================
--- bin/droonga-http-server    2014-10-31 18:56:30 +0900 (1744c8f)
+++ bin/droonga-http-server    2014-10-31 19:21:20 +0900 (588d3eb)
@@ -125,13 +125,13 @@ application.droonga({
   plugins:         options.plugins
 });
 
-application.connectionPool.updateHostNamesFromCatalog()
+application.connectionPool.updateHostNamesFromCluster()
   .then(function(hostNames) {
-    logger.info('List of droonga-engine hosts is successfully initialized from the remote catalog.');
+    logger.info('List of droonga-engine hosts is successfully initialized from the cluster.');
     logger.info(hostNames);
   })
   .catch(function(error) {
-    logger.error('Failed to initialize the list of droonga-engine hosts from the remote catalog.');
+    logger.error('Failed to initialize the list of droonga-engine hosts from the cluster.');
     logger.error(error);
   });
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index