[
https://issues.apache.org/jira/browse/HIVE-21392?focusedWorklogId=442957&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442957
]
ASF GitHub Bot logged work on HIVE-21392:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/20 16:16
Start Date: 09/Jun/20 16:16
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #571:
URL: https://github.com/apache/hive/pull/571#issuecomment-641143809
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 442957)
Time Spent: 1.5h (was: 1h 20m)
> Misconfigurations of DataNucleus log in log4j.properties
> --------------------------------------------------------
>
> Key: HIVE-21392
> URL: https://issues.apache.org/jira/browse/HIVE-21392
> Project: Hive
> Issue Type: Improvement
> Components: Logging
> Affects Versions: 2.0.0
> Reporter: Chen Zhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-21392.02.patch, HIVE-21392.03.patch,
> HIVE-21392.04.patch, HIVE-21392.05.patch, HIVE-21392.06.patch,
> HIVE-21392.07.patch, HIVE-21392.08.patch, HIVE-21392.patch
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> In the patch ofÂ
> [HIVE-12020|https://issues.apache.org/jira/browse/HIVE-12020], we changed the
> DataNucleus related logging configuration from nine fine-grained loggers with
> three coarse-grained loggers (DataNucleus, Datastore and JPOX). As Prasanth
> Jayachandran
> [explain|https://issues.apache.org/jira/browse/HIVE-12020?focusedCommentId=15025612&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15025612],
> these three loggers are the top-level logger in DataNucleus, so that we
> don't need to specify other loggers for DataNucleus. However, according to
> the
> [documents|http://www.datanucleus.org/products/accessplatform/logging.html]
> and [source
> codes|https://github.com/datanucleus/datanucleus-core/blob/master/src/main/java/org/datanucleus/util/NucleusLogger.java#L108]
> of DataNucleus, the top-level logger in DataNucleus is `DataNucleus`.
> Therefore, we just need to keep the right one.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)