W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
使用CDCR,目標ZooKeepers將具有來自Target cloud和Source cloud的連接。您可能需要在zoo.cfg中增加maxClientCnxns設置:
## set numbers of connection to 200 from client
## is maxClientCnxns=0 that means no limit
maxClientCnxns=800
在升級到索引器或應用程序時,應關閉Source(生產(chǎn))和Target(DR)。根據(jù)您的設置,您可能需要暫停/停止索引。部署發(fā)行版或修補程序以及可重建索引。然后啟動Target(DR)。
#send to the Source
curl http://<Source>/solr/cloud1/update -H 'Content-type:application/json' -d '[{"SKU":"ABC"}]'
#check the Target
curl "http://<Target>:8983/solr/<collection_name>/select?q=SKU:ABC&indent=true"
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: