ChenSammi commented on PR #8316: URL: https://github.com/apache/ozone/pull/8316#issuecomment-2853210333
> commit > > > Please see [adoroszlai@ed80294](https://github.com/adoroszlai/ozone/commit/ed80294e3b8354c81bebb4df715f1b97f65b93d3) for suggested simplification of the compose setup. > > > configure the domain.socket.path with the same value doesn't work. It will fail as different datanodes cannot reuse the same path locally. > > Each datanode runs in its own Docker container, so even if the path is the same, they do not share it. > > Please take a look at the CI run from my commit: > > ``` > Executing test ozone/test-short-circuit-read.sh > ... > Run rk with key validation through short-circuit channel | PASS | > ``` It's shared when you run the test locally on laptop. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
