affinity mask must specify at least one bit
crash preventing Zilla from starting on Windows 11 + Docker Compose
#1338
Labels
bug
Something isn't working
Describe the problem
I have been trying to set Zilla up on my Windows 11 workstation with Docker Compose, and have not been able to make any of the examples run.
The common thread has been an error related to affinity (
affinity mask must specify at least one bit: REST-example.south_kafka_cache_server 0
) when I view the Zilla logs in Docker:When this happens, the container dies, and will keep dying if restarted. This exception appears to be defined in the EngineWorker's resolveAffinity method.
For the sake of simplicity, I am now focused on the simple 2-file setup for a CRUD API on top of Kafka here. The
docker-compose.yaml
+zilla.yaml
in this repo are identical to what was posted on the Aklivity site as of November 26, 2024.My docker-compose is working fine for everything else on my machine. Thanks in advance for taking a look!
To Reproduce
Steps to reproduce the behavior:
docker-compose up -d
zilla
container in DockerOf note:
affinity
failure across the http server as well as the Kafka cache serverlocalhost:7114/api/items
)- otherwise it will log the config and then fall overExpected behavior
The example should build and run without crashing or throwing a cryptic error
Zilla Environment:
Environment Details
docker-compose up -d
, and the docker-compose file runsstart -ve
for the Zilla containerDescribe a docker container:
The text was updated successfully, but these errors were encountered: