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

joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from fed883379 IMPALA-12256: Fix DDLs losing create event ids in reloading 
partitions
     new 5d4c50574 IMPALA-11694: Convert gutil atomic ops to C++ atomics
     new a875eb970 IMPALA-12122: use isb instead of yield on arm64

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:
 be/src/common/init.cc                              |   5 -
 be/src/gutil/CMakeLists.txt                        |   6 -
 be/src/gutil/atomicops-internals-arm64.h           | 474 -------------------
 be/src/gutil/atomicops-internals-macosx.h          | 406 ----------------
 be/src/gutil/atomicops-internals-portable.h        | 252 ++++++++++
 be/src/gutil/atomicops-internals-powerpc.h         | 304 ------------
 be/src/gutil/atomicops-internals-tsan.h            | 235 ----------
 be/src/gutil/atomicops-internals-x86.cc            | 112 -----
 be/src/gutil/atomicops-internals-x86.h             | 501 --------------------
 be/src/gutil/atomicops.h                           | 295 +++---------
 .../auxiliary/atomicops-internals-arm-generic.h    | 230 ----------
 .../auxiliary/atomicops-internals-arm-v6plus.h     | 378 ---------------
 .../gutil/auxiliary/atomicops-internals-windows.h  | 508 ---------------------
 be/src/gutil/yield_processor.h                     |  53 +++
 14 files changed, 373 insertions(+), 3386 deletions(-)
 delete mode 100644 be/src/gutil/atomicops-internals-arm64.h
 delete mode 100644 be/src/gutil/atomicops-internals-macosx.h
 create mode 100644 be/src/gutil/atomicops-internals-portable.h
 delete mode 100644 be/src/gutil/atomicops-internals-powerpc.h
 delete mode 100644 be/src/gutil/atomicops-internals-tsan.h
 delete mode 100644 be/src/gutil/atomicops-internals-x86.cc
 delete mode 100644 be/src/gutil/atomicops-internals-x86.h
 delete mode 100644 be/src/gutil/auxiliary/atomicops-internals-arm-generic.h
 delete mode 100644 be/src/gutil/auxiliary/atomicops-internals-arm-v6plus.h
 delete mode 100644 be/src/gutil/auxiliary/atomicops-internals-windows.h
 create mode 100644 be/src/gutil/yield_processor.h

Reply via email to