Yoji Shidara
null+****@clear*****
Wed Feb 19 14:51:03 JST 2014
Yoji Shidara 2014-02-19 14:51:03 +0900 (Wed, 19 Feb 2014) New Revision: 8e863cfb395e17adbcdb328068ed30f2d2605f48 https://github.com/droonga/fluent-plugin-droonga/commit/8e863cfb395e17adbcdb328068ed30f2d2605f48 Message: catalog: Add missing catalog/version2.json Added files: test/unit/fixtures/catalog/version2.json Added: test/unit/fixtures/catalog/version2.json (+41 -0) 100644 =================================================================== --- /dev/null +++ test/unit/fixtures/catalog/version2.json 2014-02-19 14:51:03 +0900 (a2265e7) @@ -0,0 +1,41 @@ +{ + "version": 2, + "effectiveDate": "2013-09-01T00:00:00Z", + "zones": ["localhost:23003/test"], + "farms": { + "localhost:23003/test": { + "device": ".", + "capacity": 10 + } + }, + "datasets": { + "Test": { + "workers": 0, + "plugins": ["for_dataset"], + "number_of_replicas": 2, + "number_of_partitions": 2, + "partition_key": "_key", + "date_range": "infinity", + "ring": { + "localhost:23041": { + "weight": 50, + "partitions": { + "2013-09-01": [ + "localhost:23003/test.000", + "localhost:23003/test.001" + ] + } + }, + "localhost:23042": { + "weight": 50, + "partitions": { + "2013-09-01": [ + "localhost:23003/test.002", + "localhost:23003/test.003" + ] + } + } + } + } + } +} -------------- next part -------------- HTML����������������������������...Download