You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/16 05:52:46 UTC

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #35: HDDS-2313. Duplicate release of lock in OMKeyCommitRequest

adoroszlai opened a new pull request #35: HDDS-2313. Duplicate release of lock in OMKeyCommitRequest
URL: https://github.com/apache/hadoop-ozone/pull/35
 
 
   ## What changes were proposed in this pull request?
   
   Fix duplicate release of lock (apparently a merge issue, the original change (#24) was fine), which causes acceptance test failures:
   
   ```
   ozone-basic :: Smoketest ozone cluster startup
   ==============================================================================
   Check webui static resources                                          | PASS |
   ------------------------------------------------------------------------------
   Start freon testing                                                   | FAIL |
   255 != 0
   ------------------------------------------------------------------------------
   ozone-basic :: Smoketest ozone cluster startup                        | FAIL |
   2 critical tests, 1 passed, 1 failed
   2 tests total, 1 passed, 1 failed
   ```
   
   https://issues.apache.org/jira/browse/HDDS-2313
   
   ## How was this patch tested?
   
   Ran `ozone` acceptance test.
   
   ```
   $ cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/compose/ozone
   $ ./test.sh
   ...
   ozone-basic :: Smoketest ozone cluster startup
   ==============================================================================
   Check webui static resources                                          | PASS |
   ------------------------------------------------------------------------------
   Start freon testing                                                   | PASS |
   ------------------------------------------------------------------------------
   ozone-basic :: Smoketest ozone cluster startup                        | PASS |
   2 critical tests, 2 passed, 0 failed
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org