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/05/30 01:26:56 UTC

[incubator-heron] branch nicknezis/bookie-upgrade created (now d7ee423bd9b)

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

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


      at d7ee423bd9b Upgraded Bookkeeper to 4.14.5

This branch includes the following new commits:

     new d7ee423bd9b Upgraded Bookkeeper to 4.14.5

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.



[incubator-heron] 01/01: Upgraded Bookkeeper to 4.14.5

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bookie-upgrade
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit d7ee423bd9b544b66b580d2430c974661e2cdce3
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sun May 29 21:26:50 2022 -0400

    Upgraded Bookkeeper to 4.14.5
---
 deploy/kubernetes/general/apiserver.yaml                    | 2 +-
 deploy/kubernetes/general/bookkeeper.statefulset.yaml       | 4 ++--
 deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml | 4 ++--
 deploy/kubernetes/general/bookkeeper.yaml                   | 4 ++--
 deploy/kubernetes/helm/values.yaml.template                 | 2 +-
 deploy/kubernetes/minikube/apiserver.yaml                   | 2 +-
 deploy/kubernetes/minikube/bookkeeper.yaml                  | 4 ++--
 scripts/travis/k8s.sh                                       | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/deploy/kubernetes/general/apiserver.yaml b/deploy/kubernetes/general/apiserver.yaml
index cd89d98a395..ed1a37fd77b 100644
--- a/deploy/kubernetes/general/apiserver.yaml
+++ b/deploy/kubernetes/general/apiserver.yaml
@@ -73,7 +73,7 @@ spec:
           tolerationSeconds: 10
       initContainers:
         - name: init-heron-apiserver
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           command: ['sh', '-c', '/opt/bookkeeper/bin/dlog admin bind -l /ledgers -s zookeeper:2181 -c distributedlog://zookeeper:2181/heron']
       containers:
         - name: heron-apiserver
diff --git a/deploy/kubernetes/general/bookkeeper.statefulset.yaml b/deploy/kubernetes/general/bookkeeper.statefulset.yaml
index 30fb9147b65..8a9fbc1044c 100644
--- a/deploy/kubernetes/general/bookkeeper.statefulset.yaml
+++ b/deploy/kubernetes/general/bookkeeper.statefulset.yaml
@@ -77,7 +77,7 @@ spec:
       terminationGracePeriodSeconds: 0
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           resources:
             requests:
               memory: "3Gi"
@@ -168,7 +168,7 @@ spec:
     spec:
       containers:
         - name: replication-worker
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           args: ["/opt/bookkeeper/bin/bookkeeper", "autorecovery"]
           envFrom:
diff --git a/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml b/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml
index 9eb26bb7796..795575adf57 100644
--- a/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml
+++ b/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml
@@ -77,7 +77,7 @@ spec:
       terminationGracePeriodSeconds: 0
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           resources:
             requests:
               memory: "3Gi"
@@ -151,7 +151,7 @@ spec:
     spec:
       containers:
         - name: replication-worker
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           args: ["/opt/bookkeeper/bin/bookkeeper", "autorecovery"]
           envFrom:
diff --git a/deploy/kubernetes/general/bookkeeper.yaml b/deploy/kubernetes/general/bookkeeper.yaml
index 5470e649b60..2e24ceb79c6 100644
--- a/deploy/kubernetes/general/bookkeeper.yaml
+++ b/deploy/kubernetes/general/bookkeeper.yaml
@@ -66,7 +66,7 @@ spec:
     spec:
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           resources:
             requests:
               memory: "3Gi"
@@ -152,7 +152,7 @@ spec:
     spec:
       containers:
         - name: replication-worker
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           args: ["/opt/bookkeeper/bin/bookkeeper", "autorecovery"]
           envFrom:
diff --git a/deploy/kubernetes/helm/values.yaml.template b/deploy/kubernetes/helm/values.yaml.template
index 7bb14204d4a..478f9270edd 100644
--- a/deploy/kubernetes/helm/values.yaml.template
+++ b/deploy/kubernetes/helm/values.yaml.template
@@ -90,7 +90,7 @@ bookieLogSizeLimit: 10000000
 zkReplicas: 3
 
 bookkeeper:
-  image: apache/bookkeeper:4.13.0
+  image: apache/bookkeeper:4.14.5
   imagePullPolicy: IfNotPresent
   
   # set storageClassName to "none" to not use storageClassName
diff --git a/deploy/kubernetes/minikube/apiserver.yaml b/deploy/kubernetes/minikube/apiserver.yaml
index e11cb8b96ab..86e6de7e5e0 100644
--- a/deploy/kubernetes/minikube/apiserver.yaml
+++ b/deploy/kubernetes/minikube/apiserver.yaml
@@ -63,7 +63,7 @@ spec:
       serviceAccountName: heron-apiserver
       initContainers:
         - name: init-heron-apiserver
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           command: ['sh', '-c', '/opt/bookkeeper/bin/dlog admin bind -l /ledgers -s zookeeper:2181 -c distributedlog://zookeeper:2181/heronbkdl']
       containers:
         - name: heron-apiserver
diff --git a/deploy/kubernetes/minikube/bookkeeper.yaml b/deploy/kubernetes/minikube/bookkeeper.yaml
index b16231442fb..f612a8ebebe 100644
--- a/deploy/kubernetes/minikube/bookkeeper.yaml
+++ b/deploy/kubernetes/minikube/bookkeeper.yaml
@@ -61,7 +61,7 @@ spec:
       initContainers:
         # The first time, initialize BK to wipe data for minikube
         - name: bookie-format
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           args: ["/opt/bookkeeper/bin/bookkeeper", "shell", "bookieformat", "-nonInteractive", "-force"]
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           envFrom:
@@ -74,7 +74,7 @@ spec:
               mountPath: /bookkeeper/data/ledgers
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.13.0
+          image: apache/bookkeeper:4.14.5
           resources:
             requests:
               memory: "1Gi"
diff --git a/scripts/travis/k8s.sh b/scripts/travis/k8s.sh
index ee5b6655cbf..2addf095cc3 100755
--- a/scripts/travis/k8s.sh
+++ b/scripts/travis/k8s.sh
@@ -94,7 +94,7 @@ kind load image-archive "$heron_archive"
 image_heron="apache/heron:$TAG"
 
 action "Loading bookkeeper image"
-image_bookkeeper="docker.io/apache/bookkeeper:4.13.0"
+image_bookkeeper="docker.io/apache/bookkeeper:4.14.5"
 docker pull "$image_bookkeeper"
 kind load docker-image "$image_bookkeeper"