Commit Graph

194 Commits

Author SHA1 Message Date
wangxj3
6df58e8d78
[Feature-#5565][Master Worker-Server] Global Param passed by sense dependencies (#5603)
* add globalParams new plan with varPool

* add unit test

* add python task varPoolParams


Co-authored-by: wangxj <wangxj31>
2021-06-25 11:37:23 +08:00
Kirs
e2243d63be
[Feature-#3961][Registry]Registry-SPI (#5562)
[Feature#3961]Registry SPI

All the logical structure of the registry must be converted into a tree structure within the system, so some plug-ins must be converted internally, such as ETCD
The registry supports distributed locks.
todo: The specific information about the registration center of the API module needs to be adjusted.
2021-06-09 15:21:02 +08:00
zhuangchong
1b7dcea610
[Improvement-5440][Maven] Project module maven dependency optimization (#5441)
* Optimize dependencies between modules.

* update module-alert dependency.

* add repository in the pom xml.

* update Central Repository in the pom.xml.
2021-05-19 10:05:00 +08:00
ruanwenjun
fbef290cc5
[Bug][Service] All tasks that need to send attachment will fail due to chennel idle (#5442) 2021-05-11 03:03:52 +08:00
QuakeWang
f88bbbd637
[Improvement] Create RollViewLogRequestCommandTest.java (#5417)
* Create RollViewLogRequestCommandTest.java

Add a test case about RollViewLogRequestCommand

* Update pom.xml

add the test files in the parent pom
2021-05-07 20:58:23 +08:00
QuakeWang
22c62372a6
Create GetLogBytesResponseCommandTest.java (#5413)
Create a test case
2021-05-01 23:47:43 +08:00
QuakeWang
d45b27ce2e
[Improvement] Create GetLogBytesRequestCommandTest.java (#5356)
* Create GetLogBytesRequestCommandTest.java

Add a test case about GetLogBytesRequestCommand

* Update GetLogBytesRequestCommandTest.java

* modify the code format

* Update GetLogBytesRequestCommandTest.java

Submitting the test again

* Update GetLogBytesRequestCommandTest.java

Code changes based on comments
2021-04-29 15:18:00 +08:00
wenjun
f3dfaacca2
[Improvement][Service] Optimize query log (#5205)
* [Improvement][Service] Optimize query log

* remove IPUtils
2021-04-15 20:25:01 +08:00
Shiwen Cheng
5856a12855
[Improvement-4984][Worker] Refactor and Improve worker load balance (#4996)
* [Improvement][Remote] Improve unit tests

* [Improvement][Worker] Improve worker load balance

* [Improvement][Worker] Fix code smells

* [Improvement][Worker] Rename weight to hostWeight
2021-03-18 10:03:58 +08:00
CalvinKirs
b4c7e35340 Merge branch 'dev' into rpc
# Conflicts:
#	tools/dependencies/known-dependencies.txt
2021-02-26 18:10:49 +08:00
dailidong
551759965d
Merge pull request #4743 from apache/params-trans
[Feature-3805][mater-worker-ui] The implement of passing variables between tasks
2021-02-23 19:06:13 +08:00
zhuangchong
4aac23481e
[Fix-4757][worker] fix worker failover host error (#4799)
* resolve code conflicts

* resolve code conflicts

* resolve code conflicts

* update WorkerGroupServiceImpl code style.

* update worker group service test host data.

* add ZookeeperNodeHandlerTest class

* change WorkerZkNode to Host class.

* add generate host string method.
2021-02-21 00:34:23 +08:00
wangxj3
874ca07e6e
[Feature-3805][mater-worker-ui]fix function of passing variables between tasks bug (#4811)
* global initParam and set Param

* fix dataFormat error

* fix deal outParams bug

* fix code style

* fix code style

* fix code style

* fix code style

* fix code style

* fix code style

* fix code style

* add test

* fix code style (variable name)

* fix reset globalParams bug

* fix format bug

* fix SonarCloud Code Analysis

* add test

* fix code style

* fix code style

* modify test

* fix test Coverage

* fix code style

* 4 test

* add test pom

* add header

Co-authored-by: wangxj <wangxj31>
2021-02-20 14:32:46 +08:00
Shiwen Cheng
8879d8ff60
[Improvement][*] Define version with revision globally and update version to 1.3.6-SNAPSHOT (#4773)
* [Improvement][*] Update version to 1.4.0-SNAPSHOT

* [Improvement][*] Update tab to space under checkstyle

* [Improvement][*] Define version with revision globally

* [Improvement][*] Update version to 1.3.6-SNAPSHOT
2021-02-20 14:22:49 +08:00
lenboo
59811d0efb Merge remote-tracking branch 'upstream/dev' into params-trans 2021-02-19 16:02:55 +08:00
Shiwen Cheng
8ebddc1f5b
[Fix-3298][K8s] Fix wrong host of task instance in k8s (#4786) 2021-02-18 11:41:58 +08:00
CalvinKirs
12c1347749 rpc 2021-02-09 12:01:30 +08:00
CalvinKirs
dad9436992 Merge branch 'dev' into rpc 2021-02-09 12:00:08 +08:00
wangxj3
87ff13fc86
[Feature-#3805][server-master] global params of master (#4678)
* global initParam and set Param

* fix dataFormat error

* fix deal outParams bug

* fix code style

* fix code style

* fix code style

* fix code style

* fix code style

* fix code style

* fix code style

* add test

* fix code style (variable name)

* fix reset globalParams bug

Co-authored-by: wangxj <wangxj31>
2021-02-07 17:10:33 +08:00
CalvinKirs
98d2406e5a async not needed callback 2021-02-02 10:23:40 +08:00
CalvinKirs
50dbe7d0c9 async not needed callback 2021-02-02 10:06:38 +08:00
CalvinKirs
c9daf6a425 async not needed callback 2021-02-02 00:25:31 +08:00
CalvinKirs
3ba03213fe code style 2021-02-02 00:08:00 +08:00
CalvinKirs
d3a1da47a7 code style 2021-02-01 22:46:35 +08:00
CalvinKirs
4578079368 rpc protocol 2021-02-01 22:18:47 +08:00
CalvinKirs
392136cd24 rpc protocol 2021-02-01 19:44:35 +08:00
CalvinKirs
54ca216abf rpc protocol 2021-02-01 11:16:06 +08:00
CalvinKirs
93fb043be3 code style 2021-01-31 22:35:10 +08:00
CalvinKirs
0a92a53f63 add jmh test 2021-01-31 22:27:51 +08:00
Segun Ogundipe
047b0a312f
[Improvement][remote] Refactor remote module to fix code smell (#4576)
* chore[remote]: Refactor remote module to fix code smell

* chore[remote]: Add licence header

* chore[remote]: Clean code smell

* chore[remote]: Clean code smell

* chore[remote]: Remove unused import
2021-01-30 21:32:13 +08:00
CalvinKirs
0f6228457a add rpc protocol 2021-01-28 13:31:52 +08:00
CalvinKirs
d1658e9118 fix init rpc request error 2021-01-26 10:07:28 +08:00
CalvinKirs
7a976f4c89 fix code smell 2021-01-26 09:50:08 +08:00
CalvinKirs
967ab641dd fix bug and code style 2021-01-26 01:18:47 +08:00
CalvinKirs
246332b076 fix bug 2021-01-26 00:43:54 +08:00
CalvinKirs
a63c2c6cbb fix bug 2021-01-25 23:47:07 +08:00
CalvinKirs
ea97ed1781 fix bug and add license 2021-01-25 23:30:05 +08:00
CalvinKirs
d1f4e6a270 add IUserService Interface 2021-01-25 22:34:25 +08:00
CalvinKirs
4325410abc add license 2021-01-25 22:12:08 +08:00
CalvinKirs
a97f781884 add license 2021-01-25 22:08:00 +08:00
CalvinKirs
9f58eb7ea5 add rpc config 2021-01-25 21:40:12 +08:00
CalvinKirs
a2d245ddc1 add rpc config 2021-01-24 22:04:27 +08:00
CalvinKirs
230f3a30d2 add rpc config 2021-01-24 21:59:25 +08:00
CalvinKirs
91b27b781f Merge branch 'dev' into rpc 2021-01-23 09:28:34 +08:00
CalvinKirs
ff67386ce3 update 2021-01-22 10:05:01 +08:00
CalvinKirs
21cec62547 test 2021-01-20 17:37:23 +08:00
CalvinKirs
6fafcc2f0c rpc 2021-01-18 09:27:13 +08:00
CalvinKirs
939ee1f2f5 rpc 2021-01-18 09:20:25 +08:00
CalvinKirs
4ae52cb9b0 rpc 2021-01-17 22:11:24 +08:00
CalvinKirs
e950b65945 rpc 2021-01-16 22:22:08 +08:00