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

potiuk pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-3-test by this push:
     new ffa63e7eda Fix cassandra to 3.0.25 (#23522)
ffa63e7eda is described below

commit ffa63e7eda74f7e4baedc5a2e396092d7ab17d29
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri May 6 12:25:45 2022 +0200

    Fix cassandra to 3.0.25 (#23522)
    
    fix cassandra to 3.0.25 as latest 3.0 (3.0.26) does not start cleanly
    
    (cherry picked from commit 3cd37d4d206587314f96f0a3f7dfabaaef1b6cc6)
---
 scripts/ci/docker-compose/integration-cassandra.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/ci/docker-compose/integration-cassandra.yml 
b/scripts/ci/docker-compose/integration-cassandra.yml
index 036ee7a517..301eb8f021 100644
--- a/scripts/ci/docker-compose/integration-cassandra.yml
+++ b/scripts/ci/docker-compose/integration-cassandra.yml
@@ -18,7 +18,8 @@
 version: "3.7"
 services:
   cassandra:
-    image: cassandra:3.0
+    # TODO: fix cassandra to 3.0.25 as latest 3.0 (3.0.26) does not start 
cleanly
+    image: cassandra:3.0.25
     environment:
       HEAP_NEWSIZE: 128M
       MAX_HEAP_SIZE: 256M

Reply via email to