This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a change to branch dev-1.0.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git.


    from 888445b  Merge pull request #1210 from casionone/bugfix_3
     new cfff888  Optimize the job update logic and remove the transaction of 
jobdetail update change time accuracy of jobhistory
     new c70e011  jobhistory:optimize time accuracy&retry logic
     new d2fa8a3  Merge pull request #1211 from casionone/bugfix_4

The 1649 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 db/linkis_ddl.sql                                  |   8 +-
 .../common/entity/job/QueryException.java          |   9 +-
 .../common/protocol/job/JobRespProtocol.scala      |   6 ++
 .../service/impl/DefaultECMHealthService.scala     |   2 +-
 .../entrance/exception/EntranceErrorCode.java      |   6 +-
 .../persistence/QueryPersistenceEngine.java        | 113 +++++++++++----------
 .../persistence/QueryPersistenceManager.java       |   2 +-
 .../entrance/conf/EntranceConfiguration.scala      |   7 ++
 .../linkis/entrance/utils/JobHistoryHelper.scala   |   3 +
 .../entity/persistence/PersistenceNodeEntity.java  |  11 ++
 .../persistence/NodeManagerPersistence.java        |   3 +-
 .../impl/DefaultNodeManagerPersistence.java        |   5 +-
 .../linkis/jobhistory/dao/impl/JobDetailMapper.xml |   8 +-
 .../jobhistory/dao/impl/JobHistoryMapper.xml       |  13 ++-
 .../apache/linkis/jobhistory/entity/JobDetail.java |  10 ++
 .../linkis/jobhistory/entity/JobHistory.java       |   8 ++
 .../jobhistory/exception/QueryException.java       |  25 -----
 .../jobhistory/restful/api/QueryRestfulApi.java    |  13 ++-
 .../jobhistory/conf/JobhistoryConfiguration.scala  |   3 +
 .../impl/JobHistoryDetailQueryServiceImpl.scala    |  50 +++++----
 .../service/impl/JobHistoryQueryServiceImpl.scala  |  63 ++++++------
 .../apache/linkis/jobhistory/util/QueryUtils.scala |   8 ++
 22 files changed, 215 insertions(+), 161 deletions(-)
 copy 
linkis-public-enhancements/linkis-publicservice/linkis-script-dev/linkis-storage-script-dev-server/src/main/java/org/apache/linkis/filesystem/exception/WorkSpaceException.java
 => 
linkis-computation-governance/linkis-computation-governance-common/src/main/java/org/apache/linkis/governance/common/entity/job/QueryException.java
 (78%)
 delete mode 100644 
linkis-public-enhancements/linkis-publicservice/linkis-jobhistory/src/main/java/org/apache/linkis/jobhistory/exception/QueryException.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to