2.X/8. Breaking Changes

v2.1-04. Removed features

drscg 2017. 10. 15. 18:32

indices.fielddata.cache.expireedit

The experimental feature indices.fielddata.cache.expire has been removed. For indices that have this setting configured, this config will be ignored.

실험적인 기능인 indices.fielddata.cache.expire 가 제거되었다. 이 설정을 가진 index의 경우 설정은 무시된다.

Forbid changing of thread pool typesedit

Previously, thread pool types could be dynamically adjusted. The thread pool type effectively controls the backing queue for the thread pool and modifying this is an expert setting with minimal practical benefits and high risk of being misused. The ability to change the thread pool type for any thread pool has been removed; do note that it is still possible to adjust relevant thread pool parameters for each of the thread pools (e.g., depending on the thread pool type, keep_alivequeue_size, etc.).

이전 버전에서는 thread pool types을 동적으로 조정할 수 있었다. thread pool 유형은 thread pool에 대한 대기열(backing queue)을 효과적으로 제어하며 이를 수정하는 것은 최소한의 실질적인 이점과 오용 위험을 가진 전문적인 설정이다. 특정 thread pool의 thread pool 유형을 변경하는 기능이 제거되었다. 각 thread pool(thread pool 유형에 따라, keep_alivequeue_size 등)에 따라 관련 thread pool parameter를 조정하는 것은 여전히 가능하다는 것을 기억하자.


'2.X > 8. Breaking Changes' 카테고리의 다른 글

v2.1-02. Update changes  (0) 2017.10.15
v2.1-03. Index APIs  (0) 2017.10.15
v2.0 Breaking changes  (0) 2017.10.15
v2.0-01. Removed features  (0) 2017.10.15
v2.0-02. Network changes  (0) 2017.10.15