Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not initialize seastar when starting scylla 5.2.9 #411

Closed
qiuqiu-007 opened this issue Dec 13, 2023 · 1 comment
Closed

Could not initialize seastar when starting scylla 5.2.9 #411

qiuqiu-007 opened this issue Dec 13, 2023 · 1 comment

Comments

@qiuqiu-007
Copy link

Discussion moves from #412

  • I was trying to run gemini test, and i just run ./script/test.sh scylla
  • Env: CentOS 7
  • gemini : https://github.com/scylladb/gemini/tree/master/scripts
  • I just modified the version of scylla image from 5.2.2 to 5.2.9
  • `[root@centos02 gemini]# cat scripts/docker-compose-scylla.yml
    version: '3.5'
    networks:
    gemini:
    name: gemini
    driver: bridge
    ipam:
    driver: default
    config:
  • subnet: 192.168.100.0/24

services:
gemini-oracle:
image: scylladb/scylla:5.2.9
container_name: gemini-oracle
command: --smp 2 --memory 512M --api-address 0.0.0.0
networks:
gemini:

gemini-test:
image: scylladb/scylla:5.2.9
container_name: gemini-test
command: --smp 2 --memory 512M --api-address 0.0.0.0
networks:
gemini:`

@mykaul
Copy link

mykaul commented Dec 13, 2023

Dup of #412

@mykaul mykaul closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants