adoroszlai commented on PR #8316:
URL: https://github.com/apache/ozone/pull/8316#issuecomment-2853319112

   > There are conflicts on local. Each datanode will create its domain socket 
file, which maps to the same local host path. That's why need to set different 
domain path for different datanodes.
   
   `/opt/hadoop` is mounted from the local host (that's how Ozone binaries are 
used with `ozone-runner`), so anything in that directory is shared between the 
containers.  `/opt/ozone_dn_socket` is not shared.
   
   Please try building 
https://github.com/adoroszlai/ozone/commit/ed80294e3b8354c81bebb4df715f1b97f65b93d3
 and run tests locally:
   
   ```bash
   cd hadoop-ozone/dist/target/ozone-2.1.0-SNAPSHOT/compose/ozone
   KEEP_RUNNING=true ./test-short-circuit-read.sh
   ```
   
   With `KEEP_RUNNING=true`, the cluster is kept alive after the test is done, 
and can be investigated / further tested manually.


-- 
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]

Reply via email to