[jira] [Commented] (IMPALA-7158) Incorrect init of HdfsScanNodeBase::progress_

2018-06-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16511329#comment-16511329
 ] 

ASF subversion and git services commented on IMPALA-7158:
-

Commit 3a727a217212f44f953ab0461adf9b9f87dbf9a2 in impala's branch 
refs/heads/2.x from Bharath Vissapragada
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=3a727a2 ]

IMPALA-7158: Fix HdfsScanNodeBase::progress_'s init

(Testing) Verified that the correct node id is being logged
with this patch and --v=2.

Change-Id: Id2a738edea80ff3fb13ff368b4093c8b4ef34df7
Reviewed-on: http://gerrit.cloudera.org:8080/10672
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 


> Incorrect init of HdfsScanNodeBase::progress_
> -
>
> Key: IMPALA-7158
> URL: https://issues.apache.org/jira/browse/IMPALA-7158
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Reporter: bharath v
>Assignee: bharath v
>Priority: Minor
> Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> I was digging into something else and came across this. The initialization of 
> the scan split progress is incorrect 
> {noformat}
> Status HdfsScanNodeBase::Open(RuntimeState* state) {
>   RETURN_IF_ERROR(ScanNode::Open(state));
>   .
>   .
>   progress_.Init(Substitute("Splits complete (node=$0)", 
> total_splits),total_splits);
>   return Status::OK();
> }{noformat}
> It should be {{progress_.Init(Substitute("Splits complete (node=$0)", 
> id_),total_splits);}} instead



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-7158) Incorrect init of HdfsScanNodeBase::progress_

2018-06-12 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510331#comment-16510331
 ] 

ASF subversion and git services commented on IMPALA-7158:
-

Commit 60dbc4db56b258026dc7ce91276dcec7600a67b4 in impala's branch 
refs/heads/master from Bharath Vissapragada
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=60dbc4d ]

IMPALA-7158: Fix HdfsScanNodeBase::progress_'s init

(Testing) Verified that the correct node id is being logged
with this patch and --v=2.

Change-Id: Id2a738edea80ff3fb13ff368b4093c8b4ef34df7
Reviewed-on: http://gerrit.cloudera.org:8080/10672
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 


> Incorrect init of HdfsScanNodeBase::progress_
> -
>
> Key: IMPALA-7158
> URL: https://issues.apache.org/jira/browse/IMPALA-7158
> Project: IMPALA
>  Issue Type: Bug
>Reporter: bharath v
>Assignee: bharath v
>Priority: Minor
>
> I was digging into something else and came across this. The initialization of 
> the scan split progress is incorrect 
> {noformat}
> Status HdfsScanNodeBase::Open(RuntimeState* state) {
>   RETURN_IF_ERROR(ScanNode::Open(state));
>   .
>   .
>   progress_.Init(Substitute("Splits complete (node=$0)", 
> total_splits),total_splits);
>   return Status::OK();
> }{noformat}
> It should be {{progress_.Init(Substitute("Splits complete (node=$0)", 
> id_),total_splits);}} instead



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org