Changes between Version 9 and Version 10 of notes/es
- Timestamp:
- 2018-02-11T01:53:32Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
notes/es
v9 v10 42 42 43 43 [[br]] 44 == обнуление unassigned primary шарда 44 == обнуление unassigned primary шарда при потере 45 {{{#!bash 46 curl -XPOST 'http://master:9200/_cluster/reroute' -d '{ 47 "commands": [{ 48 "allocate_empty_primary": { 49 "index": "index-name", 50 "shard": 123, 51 "node": "search_worker_3", 52 "accept_data_loss": true 53 } 54 }] 55 }' 56 }}} 57 [[br]] 58 59 == принудительный запуск stale primary шарда 45 60 {{{#!bash 46 61 curl -XPOST 'http://master:9200/_cluster/reroute' -d '{