일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- matplotlib
- 차트
- analyzer test
- license delete
- docker
- Elasticsearch
- Kafka
- zip 파일 암호화
- 900gle
- TensorFlow
- 파이썬
- aggs
- springboot
- Mac
- API
- Java
- Python
- query
- License
- plugin
- ELASTIC
- MySQL
- zip 암호화
- high level client
- aggregation
- flask
- sort
- Test
- licence delete curl
- token filter test
- Today
- Total
목록ElasticStack/Troubleshooting (4)
개발잡부
org.elasticsearch.hadoop.EsHadoopIllegalArgumentException: Cannot detect ES version - typically this happens if the network/Elasticsearch cluster is not accessible or when targeting a WAN/Cloud instance without the proper setting 'es.nodes.wan.only' es.nodes.wan.only = true 위의 옵션 해도 안되는 ... 다음 구성 속성도 추가해야 했습니다. es.net.ssl = true
클라이언트에서 connection 종료를 인지하지 못하고 계속들고있다가 lost connection으로 시도하는것으로 추측 .setConnectionReuseStrategy((response, context) -> true) // keepAlive use true .setKeepAliveStrategy((response, context) -> 300) // keepAlive timeout sec
Preferences > Build, Execution, Deployment > Build Tools > Gradle 의 Run tests Using 을 아래와 같이 IntelliJ IDEA 로 바꿔준다 Execution failed for task ':test'. > No tests found for given includes: [doo.elasticsearch.plugin.PayLoadSortTest.indexApi](filter.includeTestsMatching) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run wit..
에러메시지를 확인해 보면 startOffset은 음수면 에러발생 endOffset은 startOffset 보다 같거나 커야하고 startOffset은 역행하면 안됨 elasticsearch.exceptions.RequestError: RequestError(400, 'illegal_argument_exception', "startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards startOffset=36,endOffset=37,lastStartOffset=37 for field 'itemNm'") analyzer 를 통해서 분해된 토큰은 확인 start_offset, end_..