You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/03/26 15:15:26 UTC

[incubator-heron] branch nicknezis/tracker-fixes updated (eddf0a3 -> 322818f)

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

nicknezis pushed a change to branch nicknezis/tracker-fixes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


    from eddf0a3  Update heron/tools/tracker/src/python/app.py
     add b7f6f3c  Add back legacy CentOS 7 with newer gcc and Python (#3772)
     add eacedb5  Add Rocky 8 container option (#3773)
     add 4f27c18  Fix conflict in Rocky 8 Dockerfile (#3787)
     add a06dcd4  Remove use of unsecure git protocol in build dependency (#3794)
     add ef20cf5  Remove unnecessary Bookkeeper format init container from Helm chart (#3795)
     add da52c12  Change Log4J to SLF4J for Java Logging (#3791)
     add b12a396  Remove fixed young generation heap space of instance (#3789)
     add 9cfc5c4  Update to Guice 5.1.0 to support JDK17 (#3792)
     add 3bca1c0  Update build-docker.sh (#3799)
     add bcaa38d  Upgrade protobuf to 3.16.1 CVE-2021-22569 (#3797)
     add 8841d1c  Added Bazel Platform auto discovery (and lots of other related cleanup) (#3779)
     add 322818f  Merge commit '8841d1c4d6b3156a40ffed856fb32c1ceb682855' into nicknezis/tracker-fixes

No new revisions were added by this update.

Summary of changes:
 WORKSPACE                                          |   65 +-
 bazel_configure.py                                 |    2 +-
 deploy/kubernetes/helm/Chart.yaml.template         |    2 +-
 deploy/kubernetes/helm/templates/bookie.yaml       |   17 +-
 .../{Dockerfile.centos8 => Dockerfile.centos7}     |   30 +-
 docker/compile/Dockerfile.debian10                 |    4 -
 .../{Dockerfile.centos8 => Dockerfile.rocky8}      |   16 +-
 docker/compile/Dockerfile.ubuntu18.04              |    4 -
 docker/compile/Dockerfile.ubuntu20.04              |    4 -
 docker/compile/Dockerfile.ubuntu22.04              |    5 +-
 ...erfile.dist.centos8 => Dockerfile.dist.centos7} |   12 +-
 ...kerfile.dist.centos8 => Dockerfile.dist.rocky8} |   14 +-
 docker/dist/Dockerfile.dist.ubuntu20.04            |    1 +
 ...ist.ubuntu20.04 => Dockerfile.dist.ubuntu22.04} |    3 +-
 docker/scripts/build-artifacts.sh                  |    2 +-
 docker/scripts/build-base.sh                       |    2 +-
 docker/scripts/build-docker.sh                     |    3 +-
 docker/scripts/build-exec-docker.sh                |    2 +-
 docker/scripts/ci-docker.sh                        |    2 +-
 docker/scripts/compile-docker.sh                   |    5 -
 docker/scripts/compile-platform.sh                 |   19 +-
 docker/scripts/dev-env-create.sh                   |    7 +-
 docker/scripts/test-docker.sh                      |    5 -
 docker/scripts/test-platform.sh                    |   16 +-
 docker/scripts/test-unittest.sh                    |    4 +-
 .../{Dockerfile.centos8 => Dockerfile.centos7}     |   24 +-
 .../test/{Dockerfile.centos8 => Dockerfile.rocky8} |   10 +-
 docker/test/Dockerfile.ubuntu18.04                 |    5 +-
 examples/src/scala/compile.sh                      |    2 +-
 heron/common/src/cpp/basics/BUILD                  |    2 +-
 heron/common/src/cpp/metrics/BUILD                 |    2 +-
 heron/common/src/cpp/network/event_loop_impl.cpp   |    1 +
 heron/executor/src/python/heron_executor.py        |    8 +-
 .../tests/python/heron_executor_unittest.py        |    2 +-
 heron/healthmgr/src/java/BUILD                     |    1 +
 heron/healthmgr/tests/java/BUILD                   |    1 +
 .../cpp/boltimpl/bolt-output-collector-impl.cpp    |    4 +-
 heron/io/dlog/src/java/BUILD                       |    1 +
 heron/io/dlog/tests/java/BUILD                     |    1 +
 heron/proto/BUILD                                  |    2 +-
 heron/schedulers/src/java/BUILD                    |    2 +-
 heron/schedulers/tests/java/BUILD                  |    2 +-
 heron/statefulstorages/tests/java/BUILD            |    2 +-
 heron/stmgr/src/cpp/util/tuple-cache.cpp           |    8 +-
 .../cpp/server/checkpoint-gateway_unittest.cpp     |    6 +-
 heron/tools/tracker/src/python/BUILD               |    2 +-
 heron/uploaders/tests/java/BUILD                   |    2 +-
 heronpy/proto/BUILD                                |    4 +-
 integration_test/README.md                         |    6 +-
 integration_test/src/java/BUILD                    |    4 +-
 .../src/python/local_test_runner/README            |    4 +-
 maven_install.json                                 | 6328 ++++++++++++++------
 scripts/applatix/build.sh                          |  129 -
 scripts/applatix/ci.sh                             |   30 -
 scripts/applatix/javatests.sh                      |   58 -
 scripts/applatix/prepare.sh                        |   20 -
 scripts/applatix/pythontests.sh                    |   43 -
 scripts/applatix/test.sh                           |   89 -
 scripts/applatix/testutils.sh                      |   46 -
 scripts/ci/README.md                               |    4 +-
 scripts/ci/build_docker_image.sh                   |    2 +-
 scripts/ci/build_release_packages.sh               |    2 +-
 scripts/detect_os_type.sh                          |   33 -
 scripts/get_all_heron_paths.sh                     |    4 +-
 scripts/packages/BUILD                             |    4 +-
 scripts/packages/heronpy/requirements.txt          |    2 +-
 scripts/release_check/build.sh                     |    4 +-
 scripts/run_integration_test.sh                    |    5 +-
 scripts/run_integration_topology_test.sh           |    5 +-
 scripts/shutils/common.sh                          |   28 -
 scripts/travis/build.sh                            |   37 +-
 scripts/travis/test.sh                             |   10 +-
 third_party/gperftools/gperftools.BUILD            |   20 +-
 third_party/helm/BUILD                             |    2 +-
 third_party/java/BUILD                             |   21 +-
 third_party/zookeeper/BUILD                        |   10 +-
 tools/bazel.rc                                     |   50 +-
 tools/docker/bazel.rc                              |   36 -
 .../org/apache/bazel/checkstyle/CppCheckstyle.java |    2 +-
 .../apache/bazel/checkstyle/JavaCheckstyle.java    |    2 +-
 .../apache/bazel/checkstyle/PythonCheckstyle.java  |    2 +-
 tools/platform/BUILD                               |   36 +-
 tools/rules/pex/BUILD                              |    2 +-
 tools/travis/bazel.rc                              |   60 -
 tools/travis/toolchain/BUILD                       |   60 -
 tools/travis/toolchain/CROSSTOOL                   |  147 -
 tools/travis/toolchain/cc_toolchain_config.bzl     |   18 -
 vagrant/init.sh                                    |   62 -
 vagrant/local-ci.sh                                |    4 +-
 website2/docs/compiling-docker.md                  |   17 +-
 website2/docs/compiling-linux.md                   |   64 +-
 website2/docs/compiling-osx.md                     |   27 +-
 website2/docs/compiling-overview.md                |   35 +-
 website2/docs/compiling-running-tests.md           |    6 +-
 website2/docs/getting-started-local-single-node.md |    2 +-
 website2/website/pages/en/download.js              |   28 +-
 website2/website/scripts/Dockerfile.ubuntu18.04    |    1 -
 website2/website/scripts/compile-docker.sh         |    5 -
 website2/website/scripts/javadocs.sh               |    7 +-
 website2/website/scripts/python-doc-gen.sh         |    2 +-
 100 files changed, 4872 insertions(+), 3093 deletions(-)
 copy docker/compile/{Dockerfile.centos8 => Dockerfile.centos7} (59%)
 rename docker/compile/{Dockerfile.centos8 => Dockerfile.rocky8} (88%)
 copy docker/dist/{Dockerfile.dist.centos8 => Dockerfile.dist.centos7} (83%)
 rename docker/dist/{Dockerfile.dist.centos8 => Dockerfile.dist.rocky8} (96%)
 copy docker/dist/{Dockerfile.dist.ubuntu20.04 => Dockerfile.dist.ubuntu22.04} (97%)
 copy docker/test/{Dockerfile.centos8 => Dockerfile.centos7} (66%)
 rename docker/test/{Dockerfile.centos8 => Dockerfile.rocky8} (91%)
 delete mode 100755 scripts/applatix/build.sh
 delete mode 100755 scripts/applatix/ci.sh
 delete mode 100755 scripts/applatix/javatests.sh
 delete mode 100755 scripts/applatix/prepare.sh
 delete mode 100755 scripts/applatix/pythontests.sh
 delete mode 100755 scripts/applatix/test.sh
 delete mode 100755 scripts/applatix/testutils.sh
 delete mode 100755 scripts/detect_os_type.sh
 delete mode 100644 tools/docker/bazel.rc
 delete mode 100644 tools/travis/bazel.rc
 delete mode 100644 tools/travis/toolchain/BUILD
 delete mode 100644 tools/travis/toolchain/CROSSTOOL
 delete mode 100644 tools/travis/toolchain/cc_toolchain_config.bzl