6.x/8. Breaking Changes

v6.0-05. Cluster changes

drscg 2017. 12. 20. 16:03

Cluster name no longer allowed in path.dataedit

Previously the cluster name could be used in the path.data setting with a warning. This is now no longer allowed. For instance, in the previous version this was valid:

이전에는 cluster name은 path.data 설정에서 사용될 수 있었다. 경고와 함께. 이제 더 이상 허용되지 않는다. 예를 들어 이전 버전에서는 다음은 유효했다.

# Assuming path.data is /tmp/mydata
# No longer supported:
$ tree /tmp/mydata
/tmp/mydata
├── <cluster_name>
   └── nodes
       └── 0
           └── <etc>

# Should be changed to:
$ tree /tmp/mydata
/tmp/mydata
├── nodes
   └── 0
       └── <etc>


'6.x > 8. Breaking Changes' 카테고리의 다른 글

v6.0-07. Geo changes  (0) 2017.12.20
v6.0-06. Document API changes  (0) 2017.12.20
v6.0-04. Clients changes  (0) 2017.12.20
v6.0-03. Cat API changes  (0) 2017.12.20
v6.0-02. Analysis changes  (0) 2017.12.20