[求助] 關於ehcache叢集快取同步資料的問題
我現在有兩臺server server1(10.9.58.86) server2(remote 10.9.58.68)
server1中的ehcache的配置如下
我現在的問題是,在server2上新增一條資料之後要往server1的快取中同步,
server1的log中也已經提示了
Remote put received. Element is: [ key = com.boco.iam.module.dictionary.dto.IamdictionaryDTO#382, value=Item{version=null,freshTimestamp=5259662664282112, version=1, hitCount=0, CreationTime = 1284097330147, LastAccessTime = 0 ]
但是在server1的快取中查詢不到該資料,我是第一次配置ehcache,還請哪位大哥給解釋下這是為什麼,有什麼樣的解決方法,謝謝
server1中的ehcache的配置如下
<ehcache> <diskStore path="java.io.tmpdir" /> <cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory" properties="peerDiscovery=manual,rmiUrls=//10.9.58.68:40000/dictionaryCache" /> <cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" properties="hostName=10.9.58.86,port=40000,socketTimeoutMillis=120000" /> <defaultCache maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="120" timeToLiveSeconds="120" overflowToDisk="true" diskPersistent="false" diskExpiryThreadIntervalSeconds="120" memoryStoreEvictionPolicy="LRU" > </defaultCache> <cache name="dictionaryCache" maxElementsInMemory="100" eternal="false" timeToIdleSeconds="3600" timeToLiveSeconds="7200" overflowToDisk="true"> <cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" properties="replicateAsynchronouly=true, replicatePuts=true, replicateUpdates=true, replicateUpdateViaCopy=true, replicateRemovals=true" /> </cache> </ehcache> <p class="indent"> |
我現在的問題是,在server2上新增一條資料之後要往server1的快取中同步,
server1的log中也已經提示了
Remote put received. Element is: [ key = com.boco.iam.module.dictionary.dto.IamdictionaryDTO#382, value=Item{version=null,freshTimestamp=5259662664282112, version=1, hitCount=0, CreationTime = 1284097330147, LastAccessTime = 0 ]
但是在server1的快取中查詢不到該資料,我是第一次配置ehcache,還請哪位大哥給解釋下這是為什麼,有什麼樣的解決方法,謝謝
相關文章
- Spring Boot 2.x基礎教程:使用EhCache快取叢集Spring Boot快取
- Java快取EhcacheJava快取
- 阿里一面:關於【快取穿透、快取擊穿、快取雪崩、熱點資料失效】問題的解決方案阿里快取穿透
- 搞懂 ZooKeeper 叢集的資料同步
- 關於forEach同步非同步的問題非同步
- 關於快取命中率的幾個關鍵問題!快取
- 快取初見——EhCache快取
- Mybatis 整合 ehcache快取MyBatis快取
- EhCache快取使用教程快取
- JAVA中使用最廣泛的本地快取?Ehcache的自信從何而來3 —— 本地快取變身分散式叢集快取,打破本地快取天花板Java快取分散式
- 求助 | 天氣預報資料採集,更新入庫的問題!
- **【求助】關於抽樣和標準化的問題**
- [提問交流]關於Jquery Append鉤子的問題,大神求助!jQueryAPP
- Redis快取高可用叢集Redis快取
- (轉載)喬二爺—阿里一面關於 快取穿透、快取擊穿、快取雪崩和熱點資料失效問題的解決方案阿里快取穿透
- 關於非同步AJAX請求執行速度過快問題非同步
- Kafka 叢集如何實現資料同步?Kafka
- 快取的問題快取
- 關於redis快取資料庫的一些思考Redis快取資料庫
- redis哨兵 ,redis叢集 快取 以及某些問題: 最左字首原則,,celery架構Redis快取架構
- 求助!關於npm install 老是出現這個問題NPM
- 關於並查集問題並查集
- SpringBoot中Shiro快取使用Redis、EhcacheSpring Boot快取Redis
- Spring Boot基礎教程:EhCache快取的使用Spring Boot快取
- 關於瀏覽器快取問題(圖片更換後,頁面仍優先讀取快取)瀏覽器快取
- 邊緣叢集場景下的映象快取快取
- 修改Ehcache快取中取到的值,快取中的值也被修改了快取
- 安全叢集訪問非安全叢集問題記錄
- B站基於快取最佳化 PRESTO 叢集查詢效能快取REST
- 【Redis叢集原理專題】分析一下相關的Redis叢集模式下的腦裂問題!Redis模式
- 另一種快取,Spring Boot 整合 Ehcache快取Spring Boot
- Spring Boot:簡單使用EhCache快取框架Spring Boot快取框架
- ngnix叢集產生的問題
- MongoDB叢集同步MongoDB
- 第五節:基於Canal實現MySQL到Redis快取資料同步MySqlRedis快取
- redis13_redis快取相關問題5Redis快取
- redis快取相關問題及解決方案Redis快取
- SpringBoot整合Canal進行資料庫 快取同步Spring Boot資料庫快取
- 快取問題(一) 快取穿透、快取雪崩、快取併發 核心概念快取穿透