dev37 Kubernetes Component Master: The system from which you manage your Kubernetes environment.Nodes: One or more systems on which containers are deployed by Kubernetes (nodes were previously called minions).Pods: A pod defines one or more containers to run, as well as options to the docker run command for each container and labels to define the location of services.Services: A service allows a container within a Kuberne.. 2017. 6. 21. ThreadPoolTaskExecutor RejectedException 발생 Executor 로 스레드 관리가 용이해졌는데, https://docs.spring.io/spring/docs/current/spring-framework-reference/html/scheduling.html 이를 활용해서 비동기로 카프카에 이벤트 발생하여 전달하고 있다. TaskExecutor 가 설정해놓은 사이즈(PoolSize , QueueCapacity) 를 초과하면 OOM 이 발생하여 RejectedException 이 발생하여 중요한 이벤트들이 reject 되어버린다. RejectedExceptionHandler 기본값은 AbortPolicy(task reject 후에 throw exception)인데, ThreadPoolExecutor.CallerRunsPolicy를 설정하여 모니터링 시스.. 2017. 5. 31. Jolokia - Remote JMX access Jolokia is remote JMX with JSON over HTTP. It is fast, simple, polyglot and has unique features. It's JMX on Capsaicin. Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. It is an agent based approach with support for many platforms. In addition to basic JMX operations it enhances JMX remoting with unique features like bulk requests and fine grained security policies. Jolo.. 2017. 3. 9. Elasticsearch Python API Elasticsearch로 검색 엔진을 적용해보려 한다. 현재는 검색 엔진을 구입하여 사용하고 있는데 신규 서비스에 소급 적용이 될 수 있을 것을 목표로 테스트 및 체험..목적으로 Elasticsearch에서 제공하는 API를 Python으로 개발해보려한다. ++ 한글 형태소 분석기는 은전한닢을 사용하려한다. http://eunjeon.blogspot.kr/ 최근에 5.x 배포가 이뤄졌다. 일단 Python 2.7 이상을 설치하게 되면 pip 도 같이 포함되기 때문에 별 다른 작업은 하지 않는다. pip install elasticsearch cf) elasitcsearch 5.x.x 에 bootstrap checks failed .....this can cause resize pauses and pre.. 2017. 2. 9. 이전 1 ··· 4 5 6 7 8 9 10 다음