maobaolong commented on pull request #1110:
URL: https://github.com/apache/hadoop-ozone/pull/1110#issuecomment-648662273


   @bharatviswa504 This issue is easy to reproduce by docker-compose.
   
   ```bash
   cd 
./hadoop-ozone/hadoop-ozone/dist/target/ozone-0.6.0-SNAPSHOT/compose/ozone/
   export OZONE_REPLICATION_FACTOR=3
   ./run.sh
   
   cd ./hadoop-ozone/hadoop-ozone/dist/target/ozone-0.6.0-SNAPSHOT
   bin/ozone sh vol create s3v
   bin/ozone sh bucket create s3v/mybucket
   
    ./goofys --endpoint http://localhost:9878 mybucket /tmp/gfmp
   
   ll /tmp/gfmp
   
   docker logs ozone_s3g_1
   
   ```
   
   Full of NPE in the s3g log


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

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