You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2020/03/10 07:25:34 UTC

[incubator-doris] branch master updated (7400535 -> cf219dd)

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

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


    from 7400535  [Doc] Update compaction-action_EN.md (#3060)
     add cf219dd  [ConsistencyCheck] Support checking replica consistency of tablet manually (#3067)

No new revisions were added by this update.

Summary of changes:
 .../Administration/ADMIN CHECK TABLET.md}          | 36 ++++++------
 .../Administration/ADMIN CHECK TABLET_EN.md        | 50 ++++++++++++++++
 fe/pom.xml                                         |  2 +-
 fe/src/main/cup/sql_parser.cup                     |  8 ++-
 ...tConfigStmt.java => AdminCheckTabletsStmt.java} | 68 ++++++++++++----------
 .../java/org/apache/doris/catalog/Catalog.java     | 14 +++++
 .../apache/doris/common/util/PropertyAnalyzer.java | 12 ++++
 .../doris/consistency/CheckConsistencyJob.java     |  2 +-
 .../doris/consistency/ConsistencyChecker.java      | 10 +++-
 .../main/java/org/apache/doris/qe/DdlExecutor.java |  6 +-
 fe/src/main/jflex/sql_scanner.flex                 |  1 +
 11 files changed, 156 insertions(+), 53 deletions(-)
 copy docs/documentation/cn/sql-reference/{sql-functions/date-time-functions/date_add.md => sql-statements/Administration/ADMIN CHECK TABLET.md} (52%)
 create mode 100644 docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN CHECK TABLET_EN.md
 copy fe/src/main/java/org/apache/doris/analysis/{AdminSetConfigStmt.java => AdminCheckTabletsStmt.java} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org