dailidong
40bb92aec1
Merge pull request #4618 from 597365581/patch-12
...
[FIX-#4617][LoggerServer] task log can not refresh in time
4 years ago
dailidong
2b384c190e
Merge pull request #4832 from woshiwuxiaofei/dev_wuxiaofei_server
...
[Improvement-#4137][master] Replace sleep&take with poll in TaskPriorityQueueConsumer
4 years ago
小清
71752dcaea
Update ShellTaskTest.java
4 years ago
小清
9a2a5ff6d1
Merge branch 'dev' into patch-12
4 years ago
wuxiaofei
6ce876a3a2
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
4 years ago
zhuangchong
6925f8fb8a
[Fix-4850][Alert] fix the port number indicates a ServerPort is not number when the mail alert plug-in is edited ( #4860 )
...
* fix the port number indicates a ServerPort is not number when the mail alert plug-in is edited.
* update EmailAlertChannelFactory class code smells.
4 years ago
wuxiaofei
b2a871b4c5
[BUG][PeerTaskInstancePriorityQueue]string formatter
4 years ago
wuxiaofei
8986c845a9
[BUG][PeerTaskInstancePriorityQueue]poll with timeout is not currently supported
4 years ago
wangxj3
c7fb3ec105
excess dolphinscheduler-ui.zip file ( #4859 )
...
excess dolphinscheduler-ui.zip file
4 years ago
zhuangchong
3216ca1811
The display order of complement parameters page is adjusted ( #4844 )
4 years ago
guohaozhang
cfce4ae8a0
[Fix-#4840][worker] fix master fault tolerance when startup ( #4845 )
...
* [Fix-#4840][worker] fix master fault tolerance when startup
* [Fix-#4840][worker] move masterRegistry.unRegistry to zkMasterClient.close
4 years ago
wuxiaofei
488726139f
[Performance][PeerTaskInstancePriorityQueue]code style formatter
4 years ago
wuxiaofei
911cf061e0
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
4 years ago
wuxiaofei
3a215cb952
[Performance][PeerTaskInstancePriorityQueue]Nearly realization of poll with timeout
4 years ago
dailidong
551759965d
Merge pull request #4743 from apache/params-trans
...
[Feature-3805][mater-worker-ui] The implement of passing variables between tasks
4 years ago
Shiwen Cheng
149b0dab4d
[Improvement][Docker] Sync docker conf templates to the latest conf properties ( #4772 )
4 years ago
ptyp
668ef64de3
[Improvement][readme] fix readme.md broken link ( #4825 )
...
* Update README.md
4 years ago
guohaozhang
ffcb1c22e1
[Improvement-#3735] Make task delayed execution more efficient ( #4812 )
...
* [Improvement-3735] improve implementation of delay task execution
* [Improvement][worker] delay task compatible with dev branch and fix test
Co-authored-by: vanilla111 <1115690319@qq.com>
4 years ago
wuxiaofei
757c116b24
[BUG][TaskExecuteProcessor]setTaskCache is first preTaskCache
4 years ago
wuxiaofei
a349ed865d
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
4 years ago
wuxiaofei
6e0093c9ca
[Test][service]Adjust test of queue
4 years ago
小清
9154d9b7b5
Update AbstractCommandExecutor.java
4 years ago
wuxiaofei
9d8b35a4b4
[Test][TaskPQImplTest]license header appended
4 years ago
gaojun2048
0d1bbd8e4b
Merge pull request #4814 from CalvinKirs/script_thread
...
[Improvement][spi-alert]script plugin should contain alert content
4 years ago
wuxiaofei
8d00386d27
[CodeStyle][QueueTest]import style
4 years ago
wuxiaofei
450c84baf1
[CodeStyle][PeerQueueTest]TimeUnit seperated from previous import
4 years ago
wuxiaofei
179507ba54
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
4 years ago
wuxiaofei
28975d7397
[CodeStyle][QueueTest]empty line more than one line of impor style
4 years ago
wuxiaofei
d1189674af
[CodeStyle][QueueTest]code style
4 years ago
wuxiaofei
1838c817a1
[CodeStyle][QueueTest]import style
4 years ago
wuxiaofei
9da30dd175
[Test][TaskPriorityQueueImplTest]Test with coverity
4 years ago
wuxiaofei
bc2a8fb149
[Test][PeerTaskInstancePriorityQueueTest]testPoll added
4 years ago
wuxiaofei
5faa5d1703
[BUG][PeerTaskInstancePriorityQueue]poll implemented in PriorityQueue
4 years ago
wuxiaofei
354b1cd928
[Checkstyle][common]delete unknown soft_version
4 years ago
wuxiaofei
f2e41c298f
[Checkstyle][TaskPriorityQueueConsumer]import check
4 years ago
wuxiaofei
b352c52f33
[Improvement][master] Replace sleep&task with poll in TaskPriorityQueueConsumer#4137
4 years ago
Shiwen Cheng
f166de1798
[Improvement][K8s] Support resource storage when fs.defaultFS=file:/// ( #4777 )
4 years ago
Shiwen Cheng
4fd3cf9ea2
[Improvement][Docker] Update outdated readme ( #4775 )
4 years ago
wuxiaofei
11c22ccbca
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
4 years ago
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.
4 years ago
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>
4 years ago
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
4 years ago
zhuangchong
a4de385a21
the alert instance page displays the name of the alert plug-in. ( #4815 )
4 years ago
Shiwen Cheng
fdf719c1e9
[Fix-4796][UI] Fix child file upload failure and file id mixed problem ( #4797 )
4 years ago
zhuangchong
4c8f06002f
fix api swagger params error. ( #4818 )
4 years ago
felix.wang
3110f023af
[BUG][API]Fix format2Duration when parameter has one is null ( #4802 )
...
* fix format2Duration when parameter has one is null
4 years ago
CalvinKirs
cf042ccd6c
rename example.sh
4 years ago
CalvinKirs
5e1be068c4
[Improvement][spi-alert]script plugin should contain alert content
...
fix alert params contain space not parse
fix stream not close
4 years ago
CalvinKirs
2852420144
Merge branch 'dev' into script_thread
...
# Conflicts:
# dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/src/main/java/org/apache/dolphinscheduler/plugin/alert/script/ScriptSender.java
# dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/src/test/java/org/apache/dolphinscheduler/plugin/alert/script/ScriptSenderTest.java
4 years ago
CalvinKirs
af00de357a
[Improvement][spi-alert]script plugin should contain alert content
...
fix alert params contain space not parse
fix stream not close
4 years ago