[Groonga-commit] droonga/fluent-plugin-droonga at 35cd889 [master] test command: fix inverted replications and partitions

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 27 12:01:36 JST 2014


Kouhei Sutou	2014-02-27 12:01:36 +0900 (Thu, 27 Feb 2014)

  New Revision: 35cd889c58b9cc47590cd18ebb015bac0f3d7604
  https://github.com/droonga/fluent-plugin-droonga/commit/35cd889c58b9cc47590cd18ebb015bac0f3d7604

  Message:
    test command: fix inverted replications and partitions

  Modified files:
    test/command/config/version1/catalog.json

  Modified: test/command/config/version1/catalog.json (+11 -4)
===================================================================
--- test/command/config/version1/catalog.json    2014-02-27 11:59:12 +0900 (17bcb91)
+++ test/command/config/version1/catalog.json    2014-02-27 12:01:36 +0900 (7d0200a)
@@ -22,8 +22,7 @@
           "partitions": {
             "2013-09-01": [
               "localhost:23003/droonga.000",
-              "localhost:23003/droonga.001",
-              "localhost:23003/droonga.002"
+              "localhost:23003/droonga.001"
             ]
           }
         },
@@ -32,8 +31,16 @@
           "partitions": {
             "2013-09-01": [
               "localhost:23003/droonga.010",
-              "localhost:23003/droonga.011",
-              "localhost:23003/droonga.012"
+              "localhost:23003/droonga.011"
+            ]
+          }
+        },
+        "localhost:23043": {
+          "weight": 50,
+          "partitions": {
+            "2013-09-01": [
+              "localhost:23003/droonga.020",
+              "localhost:23003/droonga.021"
             ]
           }
         }
-------------- next part --------------
HTML����������������������������...
Download 



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