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

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from bca9fb8  [Bug] Fix bug that ConcurrentModificationException thrown
     add 1b14dd4  Refactor some redunant code && Replace some UT by UtFrameUtils
     add 595f144  fix
     add ad42a1d  fix
     add c86af45  fix
     add 805ecc9  fix
     new 2f3b7b5  [Refactor] Refactor some redundant code && Replace some UT by 
UtFrameUtils

The 1 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:
 .../main/java/org/apache/doris/alter/AlterJob.java |  18 +-
 .../java/org/apache/doris/backup/RestoreJob.java   | 175 +++---
 .../java/org/apache/doris/catalog/Database.java    |   2 +-
 .../apache/doris/catalog/MaterializedIndex.java    |   8 +-
 .../java/org/apache/doris/catalog/OlapTable.java   |   6 +-
 .../java/org/apache/doris/catalog/Partition.java   |   7 +-
 .../org/apache/doris/catalog/PartitionInfo.java    |   8 +-
 .../java/org/apache/doris/catalog/Replica.java     |   1 +
 .../main/java/org/apache/doris/catalog/Tablet.java |  19 +-
 .../java/org/apache/doris/catalog/TabletMeta.java  |  12 +-
 .../apache/doris/clone/BackendLoadStatistic.java   |  25 +-
 .../apache/doris/clone/RootPathLoadStatistic.java  |   8 +-
 .../org/apache/doris/clone/TabletScheduler.java    |  89 ++-
 .../common/proc/ClusterLoadStatisticProcDir.java   |   6 +-
 .../org/apache/doris/system/BackendHbResponse.java |   1 +
 .../org/apache/doris/system/BrokerHbResponse.java  |   1 +
 .../doris/catalog/DynamicPartitionTableTest.java   | 684 ++++++++-------------
 .../apache/doris/common/PropertyAnalyzerTest.java  |  10 +-
 18 files changed, 426 insertions(+), 654 deletions(-)


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

Reply via email to