From 133a5ed11c27e58e264efbdb23fc32c9a5a677a3 Mon Sep 17 00:00:00 2001 From: Synex-wh <241809311@qq.com> Date: Fri, 2 Aug 2019 20:44:01 +0800 Subject: [PATCH] Fix version 521 (#42) * fix temp push * update version 5.2.1-SNAPSHOT * fix test case * fix jetty version,and fix rest api for dataInfoIds * fix hashcode test * fix working to init bug * fix start task log * fix Watcher can't get providate data,retry and finally return new * add data server list api * add server list api * remove log * fix isssue 21 * add query by id function * fix issue 22 * delay client off process and sync data process to working status * fix data connet meta error * fix inject NotifyDataSyncHandler * fix start log * add send sub log * fix subscriber to send log * fix word cache clientid * add clientoff delay time * fix clientOffDelayMs * fix jetty version * fix version to 5.2.1 release * fix version to 5.2.1 for release * fix version * fix .travis.yml * fix test case * fix * fix test sync case * fix test case * fix test case * fix case * fix notify online no connect break,and add connect log * add test case * add test case * fix test case * fix format * fix resource test case * fix * remove data numberOfReplicas * fix jraft version 1.2.5 --- pom.xml | 2 +- server/distribution/data/conf/application.properties | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a43deccb5..06131c07f 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 1.5.2 1.10.19 1.6.6 - 1.2.4 + 1.2.5 4.0.2 2.4 [9.4.17.v20190418,9.4.19.v20190610] diff --git a/server/distribution/data/conf/application.properties b/server/distribution/data/conf/application.properties index f5ed68c49..28027cb25 100644 --- a/server/distribution/data/conf/application.properties +++ b/server/distribution/data/conf/application.properties @@ -1,3 +1,2 @@ nodes.metaNode=DefaultDataCenter:localhost -nodes.localDataCenter=DefaultDataCenter -data.server.numberOfReplicas=1 \ No newline at end of file +nodes.localDataCenter=DefaultDataCenter \ No newline at end of file