Browse Source

#4304: fix the full log path of logical task is not be set when task is dispatched (#14819) (#14821)

git-as-svn/v1/dev
sgw 1 year ago committed by GitHub
parent
commit
f69d71d54e
  1. 2
      commit.ref
  2. 58
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 294a6225f151cc522b87f6b7c4874916aa778bb6 Subproject commit ac04288e2b5a61738347696ac1fb844b627b579c

58
commit.yml

@ -2,28 +2,40 @@
branches: { branches: {
} }
fileChange: fileChange:
/.github: /dolphinscheduler-master:
newFile: !uuid 'e705b398d274b1acdf4ac1bd3b5f5f95ef40b81f' newFile: !uuid '4ee091f5c3310ea4726c5f2207e1ba0ef7901d3b'
oldFile: !uuid 'b139b932737d56aaeb22135fa9b207115247b43c' oldFile: !uuid 'db4afede27a9578cf545b9f40efe2925ba6c51a3'
/.github/workflows: /dolphinscheduler-master/src:
newFile: !uuid '709cbc135b38031fa34e02da3d09541aefe95f9f' newFile: !uuid '88fc438d2eb405b0af3a74de3d50bac547288ec9'
oldFile: !uuid '1fa4741adc8f8802a5b174517de7307d100237fc' oldFile: !uuid '8615cce48bc09c02a66f68c6694fb65c797d94a5'
/.github/workflows/api-test.yml: /dolphinscheduler-master/src/main:
newFile: !uuid 'fd39bd097791cf8d953a71f938bfdfd255496976' newFile: !uuid '4920c21b7757c6d19eaceaca432cded71b13cd15'
oldFile: !uuid '3de6dcdc7dea24f55374683face75d236addcad1' oldFile: !uuid 'da9cad0bb51b1f7655846638d8818de51d27fa7a'
/.github/workflows/backend.yml: /dolphinscheduler-master/src/main/java:
newFile: !uuid '1240142f29b5251fa58250e776b6eeb12a5af67c' newFile: !uuid '9099c2d951fb8781578abf99cf2a139958c14b6a'
oldFile: !uuid 'ee27ed5e70e79a63b8646d9be043bbbd6c45605f' oldFile: !uuid '3a80c6bce290d0ee30381c407f864e148b6c836a'
/.github/workflows/e2e.yml: /dolphinscheduler-master/src/main/java/org:
newFile: !uuid '13c878dee75ffdb4a0658726076aebcc9c503d79' newFile: !uuid 'd42c74b2a48464fdb773d1df0fddd7e97d4aa5be'
oldFile: !uuid 'be46f4fb48217b97fe9912ba7f1602a3e3f2aa7c' oldFile: !uuid '0c74abd572633cea2af8ecfff5988bbddf1d97d4'
/.github/workflows/publish-docker.yaml: /dolphinscheduler-master/src/main/java/org/apache:
newFile: !uuid '06aa8c69504047b399f22b25ebc16c90cffe5e63' newFile: !uuid '289d3c1b16395b38f006a878761a467f52dae15b'
oldFile: !uuid '0ed0b9914922557436c34ffe77c44d3d3a2abb01' oldFile: !uuid 'c4b8f0ef9174554cb204a3a54058724e27a097da'
/.github/workflows/unit-test.yml: /dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler:
newFile: !uuid '2baacc76ce40b59d6d33071bcedafab7b9ae93e5' newFile: !uuid 'df259ff6f50c2ba09cda573cf9837e61affa04af'
oldFile: !uuid '487b0e5ce9ac4a0626b206386ac32fb6385f58d7' oldFile: !uuid '7050bd8daa250e321ad2ff54b23572370206856f'
gitCommitId: !uuid '294a6225f151cc522b87f6b7c4874916aa778bb6' /dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server:
newFile: !uuid '1f969cdaec0d5a2bf9c8912ff1e80b90600851df'
oldFile: !uuid 'e57f2faf525b65ccb92a14a28bac6676d447046b'
/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master:
newFile: !uuid '3b90a516e86e65ab735d2790cf36efb57707ace3'
oldFile: !uuid 'fda5b8e4fd4da31a9492ef2d58dc64b5c7cd09af'
/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/rpc:
newFile: !uuid '663012e121917b344bf4b3986bada8cddb56c0dd'
oldFile: !uuid '9e202155ddbbc40042332013de67f1e5b849f2b2'
? /dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/rpc/LogicITaskInstanceDispatchOperationFunction.java
: newFile: !uuid 'd97cdea0aa9676d23ac5b105f73cbc96fdcfc7bf'
oldFile: !uuid '22258c613b840889fc6a7bebe00b757d004f2d64'
gitCommitId: !uuid 'ac04288e2b5a61738347696ac1fb844b627b579c'
renames: { renames: {
} }
revisionId: 4303 revisionId: 4304

Loading…
Cancel
Save