[ 
https://issues.apache.org/jira/browse/HDDS-2313?focusedWorklogId=328949&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-328949
 ]

ASF GitHub Bot logged work on HDDS-2313:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Oct/19 05:52
            Start Date: 16/Oct/19 05:52
    Worklog Time Spent: 10m 
      Work Description: adoroszlai commented on 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 328949)
    Remaining Estimate: 0h
            Time Spent: 10m

> Duplicate release of lock in OMKeyCommitRequest
> -----------------------------------------------
>
>                 Key: HDDS-2313
>                 URL: https://issues.apache.org/jira/browse/HDDS-2313
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Manager
>    Affects Versions: 0.5.0
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {noformat}
> om_1        | 2019-10-16 05:33:57,413 [IPC Server handler 19 on 9862] ERROR   
>    - Trying to release the lock on /bypdd/mybucket4, which was never acquired.
> om_1        | 2019-10-16 05:33:57,414 WARN ipc.Server: IPC Server handler 19 
> on 9862, call Call#4 Retry#8 
> org.apache.hadoop.ozone.om.protocol.OzoneManagerProtocol.submitRequest from 
> 172.29.0.4:37018
> om_1        | java.lang.IllegalMonitorStateException: Releasing lock on 
> resource /bypdd/mybucket4 without acquiring lock
> om_1        |         at 
> org.apache.hadoop.ozone.lock.LockManager.getLockForReleasing(LockManager.java:220)
> om_1        |         at 
> org.apache.hadoop.ozone.lock.LockManager.release(LockManager.java:168)
> om_1        |         at 
> org.apache.hadoop.ozone.lock.LockManager.writeUnlock(LockManager.java:148)
> om_1        |         at 
> org.apache.hadoop.ozone.om.lock.OzoneManagerLock.unlock(OzoneManagerLock.java:364)
> om_1        |         at 
> org.apache.hadoop.ozone.om.lock.OzoneManagerLock.releaseWriteLock(OzoneManagerLock.java:329)
> om_1        |         at 
> org.apache.hadoop.ozone.om.request.key.OMKeyCommitRequest.validateAndUpdateCache(OMKeyCommitRequest.java:177)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to