상자 버전 : 1.1.3 상자에 데이터를 삽입 한 후 activemq에 키를 보내이 데이터를 즉시 쿼리하지만 불행히도 매번 실패하므로 2000ms 동안 스레드를 잠자 게됩니다.상자에 데이터 쿼리 laterncy를 피하는 방법
psql.enabled: true
psql.port: 33892
prepareThreshold: 0
http.max_content_length: 150mb
indices.store.throttle.max_bytes_per_sec: 150mb
threadpool.bulk.type: fixed
threadpool.bulk.size: 128
threadpool.bulk.queue_size: 5000
cluster.name: EIn_Cluster
node.name: dscn1
index.number_of_replicas: 2
path.conf: /home/hadmin/crate/config
path.data: /home/hadmin/data/crate
path.work: /home/hadmin/data/crate/tmp
path.logs: /home/hadmin/data/crate/logs
path.plugins: /home/hadmin/crate/plugins
blobs.path: /home/hadmin/data/crate/crate_blob_data/disk
network.host: 192.168.13.50
gateway.recover_after_nodes: 3
discovery.zen.minimum_master_nodes: 3
gateway.expected_nodes: 3
discovery.zen.ping.timeout: 10s
discovery.zen.fd.ping_interval: 10s
#transport.tcp.port: 4399
discovery.zen.ping.unicast.hosts:
- dscn1:4300
- dscn2:4300
- dscn3:4300
멀티 존 설정이 관련이 :이 일을, 내가 클러스터를 추측 여기에 데이터 를 동기화하는 데 시간이 crate.yaml입니다 필요? 또는 일부 설정을 놓치셨습니까? 이
덕분에 상자로
3 노드 클러스터입니다. 영역과 관련이 없습니다. – MayI