-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add rheakv #163
base: dev
Are you sure you want to change the base?
add rheakv #163
Commits on Jan 16, 2021
-
fixbug: register subscriber with dataId which not exist, add retry i…
…f register fail
yuzhi.lyz committedJan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for a3a2835 - Browse repository at this point
Copy the full SHA a3a2835View commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af722b4 - Browse repository at this point
Copy the full SHA af722b4View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 74ef73d - Browse repository at this point
Copy the full SHA 74ef73dView commit details -
yuzhi.lyz committed
Jan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a1a0df - Browse repository at this point
Copy the full SHA 9a1a0dfView commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1dc9d92 - Browse repository at this point
Copy the full SHA 1dc9d92View commit details -
yuzhi.lyz committed
Jan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for c3e8812 - Browse repository at this point
Copy the full SHA c3e8812View commit details
Commits on Jan 20, 2021
-
datachange request with batch notify
yuzhi.lyz committedJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for beef5e1 - Browse repository at this point
Copy the full SHA beef5e1View commit details -
yuzhi.lyz committed
Jan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for c2fdfd3 - Browse repository at this point
Copy the full SHA c2fdfd3View commit details -
- control sync session parallelly
yuzhi.lyz committedJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 070e544 - Browse repository at this point
Copy the full SHA 070e544View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5975374 - Browse repository at this point
Copy the full SHA 5975374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265c738 - Browse repository at this point
Copy the full SHA 265c738View commit details -
PullRequest: 145 leader epoch change only when slot leader changes &&…
… change crc method to crc32c Merge branch 'bugfix/leader-epoch-change of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/145 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * 1. slot epoch change only-when leader changes 2. slot change assembly to ArrangeTaskDispatcher 2.1 all tasks will be stop until init resharding works 2.2 reassign task is not allowed for slot-manager directly call ArrangeTaskExecutor * remove un-used import * change crc method to crc32c * all tests passed * throw exception when raft target cannot find * change name from crc32 to crc3c * add unit test * [feature]assign ok * [feature]re-assign framework for slot-table * [feature]slots loss to add complete * [feature]balance slot functional ok, wait for whole tests * [unit test]passed * [test passed]unit test and integration tests all passed * remove un-used imports * remove un-used private field * remove un-used imports * fix issues according to git comments * define data-servers to balance by lower water mark instead of high water mark * remove un-used imports * registry test cluster test passed * incr slot table epoch when balance follower only * scheudled slot arrange task will not stop * remove un-used imports * slot.threshold * add log for empty data server list * add tests for slot migrate * unit test change to match code change * to solve the left issues * remove un-used imports
忘禅 authored and admin.for.linke committedJan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for ba6bca7 - Browse repository at this point
Copy the full SHA ba6bca7View commit details
Commits on Jan 23, 2021
-
yuzhi.lyz authored and admin.for.linke committed
Jan 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a42ea9 - Browse repository at this point
Copy the full SHA 6a42ea9View commit details -
yuzhi.lyz authored and admin.for.linke committed
Jan 23, 2021 Configuration menu - View commit details
-
Copy full SHA for ff0445d - Browse repository at this point
Copy the full SHA ff0445dView commit details -
yuzhi.lyz authored and admin.for.linke committed
Jan 23, 2021 Configuration menu - View commit details
-
Copy full SHA for a88c8cf - Browse repository at this point
Copy the full SHA a88c8cfView commit details -
yuzhi.lyz committed
Jan 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 7fd1708 - Browse repository at this point
Copy the full SHA 7fd1708View commit details -
Configuration menu - View commit details
-
Copy full SHA for e035ba3 - Browse repository at this point
Copy the full SHA e035ba3View commit details
Commits on Jan 26, 2021
-
break loop in slotsyncing when slot owner modify
yuzhi.lyz committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 2f559af - Browse repository at this point
Copy the full SHA 2f559afView commit details -
fix: sync add dataInfoIds, get summary could not skip the dataInfoId…
…s which has 0 publisher
yuzhi.lyz committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 1243367 - Browse repository at this point
Copy the full SHA 1243367View commit details -
yuzhi.lyz committed
Jan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 0e1154a - Browse repository at this point
Copy the full SHA 0e1154aView commit details -
PullRequest: 162 fix bug that slot table may has dup leader and follower
Merge branch bugfix/slot-table-dup-leader-follower of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/162?tab=diff Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * add more unit tests * fix bug that slot table may has dup leader and follower * remove un-used imports * refactor slot table constructor to accept list insteadof a map * for average, take floor rather than ceil in case all data won't fit the average * fix some issue for code review * optimize imports * fix issues fro code review * fix try lock issue
忘禅 authored and 源三 committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for c6ade5d - Browse repository at this point
Copy the full SHA c6ade5dView commit details -
yuzhi.lyz committed
Jan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 11800a4 - Browse repository at this point
Copy the full SHA 11800a4View commit details -
yuzhi.lyz committed
Jan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for b8a95de - Browse repository at this point
Copy the full SHA b8a95deView commit details
Commits on Jan 27, 2021
-
session compact do not incr publisher version
yuzhi.lyz committedJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b185a9 - Browse repository at this point
Copy the full SHA 4b185a9View commit details
Commits on Jan 28, 2021
-
PullRequest: 169 change threshold
Merge branch hotfix/change-threshold of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/169 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * change threshold
忘禅 authored and 源三 committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e8ca1ea - Browse repository at this point
Copy the full SHA e8ca1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee293ff - Browse repository at this point
Copy the full SHA ee293ffView commit details -
yuzhi.lyz committed
Jan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 606d7d3 - Browse repository at this point
Copy the full SHA 606d7d3View commit details -
yuzhi.lyz committed
Jan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 8cea1b4 - Browse repository at this point
Copy the full SHA 8cea1b4View commit details
Commits on Jan 29, 2021
-
yuzhi.lyz committed
Jan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 39eb3a3 - Browse repository at this point
Copy the full SHA 39eb3a3View commit details -
yuzhi.lyz committed
Jan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 5bea3ff - Browse repository at this point
Copy the full SHA 5bea3ffView commit details
Commits on Feb 1, 2021
-
PullRequest: 170 maven reformat
Merge branch hotfix/more-unit-tests of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/170?tab=comment#note_37310 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * more unit tests and refactor utilities * all tests passed * maven reformat * fix issued due to comments * more log for lock fail * remove un-used imports * fix issues according to comments
忘禅 committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 9554642 - Browse repository at this point
Copy the full SHA 9554642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ebfe8 - Browse repository at this point
Copy the full SHA 74ebfe8View commit details -
fix bug that balance-slot will crash when targetSlots is smaller than…
… maxMove
忘禅 authored and 源三 committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 789c67f - Browse repository at this point
Copy the full SHA 789c67fView commit details -
add log for max move and candidates
忘禅 authored and 源三 committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 952a6ed - Browse repository at this point
Copy the full SHA 952a6edView commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 024bbd4 - Browse repository at this point
Copy the full SHA 024bbd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 375532b - Browse repository at this point
Copy the full SHA 375532bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a11ffad - Browse repository at this point
Copy the full SHA a11ffadView commit details
Commits on Feb 4, 2021
-
yuzhi.lyz committed
Feb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 3676d5f - Browse repository at this point
Copy the full SHA 3676d5fView commit details -
yuzhi.lyz committed
Feb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for a2c32fe - Browse repository at this point
Copy the full SHA a2c32feView commit details -
yuzhi.lyz committed
Feb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for c960d36 - Browse repository at this point
Copy the full SHA c960d36View commit details
Commits on Feb 5, 2021
-
yuzhi.lyz committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for bffaa86 - Browse repository at this point
Copy the full SHA bffaa86View commit details -
add leader low watermark check
yuzhi.lyz committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for cd88132 - Browse repository at this point
Copy the full SHA cd88132View commit details -
yuzhi.lyz committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 870bef1 - Browse repository at this point
Copy the full SHA 870bef1View commit details -
inter the sessionprocessId in datanode
yuzhi.lyz committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for a60e56c - Browse repository at this point
Copy the full SHA a60e56cView commit details -
yuzhi.lyz committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 0e6062e - Browse repository at this point
Copy the full SHA 0e6062eView commit details
Commits on Feb 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0f39e7 - Browse repository at this point
Copy the full SHA b0f39e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab5d33 - Browse repository at this point
Copy the full SHA 5ab5d33View commit details
Commits on Feb 8, 2021
-
PullRequest: 188 hotfix/logback-to-log4j2
Merge branch 'hotfix/logback-to-log4j2 of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/188 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * change logback to log4j2 * remove all logback except client
忘禅 authored and admin.for.linke committedFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 4d257fa - Browse repository at this point
Copy the full SHA 4d257faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8806fd - Browse repository at this point
Copy the full SHA d8806fdView commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9eac00a - Browse repository at this point
Copy the full SHA 9eac00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0750b6 - Browse repository at this point
Copy the full SHA e0750b6View commit details
Commits on Feb 20, 2021
-
optimize network and cpu savings of syncing
yuzhi.lyz committedFeb 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b5ad2f - Browse repository at this point
Copy the full SHA 4b5ad2fView commit details -
yuzhi.lyz committed
Feb 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 6dfc820 - Browse repository at this point
Copy the full SHA 6dfc820View commit details -
add test case for forever loop
忘禅 authored and 源三 committedFeb 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b8cf36 - Browse repository at this point
Copy the full SHA 9b8cf36View commit details -
yuzhi.lyz committed
Feb 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9d8d7fb - Browse repository at this point
Copy the full SHA 9d8d7fbView commit details -
yuzhi.lyz committed
Feb 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d05991a - Browse repository at this point
Copy the full SHA d05991aView commit details -
yuzhi.lyz committed
Feb 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 96eb92b - Browse repository at this point
Copy the full SHA 96eb92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b9d18 - Browse repository at this point
Copy the full SHA 66b9d18View commit details
Commits on Feb 21, 2021
-
yuzhi.lyz committed
Feb 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 06b5ecf - Browse repository at this point
Copy the full SHA 06b5ecfView commit details -
yuzhi.lyz committed
Feb 21, 2021 Configuration menu - View commit details
-
Copy full SHA for b46f7db - Browse repository at this point
Copy the full SHA b46f7dbView commit details
Commits on Feb 22, 2021
-
yuzhi.lyz committed
Feb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 66e34ba - Browse repository at this point
Copy the full SHA 66e34baView commit details
Commits on Feb 23, 2021
-
make it default for maven test running
忘禅 committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 23cac1a - Browse repository at this point
Copy the full SHA 23cac1aView commit details -
remove all logback dependencies except sofa-registry-client maven module
忘禅 committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 01c6301 - Browse repository at this point
Copy the full SHA 01c6301View commit details -
remove all logback config files
忘禅 committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 2886faf - Browse repository at this point
Copy the full SHA 2886fafView commit details -
忘禅 committed
Feb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 1232d87 - Browse repository at this point
Copy the full SHA 1232d87View commit details -
spring-boot-test logger default change to log4j2
忘禅 committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for bfa7d27 - Browse repository at this point
Copy the full SHA bfa7d27View commit details -
忘禅 committed
Feb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 8dd6787 - Browse repository at this point
Copy the full SHA 8dd6787View commit details -
- double check slot access of get datum/datumversion
- validate the slotLeaderEpoch of get datum/datumversion
yuzhi.lyz committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for bddc374 - Browse repository at this point
Copy the full SHA bddc374View commit details
Commits on Feb 24, 2021
-
yuzhi.lyz committed
Feb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 77dacd6 - Browse repository at this point
Copy the full SHA 77dacd6View commit details -
yuzhi.lyz committed
Feb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for cdf81e2 - Browse repository at this point
Copy the full SHA cdf81e2View commit details -
PullRequest: 202 slot monitoring
Merge branch feature/slot-stats of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/202?tab=comment Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * more unit tests and refactor utilities * all tests passed * maven reformat * save temp * 1. add more infos to heart beat, so that meta-server could decide whether to accept the channel or not(issued data/session won't have a chance to join slot-table generate) 2. data could report its slot status to meta-server through heart beat 3. a notification will be triggered once meta-server has been updated slot-table * add functionality to stop/start slot table reconcile(rebalance+assign, stole this idea from k8s) * make changes due to git comments * all tests passed * remove unused imports * remove unused imports
忘禅 authored and 源三 committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 07c2b68 - Browse repository at this point
Copy the full SHA 07c2b68View commit details
Commits on Feb 25, 2021
-
PullRequest: 204 fix the weak dependency bug
Merge branch bugfix/missing-class of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/204?tab=diff Signed-off-by: 昱恒 <xiaojian.xj@antgroup.com> * fix the weak dependency bug
忘禅 authored and 昱恒 committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for d054983 - Browse repository at this point
Copy the full SHA d054983View commit details -
replace Datum with SubDatum in sub/push, SubDatum is smaller
yuzhi.lyz authored and admin.for.linke committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d27735 - Browse repository at this point
Copy the full SHA 0d27735View commit details -
PullRequest: 205 application run
Merge branch bugfix/integration-run of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/205 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * application run * remove unused imports * fix unit test and add more tests * fix some issue due to git comments * remove unused imports * make final value default to be empty-list
忘禅 committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 953aab3 - Browse repository at this point
Copy the full SHA 953aab3View commit details -
- fetch datum version by sub dataId, avoid the slot contains too muc…
…h dataId which not interested - compare push.version and datum.verion, and force update the backward datum version
yuzhi.lyz committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 2908f41 - Browse repository at this point
Copy the full SHA 2908f41View commit details
Commits on Feb 26, 2021
-
PullRequest: 207 fix bug that SlotTableStats throws NPE
Merge branch bugfix/slottablestats-npe of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/207 Signed-off-by: 昱恒 <xiaojian.xj@antgroup.com> * fix bug that SlotTableStats throws NPE
忘禅 committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 4edae92 - Browse repository at this point
Copy the full SHA 4edae92View commit details
Commits on Feb 27, 2021
-
yuzhi.lyz committed
Feb 27, 2021 Configuration menu - View commit details
-
Copy full SHA for b8f5329 - Browse repository at this point
Copy the full SHA b8f5329View commit details
Commits on Feb 28, 2021
-
yuzhi.lyz committed
Feb 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 94991a8 - Browse repository at this point
Copy the full SHA 94991a8View commit details
Commits on Mar 1, 2021
-
yuzhi.lyz committed
Mar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 7f73489 - Browse repository at this point
Copy the full SHA 7f73489View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cd4402d - Browse repository at this point
Copy the full SHA cd4402dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49014e0 - Browse repository at this point
Copy the full SHA 49014e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a6908 - Browse repository at this point
Copy the full SHA c7a6908View commit details -
1. MetaServer is now available to trace follower status from data thr…
…ough data's heartbeat 2. The Leader/Follower slot status will impact on slot-balance process 3. More reliable for data to collect infos
忘禅 committedMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 128f129 - Browse repository at this point
Copy the full SHA 128f129View commit details -
忘禅 committed
Mar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e45d14 - Browse repository at this point
Copy the full SHA 1e45d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea6cd4 - Browse repository at this point
Copy the full SHA 9ea6cd4View commit details
Commits on Mar 3, 2021
-
[bugfix] slot stats need to update when follower updates
忘禅 committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 4438755 - Browse repository at this point
Copy the full SHA 4438755View commit details -
slot stats also change when leaderEpoch same but slot is diff
忘禅 committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 4996e7c - Browse repository at this point
Copy the full SHA 4996e7cView commit details -
make it easier for trace data lag
忘禅 committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 715f02a - Browse repository at this point
Copy the full SHA 715f02aView commit details -
new empty datum if dataId which in sub(session) but not in dataNode
yuzhi.lyz authored and 源三 committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 1cfde3e - Browse repository at this point
Copy the full SHA 1cfde3eView commit details
Commits on Mar 4, 2021
-
add prometheus metrics for meta-server
remove un-used imports fix labelNames bug
忘禅 authored and 忘禅 committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for f12d185 - Browse repository at this point
Copy the full SHA f12d185View commit details -
忘禅 authored and 忘禅 committed
Mar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for f53c851 - Browse repository at this point
Copy the full SHA f53c851View commit details -
yuzhi.lyz committed
Mar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 82be7ad - Browse repository at this point
Copy the full SHA 82be7adView commit details
Commits on Mar 8, 2021
-
yuzhi.lyz committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 76ec7dc - Browse repository at this point
Copy the full SHA 76ec7dcView commit details -
[bugfix]fix bug that balance task will generate a lower slot leader e…
…poch than current
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for cb83be3 - Browse repository at this point
Copy the full SHA cb83be3View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 5b19cdd - Browse repository at this point
Copy the full SHA 5b19cddView commit details -
[feature]slot arrange could stop through REST API
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for abda3ed - Browse repository at this point
Copy the full SHA abda3edView commit details -
[bugfix]fix bug that balance task will generate a lower slot leader e…
…poch than current
忘禅 authored and 忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for e6e3916 - Browse repository at this point
Copy the full SHA e6e3916View commit details -
忘禅 authored and 忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 86e3371 - Browse repository at this point
Copy the full SHA 86e3371View commit details -
[feature]slot arrange could stop through REST API
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 6d0afb0 - Browse repository at this point
Copy the full SHA 6d0afb0View commit details -
Merge branch 'feature/meta-slot-autoassign-stoppable' of code.alipay.…
…com:sofa-open/sofa-registry into feature/meta-slot-autoassign-stoppable
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 6bdc6af - Browse repository at this point
Copy the full SHA 6bdc6afView commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e1a534 - Browse repository at this point
Copy the full SHA 2e1a534View commit details -
optimize object state due to comments
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 50c7ba6 - Browse repository at this point
Copy the full SHA 50c7ba6View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for de63823 - Browse repository at this point
Copy the full SHA de63823View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e9ba62 - Browse repository at this point
Copy the full SHA 1e9ba62View commit details -
slot stats isolate stable datas reported by data-server
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for f17167e - Browse repository at this point
Copy the full SHA f17167eView commit details -
data server lag report more accurate
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for b6ac515 - Browse repository at this point
Copy the full SHA b6ac515View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 73e0171 - Browse repository at this point
Copy the full SHA 73e0171View commit details -
will not report once leader sync task is null
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 2681b48 - Browse repository at this point
Copy the full SHA 2681b48View commit details -
make changes due to git comments
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a543a3e - Browse repository at this point
Copy the full SHA a543a3eView commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for b36e2e1 - Browse repository at this point
Copy the full SHA b36e2e1View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 40b00e3 - Browse repository at this point
Copy the full SHA 40b00e3View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 39d6fe8 - Browse repository at this point
Copy the full SHA 39d6fe8View commit details -
1. data reports will be ignored and warned if info is not matched (li…
…ke leaderEpoch, slot) 2. data lag will warned through log
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a41d096 - Browse repository at this point
Copy the full SHA a41d096View commit details -
Merge branch 'hotfix/slotstats-isolate-stable-data' of code.alipay.co…
…m:sofa-open/sofa-registry into hotfix/slotstats-isolate-stable-data
忘禅 committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for f1047f9 - Browse repository at this point
Copy the full SHA f1047f9View commit details -
忘禅 committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 51ddd21 - Browse repository at this point
Copy the full SHA 51ddd21View commit details
Commits on Mar 11, 2021
-
yuzhi.lyz committed
Mar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for b0d8193 - Browse repository at this point
Copy the full SHA b0d8193View commit details
Commits on Mar 12, 2021
-
yuzhi.lyz committed
Mar 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 3f6cb6b - Browse repository at this point
Copy the full SHA 3f6cb6bView commit details
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bf623fb - Browse repository at this point
Copy the full SHA bf623fbView commit details
Commits on Mar 14, 2021
-
fix cpu: not copy map for iter
yuzhi.lyz committedMar 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 8f61e8d - Browse repository at this point
Copy the full SHA 8f61e8dView commit details -
reduce the overhead of getdatumversions
yuzhi.lyz committedMar 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a87e74 - Browse repository at this point
Copy the full SHA 5a87e74View commit details
Commits on Mar 15, 2021
-
yuzhi.lyz committed
Mar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for f676fa8 - Browse repository at this point
Copy the full SHA f676fa8View commit details -
- fix: commit syncing for the session which has finish migrating
yuzhi.lyz committedMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 5c5d912 - Browse repository at this point
Copy the full SHA 5c5d912View commit details
Commits on Mar 16, 2021
-
yuzhi.lyz committed
Mar 16, 2021 Configuration menu - View commit details
-
Copy full SHA for dd0b50e - Browse repository at this point
Copy the full SHA dd0b50eView commit details -
yuzhi.lyz committed
Mar 16, 2021 Configuration menu - View commit details
-
Copy full SHA for c5ab53f - Browse repository at this point
Copy the full SHA c5ab53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f740dc0 - Browse repository at this point
Copy the full SHA f740dc0View commit details
Commits on Mar 17, 2021
-
忘禅 committed
Mar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 0332e06 - Browse repository at this point
Copy the full SHA 0332e06View commit details -
slot stats isolate stable datas reported by data-server
忘禅 committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for cd88445 - Browse repository at this point
Copy the full SHA cd88445View commit details -
data server lag report more accurate
忘禅 committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 6192619 - Browse repository at this point
Copy the full SHA 6192619View commit details -
1. data reports will be ignored and warned if info is not matched (li…
…ke leaderEpoch, slot) 2. data lag will warned through log
忘禅 committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 046b0ad - Browse repository at this point
Copy the full SHA 046b0adView commit details -
make changes due to git comments
忘禅 committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for c24080b - Browse repository at this point
Copy the full SHA c24080bView commit details -
忘禅 committed
Mar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 4700c3b - Browse repository at this point
Copy the full SHA 4700c3bView commit details -
忘禅 committed
Mar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 60fa5b6 - Browse repository at this point
Copy the full SHA 60fa5b6View commit details -
Merge branch 'hotfix/slotstats-isolate-stable-data' of code.alipay.co…
…m:sofa-open/sofa-registry into hotfix/slotstats-isolate-stable-data
忘禅 committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 530561c - Browse repository at this point
Copy the full SHA 530561cView commit details -
忘禅 committed
Mar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a8a99c - Browse repository at this point
Copy the full SHA 6a8a99cView commit details
Commits on Mar 18, 2021
-
remove raft from meta-server and data/session
\1. heart beat will get meta leader, and remove all raft service from session/data \2. more meta will learn from session to sync the latest slot-table once a failover occurs \3. jdbc is used for leader elect and provide data store \4. software arch is changed and more clear for understanding as raft is no longer needed fix heart beat strategy 1. data reports will be ignored and warned if info is not matched (like leaderEpoch, slot) 2. data lag will warned through log
忘禅 committedMar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 54be550 - Browse repository at this point
Copy the full SHA 54be550View commit details -
Merge branch 'EI61836181_20201222' into feature/anti-raft
忘禅 committedMar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 815dbf2 - Browse repository at this point
Copy the full SHA 815dbf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a9829 - Browse repository at this point
Copy the full SHA 64a9829View commit details -
PullRequest: 232 add filter for all rest controllers to redirect http…
… request to leader Merge branch feature/rest-controller-leader-aware of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/232 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * add filter for all rest controllers to redirect http request to leader
忘禅 committedMar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 1138a39 - Browse repository at this point
Copy the full SHA 1138a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd3e64 - Browse repository at this point
Copy the full SHA 6bd3e64View commit details
Commits on Mar 19, 2021
-
yuzhi.lyz committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9dc1171 - Browse repository at this point
Copy the full SHA 9dc1171View commit details -
fix bug meta warmup time error
忘禅 committedMar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b9d560 - Browse repository at this point
Copy the full SHA 9b9d560View commit details -
忘禅 committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 0354897 - Browse repository at this point
Copy the full SHA 0354897View commit details -
忘禅 committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9784089 - Browse repository at this point
Copy the full SHA 9784089View commit details -
忘禅 committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for ee2307a - Browse repository at this point
Copy the full SHA ee2307aView commit details -
忘禅 committed
Mar 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 867604e - Browse repository at this point
Copy the full SHA 867604eView commit details
Commits on Mar 22, 2021
-
yuzhi.lyz committed
Mar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 22d96f5 - Browse repository at this point
Copy the full SHA 22d96f5View commit details -
1. set meta elector cluster; 2. return meta leader when session and d…
…ata heaetbeat on meta follow
Configuration menu - View commit details
-
Copy full SHA for 2e8e48d - Browse repository at this point
Copy the full SHA 2e8e48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0442d28 - Browse repository at this point
Copy the full SHA 0442d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a0d35 - Browse repository at this point
Copy the full SHA 38a0d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5adf5 - Browse repository at this point
Copy the full SHA 0f5adf5View commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 16bcd9a - Browse repository at this point
Copy the full SHA 16bcd9aView commit details
Commits on Mar 26, 2021
-
[feature]seamless upgrade api support
忘禅 authored and 源三 committedMar 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 116fc5e - Browse repository at this point
Copy the full SHA 116fc5eView commit details -
忘禅 authored and 源三 committed
Mar 26, 2021 Configuration menu - View commit details
-
Copy full SHA for e863ccd - Browse repository at this point
Copy the full SHA e863ccdView commit details -
check highWaterMark when assign leader
yuzhi.lyz committedMar 26, 2021 Configuration menu - View commit details
-
Copy full SHA for bff6be0 - Browse repository at this point
Copy the full SHA bff6be0View commit details
Commits on Mar 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2c35193 - Browse repository at this point
Copy the full SHA 2c35193View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49a418 - Browse repository at this point
Copy the full SHA c49a418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0296d - Browse repository at this point
Copy the full SHA 6a0296dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a2947 - Browse repository at this point
Copy the full SHA b7a2947View commit details -
- add registerId in subpublisher
- add maxts/mints in DatumDigest
yuzhi.lyz authored and 源三 committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 5bb4479 - Browse repository at this point
Copy the full SHA 5bb4479View commit details -
PullRequest: 243 config start with 'registry'
Merge branch hotfix/constraint-env-prefix of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/243?tab=diff Signed-off-by: 向旭 <xiangxu.lxd@antgroup.com> * config start with 'registry' * rebase
忘禅 authored and 向旭 committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for ac7d68b - Browse repository at this point
Copy the full SHA ac7d68bView commit details
Commits on Mar 30, 2021
-
yuzhi.lyz committed
Mar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for b47ad89 - Browse repository at this point
Copy the full SHA b47ad89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7666d20 - Browse repository at this point
Copy the full SHA 7666d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb13684 - Browse repository at this point
Copy the full SHA cb13684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a66b6c - Browse repository at this point
Copy the full SHA 2a66b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8040a3 - Browse repository at this point
Copy the full SHA f8040a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146992f - Browse repository at this point
Copy the full SHA 146992fView commit details -
yuzhi.lyz authored and admin.for.linke committed
Mar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for e534ae5 - Browse repository at this point
Copy the full SHA e534ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5e137 - Browse repository at this point
Copy the full SHA 8d5e137View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfb04d - Browse repository at this point
Copy the full SHA bbfb04dView commit details
Commits on Mar 31, 2021
-
yuzhi.lyz committed
Mar 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 487ff8d - Browse repository at this point
Copy the full SHA 487ff8dView commit details
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6ae3dfc - Browse repository at this point
Copy the full SHA 6ae3dfcView commit details
Commits on Apr 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab398ba - Browse repository at this point
Copy the full SHA ab398baView commit details
Commits on Apr 8, 2021
-
PullRequest: 255 hotfix/increase-meta-test-coverage
Merge branch 'hotfix/increase-meta-test-coverage of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/255 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * config start with 'registry' * add more tests for meta-server yaml syntext error remove un-used imports add more unit tests * fix git conflict issue
忘禅 authored and admin.for.linke committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for b30bbf2 - Browse repository at this point
Copy the full SHA b30bbf2View commit details -
yuzhi.lyz committed
Apr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 67f57ef - Browse repository at this point
Copy the full SHA 67f57efView commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 153f837 - Browse repository at this point
Copy the full SHA 153f837View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39022a - Browse repository at this point
Copy the full SHA c39022aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb7c94 - Browse repository at this point
Copy the full SHA bcb7c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbb979 - Browse repository at this point
Copy the full SHA 9bbb979View commit details -
improve: all channel managed by boltserver
yuzhi.lyz committedApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 2ddc6e4 - Browse repository at this point
Copy the full SHA 2ddc6e4View commit details
Commits on Apr 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 801a426 - Browse repository at this point
Copy the full SHA 801a426View commit details -
yuzhi.lyz committed
Apr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d89c7a - Browse repository at this point
Copy the full SHA 0d89c7aView commit details
Commits on Apr 11, 2021
-
yuzhi.lyz committed
Apr 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 2312a8e - Browse repository at this point
Copy the full SHA 2312a8eView commit details
Commits on Apr 12, 2021
-
PullRequest: 264 refactor DefaultExecutorFactory
Merge branch hotfix/executor-factory of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/264 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * refactor DefaultExecutorFactory * make fields final
忘禅 committedApr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 125999d - Browse repository at this point
Copy the full SHA 125999dView commit details -
yuzhi.lyz committed
Apr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for c491f73 - Browse repository at this point
Copy the full SHA c491f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e73b21 - Browse repository at this point
Copy the full SHA 7e73b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb9427 - Browse repository at this point
Copy the full SHA aeb9427View commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 83971d0 - Browse repository at this point
Copy the full SHA 83971d0View commit details -
yuzhi.lyz committed
Apr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 223ecf5 - Browse repository at this point
Copy the full SHA 223ecf5View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc96439 - Browse repository at this point
Copy the full SHA dc96439View commit details -
Configuration menu - View commit details
-
Copy full SHA for b116d58 - Browse repository at this point
Copy the full SHA b116d58View commit details -
yuzhi.lyz committed
Apr 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 1fd4164 - Browse repository at this point
Copy the full SHA 1fd4164View commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c6bdff6 - Browse repository at this point
Copy the full SHA c6bdff6View commit details -
yuzhi.lyz committed
Apr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 8551991 - Browse repository at this point
Copy the full SHA 8551991View commit details -
yuzhi.lyz committed
Apr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 6b8cd3d - Browse repository at this point
Copy the full SHA 6b8cd3dView commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0628daa - Browse repository at this point
Copy the full SHA 0628daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef51f01 - Browse repository at this point
Copy the full SHA ef51f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1b242 - Browse repository at this point
Copy the full SHA 3c1b242View commit details -
Configuration menu - View commit details
-
Copy full SHA for f95fa06 - Browse repository at this point
Copy the full SHA f95fa06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b03ac - Browse repository at this point
Copy the full SHA 17b03acView commit details
Commits on Apr 19, 2021
-
[feature]meta shall learn slot-table form data heart-beat
忘禅 committedApr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for c1c925a - Browse repository at this point
Copy the full SHA c1c925aView commit details -
忘禅 committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 6258a98 - Browse repository at this point
Copy the full SHA 6258a98View commit details -
忘禅 committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 347aa07 - Browse repository at this point
Copy the full SHA 347aa07View commit details -
忘禅 committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 45c03f8 - Browse repository at this point
Copy the full SHA 45c03f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98194e6 - Browse repository at this point
Copy the full SHA 98194e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a0dd2 - Browse repository at this point
Copy the full SHA a2a0dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc29e9 - Browse repository at this point
Copy the full SHA efc29e9View commit details -
yuzhi.lyz committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9c26e3e - Browse repository at this point
Copy the full SHA 9c26e3eView commit details -
add basic test platform save temporarily remove un-used imports add unit tests
忘禅 authored and 源三 committedApr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b3ce51 - Browse repository at this point
Copy the full SHA 4b3ce51View commit details -
yuzhi.lyz committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 5bc364a - Browse repository at this point
Copy the full SHA 5bc364aView commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f92a40 - Browse repository at this point
Copy the full SHA 2f92a40View commit details -
yuzhi.lyz committed
Apr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9ba0303 - Browse repository at this point
Copy the full SHA 9ba0303View commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d64ef9b - Browse repository at this point
Copy the full SHA d64ef9bView commit details -
yuzhi.lyz committed
Apr 21, 2021 Configuration menu - View commit details
-
Copy full SHA for d414c99 - Browse repository at this point
Copy the full SHA d414c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6920a69 - Browse repository at this point
Copy the full SHA 6920a69View commit details
Commits on Apr 22, 2021
-
yuzhi.lyz committed
Apr 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 4a8366c - Browse repository at this point
Copy the full SHA 4a8366cView commit details
Commits on Apr 23, 2021
-
gaokun.gk committed
Apr 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 323902e - Browse repository at this point
Copy the full SHA 323902eView commit details
Commits on Apr 24, 2021
-
昱恒 committed
Apr 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 42cfbdc - Browse repository at this point
Copy the full SHA 42cfbdcView commit details
Commits on Apr 25, 2021
-
yuzhi.lyz committed
Apr 25, 2021 Configuration menu - View commit details
-
Copy full SHA for bcb2c54 - Browse repository at this point
Copy the full SHA bcb2c54View commit details -
yuzhi.lyz committed
Apr 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 4252853 - Browse repository at this point
Copy the full SHA 4252853View commit details
Commits on Apr 26, 2021
-
yuzhi.lyz committed
Apr 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 1bc6d97 - Browse repository at this point
Copy the full SHA 1bc6d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e6d5c3 - Browse repository at this point
Copy the full SHA 6e6d5c3View commit details
Commits on Apr 27, 2021
-
fix calc delay when push is not sub
yuzhi.lyz committedApr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 49d208d - Browse repository at this point
Copy the full SHA 49d208dView commit details -
yuzhi.lyz committed
Apr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 0fcb8f2 - Browse repository at this point
Copy the full SHA 0fcb8f2View commit details
Commits on May 7, 2021
-
fix map size & slot updating set with cas
昱恒 committedMay 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 2389ecc - Browse repository at this point
Copy the full SHA 2389eccView commit details -
fix map size & slot updating set with cas
昱恒 committedMay 7, 2021 Configuration menu - View commit details
-
Copy full SHA for c1f811e - Browse repository at this point
Copy the full SHA c1f811eView commit details -
check leader before refresh table
yuzhi.lyz authored and admin.for.linke committedMay 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 2de6532 - Browse repository at this point
Copy the full SHA 2de6532View commit details -
yuzhi.lyz committed
May 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 2ba66b6 - Browse repository at this point
Copy the full SHA 2ba66b6View commit details -
yuzhi.lyz committed
May 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 5926500 - Browse repository at this point
Copy the full SHA 5926500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781c136 - Browse repository at this point
Copy the full SHA 781c136View commit details
Commits on May 8, 2021
-
PullRequest: 295 fix bug that meta will not update slot state when le…
…arning form session/data Merge branch 'bugfix/meta-not-update-state of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/295 Signed-off-by: 源三 <yuzhi.lyz@antgroup.com> * fix bug that meta will not update slot state when learning form session/data * revert unneeded change * fix unit test
忘禅 authored and admin.for.linke committedMay 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 48ef575 - Browse repository at this point
Copy the full SHA 48ef575View commit details -
yuzhi.lyz committed
May 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e38759 - Browse repository at this point
Copy the full SHA 1e38759View commit details
Commits on May 9, 2021
-
yuzhi.lyz committed
May 9, 2021 Configuration menu - View commit details
-
Copy full SHA for d95016c - Browse repository at this point
Copy the full SHA d95016cView commit details
Commits on May 10, 2021
-
- not clean slot-follower - clean processId without lock - clean with deadline
yuzhi.lyz committedMay 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 5e23db7 - Browse repository at this point
Copy the full SHA 5e23db7View commit details -
fix interface apps mapping cache
昱恒 authored and 昱恒 committedMay 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 6dd44eb - Browse repository at this point
Copy the full SHA 6dd44ebView commit details -
昱恒 authored and 昱恒 committed
May 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 82ebb03 - Browse repository at this point
Copy the full SHA 82ebb03View commit details
Commits on May 11, 2021
-
add env to switch to confreg version generator
向旭 committedMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for f9f7746 - Browse repository at this point
Copy the full SHA f9f7746View commit details -
向旭 committed
May 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 551222b - Browse repository at this point
Copy the full SHA 551222bView commit details
Commits on May 12, 2021
-
add trigger timestamp for push.trace
yuzhi.lyz authored and admin.for.linke committedMay 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 51f9cf0 - Browse repository at this point
Copy the full SHA 51f9cf0View commit details -
1.remove heartbeat loading cache; 2.query db when register; 3.batch q…
…uery revision
昱恒 authored and 向旭 committedMay 12, 2021 Configuration menu - View commit details
-
Copy full SHA for b989f21 - Browse repository at this point
Copy the full SHA b989f21View commit details -
PullRequest: 308 add more logs for http control api
Merge branch hotfix/more-logs-on-http-api of git@gitlab.alipay-inc.com:sofa-open/sofa-registry.git into EI61836181_20201222 https://code.alipay.com/sofa-open/sofa-registry/pull_requests/308?tab=diff Signed-off-by: 向旭 <xiangxu.lxd@antgroup.com> * add more logs for http control api * add response result for log
忘禅 authored and 向旭 committedMay 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 6c398d7 - Browse repository at this point
Copy the full SHA 6c398d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2265c0a - Browse repository at this point
Copy the full SHA 2265c0aView commit details
Commits on May 13, 2021
-
yuzhi.lyz committed
May 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 9f5d89f - Browse repository at this point
Copy the full SHA 9f5d89fView commit details -
yuzhi.lyz committed
May 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 0136e9a - Browse repository at this point
Copy the full SHA 0136e9aView commit details -
yuzhi.lyz committed
May 13, 2021 Configuration menu - View commit details
-
Copy full SHA for fda5f8a - Browse repository at this point
Copy the full SHA fda5f8aView commit details -
Migrate from TravisCI to Github Actions (sofastack#155)
* Create maven.yml * Update maven.yml * Update README.md * Update README.md * Update README.md remove personal NickNYU * Update maven.yml Update README.md * split executor in session and data (sofastack#152) * default disable drop connections * lint * start check client version cron * don't use bolt-default-executor (sofastack#151) Update README.md Update README.md remove personal NickNYU Co-authored-by: dzdx <dzidaxie@gmail.com> Co-authored-by: 忘禅 <zhuchen.zhu@alibaba-inc.com>
Configuration menu - View commit details
-
Copy full SHA for 9fd79d8 - Browse repository at this point
Copy the full SHA 9fd79d8View commit details
Commits on Jul 12, 2021
-
1.在JDBC模块中复制DefaultCommonConfigBean、MetadataConfigBean、MetaElectorCon…
…figBean,然后在RaftConfiguration配置类中注入三者。 2.在RaftConfiguration配置类中注入RheaKVStore(通过 @ConditionalOnMissingBean判断用户是否注入RheaKVStore,如果没有自动注入,启动我定义好的RheaKVStore) 3.新增DefaultConfigs(DB_PATH,RAFT_DATA_PATH,ADDRESS,CLUSTER_NAME) 4.新增LeaderLockDomain(lockName(分布式锁名称),dataCenter(集群名称),owner(节点名称),leaderInfo(节点信息),gmtModified(修改时间),duration(过期时间)) 5.新增AppRevisionDomain(dataCenter(集群节点 ,revision(revision),appName(应用名),clientVersion(客户端版本),baseParams(基础参数),serviceParams(服务参数),gmtModify(修改时间)) 6.在MetaRaftLeaderElector中的JRheaKV存储("DISTRIBUTE-LOCk",Map<String, LeaderLockDomain> 7.Map<String, LeaderLockDomain> leaderInfoMap = new ConcurrentHashMap<>(),表示Map<集群节点,节点信息>
Configuration menu - View commit details
-
Copy full SHA for 1a4451b - Browse repository at this point
Copy the full SHA 1a4451bView commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1bdf871 - Browse repository at this point
Copy the full SHA 1bdf871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666680d - Browse repository at this point
Copy the full SHA 666680dView commit details
Commits on Aug 8, 2021
-
2.修改LeaderLockDomain类的属性(原: 替换LeaderInfo类 ,现:改为epoch,leader,expireTimestamp属性,LeaderLockDomain类继承Serializable接口)。 3.修改InterfaceAppsDomain类的属性(原: 替换interfaceMapping类,现:改为nanosVersion,apps属性,InterfaceAppsDomain类继承Serializable接口)。 4.增加ProvideDataRaftRepository类 5.增加AppRevisionRaftRepositoryTest类, (1)测试AppRevisionRaftRepository类中的register,queryRevisionrefresh,heartbeat,invalidateHeartbeat,getHeartbeatSet方法。 (2)测试 AppRevisionHeartbeatRaftRepository类中的doHeartbeatCacheChecker,doAppRevisionGc方法。 6.增加InterfaceAppsRaftRepositoryTest类,测试InterfaceAppsRaftRepository类中的getAppNames方法。 7.增加ProvideDataRaftRepositoryTest类,测试ProvideDataRaftRepository类中的put,remove,getAll方法。
Configuration menu - View commit details
-
Copy full SHA for 6a0c535 - Browse repository at this point
Copy the full SHA 6a0c535View commit details
Commits on Aug 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db9100d - Browse repository at this point
Copy the full SHA db9100dView commit details