Non-static Log objects in org.apache.pig.data.* classes are inefficient
-----------------------------------------------------------------------
Key: PIG-213
URL: https://issues.apache.org/jira/browse/PIG-213
Project: Pig
Issue Type: Bug
Components: impl
Affects Versions: 0.1.0
Reporter: Vadim Geshel
Priority: Minor
Attachments: logging.patch
LogFactory.getLog called from the constructor of Tuple accounts for significant
percentage of my job's running time. The proposed fix is to make the Log fields
static (which is generally standard practice).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.