You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/03/08 13:55:00 UTC

[jira] [Comment Edited] (HIVE-18878) Lower MoveTask Lock Logging to Debug

    [ https://issues.apache.org/jira/browse/HIVE-18878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391259#comment-16391259 ] 

BELUGA BEHR edited comment on HIVE-18878 at 3/8/18 1:54 PM:
------------------------------------------------------------

[~vbeshka] Can you please also capitalize the "a"bout ? :) Thanks.


was (Author: belugabehr):
[~vbeshka] Can you please also capitalize the "a" ? :) Thanks.

> Lower MoveTask Lock Logging to Debug
> ------------------------------------
>
>                 Key: HIVE-18878
>                 URL: https://issues.apache.org/jira/browse/HIVE-18878
>             Project: Hive
>          Issue Type: Improvement
>          Components: Locking
>    Affects Versions: 3.0.0
>            Reporter: BELUGA BEHR
>            Assignee: Kryvenko Igor
>            Priority: Minor
>              Labels: noob
>         Attachments: HIVE-18878.patch
>
>
> https://github.com/apache/hive/blob/cbb9233a3b39ab8489d777fc76f0758c49b69bef/ql/src/java/org/apache/hadoop/hive/ql/exec/MoveTask.java#L233-L234
> {code}
>             LOG.info("about to release lock for output: {} lock: {}", output,
>               lock.getHiveLockObject().getName());
>             try {
>               lockMgr.unlock(lock);
>             } catch (LockException le) {
> {code}
> Change this to _debug_ level logging.  The lock manager's 'unlock' method should have additional logging available.  Knowing that the unlock is about to take place is only helpful for debugging, not for normal operation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)