전체 글81 [linux java] Linux에서 Java complie 하기 Linux에서 Java complie 하는 방법 javac -d [만들어지는곳] [컴파일 대상 .java파일] !주의사항! Eclipse에서 긁어서 리눅스에서 테스트 하는 경우, 한글이 깨질 가능성이 높다. 메모장에서는 white space 가 딸려가므로, UltraEdit을 사용하는게 좋습니다! 2019. 4. 12. [Elastic Search] cross cluster search remote remove cross cluster search 를 설정하는 경우는 https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html Cross-cluster search | Elasticsearch Reference [7.0] | Elastic The cross-cluster search feature allows any node to act as a federated client across multiple clusters. A cross-cluster search node won’t join the remote cluster, instead it connects to a remote cluster in.. 2019. 4. 12. [Elastic Search] es_rejected_exception 오류 https://aws.amazon.com/ko/premiumsupport/knowledge-center/resolve-429-error-es/ "es_rejectioned_execution_exception" 예외는 보통 Elasticsearch 클러스터가 많은 요청으로 인해 요청을 더 이상 받을 수 없을 때 발생합니다. 각 노드에는 사용 중인 Elasticsearch 버전에 따라 50에서 200개의 요청을 가질 수 있는 쓰레드 풀 대기열이 있습니다. 대기열이 꽉 찬 경우 추가 요청이 거부됩니다. 해결 방법 다음 방법 중 하나를 사용하여 "es_rejected_execution_exception" 오류를 해결합니다. 노드 추가: 각 노드에는 대량의 대기열이 있으므로 노드를 더 추가하면 대기열 용량이 늘어.. 2019. 4. 2. [Elastic Search ] unexpected error while indexing monitoring document / Request Timeout after 30000m 오류 키바나에서 모니터링을 들어가려고 하니, 오류가 뜨면서 안됬습니다. Time Range를 last 1 hour가 아닌 24 hour 전이나 7 days 로 바꾸면서 어느 시점부터 모니터링이 안됬는지 체크 했습니다. elastic-search/bin 에 들어가 nohup.out 으로 기록해둔 로그를 보니 unexpected error while indexing monitoring document 와 같이 에러 메세지를 띄우고 있었습니다. 이 원인은 모니터링 인덱싱중 오류가 발생했다는 것인데, 무엇이 원인일까 조사해보니 PUT /_cluster/settings { "transient": { "cluster.routing.allocation.enable": "none" } } 으로 설정을 해뒀었습니다. PUT .. 2019. 4. 1. 이전 1 ··· 4 5 6 7 8 9 10 ··· 21 다음