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

ASF GitHub Bot commented on DRILL-4152:
---------------------------------------

Github user parthchandra commented on a diff in the pull request:

    https://github.com/apache/drill/pull/298#discussion_r47578156
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java
 ---
    @@ -105,13 +107,15 @@
       long totalRecordsRead;
       private final FragmentContext fragmentContext;
     
    +  public ParquetReaderStats parquetReaderStats = new ParquetReaderStats();
    --- End diff --
    
    I did have this as final originally, but close is called multiple times so 
I had to remove the final.


> Add additional logging and metrics to the Parquet reader
> --------------------------------------------------------
>
>                 Key: DRILL-4152
>                 URL: https://issues.apache.org/jira/browse/DRILL-4152
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Parquet
>            Reporter: Parth Chandra
>            Assignee: Deneche A. Hakim
>
> In some cases, we see the Parquet reader as the bottleneck in reading from 
> the file system. RWSpeedTest is able to read 10x faster than the Parquet 
> reader so reading from disk is not the issue. This issue is to add more 
> instrumentation to the Parquet reader so speed bottlenecks can be better 
> diagnosed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to