Yoji Shidara
null+****@clear*****
Mon Feb 17 17:53:22 JST 2014
Yoji Shidara 2014-02-17 17:53:22 +0900 (Mon, 17 Feb 2014) New Revision: a4614abef29ca5faf9d9ea138df37ef2ef5e1f09 https://github.com/droonga/droonga.org/commit/a4614abef29ca5faf9d9ea138df37ef2ef5e1f09 Message: Fix partition names to be actually used Modified files: _po/ja/tutorial/plugin-development/handler/index.po ja/tutorial/plugin-development/handler/index.md tutorial/plugin-development/handler/index.md Modified: _po/ja/tutorial/plugin-development/handler/index.po (+2 -2) =================================================================== --- _po/ja/tutorial/plugin-development/handler/index.po 2014-02-17 17:39:18 +0900 (4d684b8) +++ _po/ja/tutorial/plugin-development/handler/index.po 2014-02-17 17:53:22 +0900 (cbe8ffe) @@ -336,8 +336,8 @@ msgid "" "The messages shown is in internal format, which is transformed from the reques" "t you've sent.\n" "You can see your search request is distributed to partitions `localhost:24224/" -"starbucks.000`, `localhost:24224/starbucks.010` and `localhost:24224/starbucks" -".021` from `\"routes\"`." +"starbucks.001`, `localhost:24224/starbucks.011` and `localhost:24224/starbucks" +".020` from `\"routes\"`." msgstr "" msgid "" Modified: ja/tutorial/plugin-development/handler/index.md (+1 -1) =================================================================== --- ja/tutorial/plugin-development/handler/index.md 2014-02-17 17:39:18 +0900 (43e7312) +++ ja/tutorial/plugin-development/handler/index.md 2014-02-17 17:53:22 +0900 (8ba6fe0) @@ -121,7 +121,7 @@ Remember that we have configured `Starbucks` dataset to use three partitions (an The `search` request is dispatched to three partitions and passed into handling phase for each partition. That is because we saw three lines for one request. The messages shown is in internal format, which is transformed from the request you've sent. -You can see your search request is distributed to partitions `localhost:24224/starbucks.000`, `localhost:24224/starbucks.010` and `localhost:24224/starbucks.021` from `"routes"`. +You can see your search request is distributed to partitions `localhost:24224/starbucks.001`, `localhost:24224/starbucks.011` and `localhost:24224/starbucks.020` from `"routes"`. In `search` case, it is enough to use one replica per one partition because replicas for a partition are expected to have the exactly same contents. So the planner ordered distributor to choose one replica randomly. Modified: tutorial/plugin-development/handler/index.md (+1 -1) =================================================================== --- tutorial/plugin-development/handler/index.md 2014-02-17 17:39:18 +0900 (535175b) +++ tutorial/plugin-development/handler/index.md 2014-02-17 17:53:22 +0900 (a6088b3) @@ -112,7 +112,7 @@ Remember that we have configured `Starbucks` dataset to use three partitions (an The `search` request is dispatched to three partitions and passed into handling phase for each partition. That is because we saw three lines for one request. The messages shown is in internal format, which is transformed from the request you've sent. -You can see your search request is distributed to partitions `localhost:24224/starbucks.000`, `localhost:24224/starbucks.010` and `localhost:24224/starbucks.021` from `"routes"`. +You can see your search request is distributed to partitions `localhost:24224/starbucks.001`, `localhost:24224/starbucks.011` and `localhost:24224/starbucks.020` from `"routes"`. In `search` case, it is enough to use one replica per one partition because replicas for a partition are expected to have the exactly same contents. So the planner ordered distributor to choose one replica randomly. -------------- next part -------------- HTML����������������������������...Download