Aman Sinha created DRILL-1578: --------------------------------- Summary: Memory Accountor logging should preferably be Trace level instead of Debug Key: DRILL-1578 URL: https://issues.apache.org/jira/browse/DRILL-1578 Project: Apache Drill Issue Type: Bug Components: Execution - Flow Affects Versions: 0.6.0 Reporter: Aman Sinha Assignee: Parth Chandra
The Accountor logs a message for reserved and allocated memory..and it could create a lot of these messages depending on the number of fragments and number of operators. It would be better to do this at the Trace level rather than Debug since developers use the Debug level for other log messages. 14:47:29.224 [314634d1-7f7a-4e92-83d5-2c2988070be2:frag:8:0] DEBUG o.apache.drill.exec.memory.Accountor - Fragment:8:0 Reserved 4096 bytes. Total Allocated: 566272 14:47:29.224 [314634d1-7f7a-4e92-83d5-2c2988070be2:frag:2:4] DEBUG o.apache.drill.exec.memory.Accountor - Fragment:2:4 Reserved 4096 bytes. Total Allocated: 949920 -- This message was sent by Atlassian JIRA (v6.3.4#6332)