You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/02/12 20:32:11 UTC

[jira] [Updated] (DRILL-2225) PartitionSenderRootExec is missing some stats

     [ https://issues.apache.org/jira/browse/DRILL-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venki Korukanti updated DRILL-2225:
-----------------------------------
    Attachment: DRILL-2225-1.patch

Stats after applying the attached patch

{code}
"operatorId": 0,
"operatorType": 6,
"setupNanos": 0,
"processNanos": 55976000,
"peakLocalMemoryAllocated": 43018,
"metric": [
	{
	    "metricId": 0,
	    "longValue": 2
	},
	{
	    "metricId": 4,
	    "longValue": 1
	},
	{
	    "metricId": 2,
	    "longValue": 0
	},
	{
	    "metricId": 3,
	    "longValue": 109
	},
	{
	    "metricId": 1,
	    "longValue": 109
	},
	{
	    "metricId": 5,
	    "longValue": 2366
	}
],
{code}

> PartitionSenderRootExec is missing some stats
> ---------------------------------------------
>
>                 Key: DRILL-2225
>                 URL: https://issues.apache.org/jira/browse/DRILL-2225
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators
>    Affects Versions: 0.8.0
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>         Attachments: DRILL-2225-1.patch
>
>
> Metrics {{MIN_RECORDS}}, {{MAX_RECORDS}} and {{N_RECEIVERS}} are not available in operator profile and {{BATCHES_SENT}} doesn't include the empty schema batches sent.
> Example profile for query {{select sales_city, count(\*) from cp.`region.json` group by sales_city;}} with slice_count set to 1.
> {code}
> "operatorId": 0,
> "operatorType": 6,
> "setupNanos": 0,
> "processNanos": 55036000,
> "peakLocalMemoryAllocated": 43018,
> "metric": [
>    {
>       "metricId": 0,
>       "longValue": 1
>    },
>    {
>       "metricId": 1,
>       "longValue": 109
>    },
>    {
>       "metricId": 5,
>       "longValue": 2366
>    }
> ],
> {code}
> Metrics and Ids 
> {code}
> BATCHES_SENT = 0
> RECORDS_SENT = 1
> MIN_RECORDS = 2
> MAX_RECORDS = 3
> N_RECEIVERS = 4
> BYTES_SENT = 5
> {code}



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