[jira] [Updated] (DRILL-6124) testCountDownLatch can be null in PartitionerDecorator depending on user's injection controls config

2018-01-31 Thread Timothy Farkas (JIRA)

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

Timothy Farkas updated DRILL-6124:
--
Affects Version/s: (was: 1.12.0)
   1.13.0

> testCountDownLatch can be null in PartitionerDecorator depending on user's 
> injection controls config
> 
>
> Key: DRILL-6124
> URL: https://issues.apache.org/jira/browse/DRILL-6124
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.13.0
>Reporter: Timothy Farkas
>Assignee: Timothy Farkas
>Priority: Minor
> Fix For: 1.13.0
>
>
> In PartitionerDecorator we get a latch from the injector with the following 
> code.
> testCountDownLatch = injector.getLatch(context.getExecutionControls(), 
> "partitioner-sender-latch");
> However, if there is no injection site defined in the user's drill 
> configuration then testCountDownLatch will be null. So we have to check if it 
> is null in order to avoid NPE's



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


[jira] [Updated] (DRILL-6124) testCountDownLatch can be null in PartitionerDecorator depending on user's injection controls config

2018-01-31 Thread Arina Ielchiieva (JIRA)

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

Arina Ielchiieva updated DRILL-6124:

Affects Version/s: 1.12.0

> testCountDownLatch can be null in PartitionerDecorator depending on user's 
> injection controls config
> 
>
> Key: DRILL-6124
> URL: https://issues.apache.org/jira/browse/DRILL-6124
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.12.0
>Reporter: Timothy Farkas
>Assignee: Timothy Farkas
>Priority: Minor
> Fix For: 1.13.0
>
>
> In PartitionerDecorator we get a latch from the injector with the following 
> code.
> testCountDownLatch = injector.getLatch(context.getExecutionControls(), 
> "partitioner-sender-latch");
> However, if there is no injection site defined in the user's drill 
> configuration then testCountDownLatch will be null. So we have to check if it 
> is null in order to avoid NPE's



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


[jira] [Updated] (DRILL-6124) testCountDownLatch can be null in PartitionerDecorator depending on user's injection controls config

2018-01-31 Thread Arina Ielchiieva (JIRA)

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

Arina Ielchiieva updated DRILL-6124:

Fix Version/s: 1.13.0

> testCountDownLatch can be null in PartitionerDecorator depending on user's 
> injection controls config
> 
>
> Key: DRILL-6124
> URL: https://issues.apache.org/jira/browse/DRILL-6124
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.12.0
>Reporter: Timothy Farkas
>Assignee: Timothy Farkas
>Priority: Minor
> Fix For: 1.13.0
>
>
> In PartitionerDecorator we get a latch from the injector with the following 
> code.
> testCountDownLatch = injector.getLatch(context.getExecutionControls(), 
> "partitioner-sender-latch");
> However, if there is no injection site defined in the user's drill 
> configuration then testCountDownLatch will be null. So we have to check if it 
> is null in order to avoid NPE's



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


[jira] [Updated] (DRILL-6124) testCountDownLatch can be null in PartitionerDecorator depending on user's injection controls config

2018-01-30 Thread Timothy Farkas (JIRA)

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

Timothy Farkas updated DRILL-6124:
--
Reviewer: Arina Ielchiieva

> testCountDownLatch can be null in PartitionerDecorator depending on user's 
> injection controls config
> 
>
> Key: DRILL-6124
> URL: https://issues.apache.org/jira/browse/DRILL-6124
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Timothy Farkas
>Assignee: Timothy Farkas
>Priority: Minor
>
> In PartitionerDecorator we get a latch from the injector with the following 
> code.
> testCountDownLatch = injector.getLatch(context.getExecutionControls(), 
> "partitioner-sender-latch");
> However, if there is no injection site defined in the user's drill 
> configuration then testCountDownLatch will be null. So we have to check if it 
> is null in order to avoid NPE's



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


[jira] [Updated] (DRILL-6124) testCountDownLatch can be null in PartitionerDecorator depending on user's injection controls config

2018-01-30 Thread Timothy Farkas (JIRA)

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

Timothy Farkas updated DRILL-6124:
--
Priority: Minor  (was: Major)

> testCountDownLatch can be null in PartitionerDecorator depending on user's 
> injection controls config
> 
>
> Key: DRILL-6124
> URL: https://issues.apache.org/jira/browse/DRILL-6124
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Timothy Farkas
>Assignee: Timothy Farkas
>Priority: Minor
>
> In PartitionerDecorator we get a latch from the injector with the following 
> code.
> testCountDownLatch = injector.getLatch(context.getExecutionControls(), 
> "partitioner-sender-latch");
> However, if there is no injection site defined in the user's drill 
> configuration then testCountDownLatch will be null. So we have to check if it 
> is null in order to avoid NPE's



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