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

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


    from 7a15f28  [fix] Fix error crc32 method to cal uint128 and int128 (#8577)
     new 95e8115  [fix](load) fix another bug that BE may crash when calling 
`mark_as_failed` (#8607)
     new 84ce6d9  [improvement] Improve sig handler (#8545)

The 2 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:
 .licenserc.yaml                                    |   1 +
 .rat-excludes                                      |   1 +
 LICENSE.txt                                        |  33 ++
 be/CMakeLists.txt                                  |   4 +
 be/src/common/daemon.cpp                           |   2 +-
 be/src/common/logconfig.cpp                        |   6 +-
 be/src/common/signal_handler.h                     | 446 +++++++++++++++++++++
 be/src/exec/tablet_sink.cpp                        |   5 +
 be/src/service/doris_main.cpp                      |   2 +
 be/src/util/logging.h                              |   2 +-
 build.sh                                           |   4 +-
 .../java/org/apache/doris/catalog/Catalog.java     |  12 +-
 .../java/org/apache/doris/common/ErrorCode.java    |   6 +-
 .../doris/external/iceberg/IcebergCatalogMgr.java  |   8 +-
 .../iceberg/IcebergTableCreationRecordMgr.java     |   3 +-
 thirdparty/CHANGELOG.md                            |   3 +
 thirdparty/build-thirdparty.sh                     |  15 +
 thirdparty/vars.sh                                 |   9 +-
 18 files changed, 538 insertions(+), 24 deletions(-)
 create mode 100644 be/src/common/signal_handler.h

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

Reply via email to