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 |
Tags
- aws
- enablekafkastreams
- play framework
- Kafka
- scala 2.10
- reactive
- Spring
- Slick
- 한빛미디어
- kafkastreams
- Elasticsearch
- spring-kafka
- kafka streams
- gradle
- 카프카
- coursera
- Elk
- schema registry
- spring-batch
- Logstash
- avo
- scala
- confluent
- spring-cloud-stream
- springboot
- 플레이 프레임워크
- statestore
- kafkastream
- kafka interactive query
- RabbitMQ
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