Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- kafka streams
- RabbitMQ
- kafkastream
- kafkastreams
- 플레이 프레임워크
- Slick
- spring-cloud-stream
- spring-batch
- spring-kafka
- gradle
- 카프카
- Logstash
- confluent
- play framework
- scala 2.10
- scala
- aws
- coursera
- Kafka
- Spring
- reactive
- avo
- Elk
- statestore
- enablekafkastreams
- springboot
- Elasticsearch
- kafka interactive query
- 한빛미디어
- schema registry
Archives
- Today
- Total
b
elastic upgrade 중 Allocate missing replica shards 본문
전체 클러스터를 7.0.1 에서 7.1.1 로 업그레이드 하다가 생긴 이슈이다.
몇몇 인덱스의 replica shard가 제대로 할당이 안되는 문제가 발생 함
GET _cluster/allocation/explain 명령으로 이슈를 찾음
"explanation" : "cannot allocate replica shard to a node with version [7.0.1] since this is older than the primary version [7.1.1]"
특정 노드 한개만 7.1.1 버전으로 업그레이드 하는 도중에는 master index의 replica shard가 제대로 생성되지 않는 다는 이슈를 이번에 확인 함
Comments