[jira] [Updated] (RIVER-466) ServiceDiscoveryManager not exiting lookup loop when serviceItems.length >= minMatches

2018-05-13 Thread Shawn Ellis (JIRA)

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

Shawn Ellis updated RIVER-466:
--
Description: 
The problem occurs when a lookup for only one service is required, but more 
than one is found. Currently, the lookup loop only exits if the number of 
services found is equivalent to the minMatches or the timeout has expired.

How to Reproduce:
 1. Have multiple instances of a service registered with reggie.
 2. Have a client call that performs a lookup with a constraint of only one 
service
  
{code:java}
lookup(serviceTemplate, 1, 1, null, 30 * 100){code}
3. The lookup loop will not exit until the timeout has expired even though more 
than minMatches were found.

The attached patch causes the lookup loop to be exited which results in less 
time for service lookups.

  was:
The problem occurs when a lookup for only one service is required, but more 
than one is found. Currently, the lookup loop only exits if the number of 
services found is equivalent to the minMatches or the timeout has expired.

How to Reproduce:
 1. Have multiple instances of a service registered with reggie.
 2. Have a client call that performs a lookup with a constraint of only one 
service
  
{code:java}
lookup(serviceTemplate, 1, 1, null, 30 * 100){code}
3. The lookup loop will not exit until the timeout has expired even though more 
than minMatches were found.

The attached patch causes the lookup loop to be exited which results in less 
time to service lookups.


> ServiceDiscoveryManager not exiting lookup loop when serviceItems.length >= 
> minMatches
> --
>
> Key: RIVER-466
> URL: https://issues.apache.org/jira/browse/RIVER-466
> Project: River
>  Issue Type: Bug
>  Components: net_jini_lookup
>Affects Versions: River_3.0.0
>Reporter: Shawn Ellis
>Priority: Minor
> Attachments: MinMatches.patch
>
>
> The problem occurs when a lookup for only one service is required, but more 
> than one is found. Currently, the lookup loop only exits if the number of 
> services found is equivalent to the minMatches or the timeout has expired.
> How to Reproduce:
>  1. Have multiple instances of a service registered with reggie.
>  2. Have a client call that performs a lookup with a constraint of only one 
> service
>   
> {code:java}
> lookup(serviceTemplate, 1, 1, null, 30 * 100){code}
> 3. The lookup loop will not exit until the timeout has expired even though 
> more than minMatches were found.
> The attached patch causes the lookup loop to be exited which results in less 
> time for service lookups.



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


[jira] [Updated] (RIVER-466) ServiceDiscoveryManager not exiting lookup loop when serviceItems.length >= minMatches

2018-05-13 Thread Shawn Ellis (JIRA)

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

Shawn Ellis updated RIVER-466:
--
Attachment: MinMatches.patch

> ServiceDiscoveryManager not exiting lookup loop when serviceItems.length >= 
> minMatches
> --
>
> Key: RIVER-466
> URL: https://issues.apache.org/jira/browse/RIVER-466
> Project: River
>  Issue Type: Bug
>  Components: net_jini_lookup
>Affects Versions: River_3.0.0
>Reporter: Shawn Ellis
>Priority: Minor
> Attachments: MinMatches.patch
>
>
> The problem occurs when a lookup for only one service is required, but more 
> than one is found. Currently, the lookup loop only exits if the number of 
> services found is equivalent to the minMatches or the timeout has expired.
> How to Reproduce:
>  1. Have multiple instances of a service registered with reggie.
>  2. Have a client call that performs a lookup with a constraint of only one 
> service
>   
> {code:java}
> lookup(serviceTemplate, 1, 1, null, 30 * 100){code}
> 3. The lookup loop will not exit until the timeout has expired even though 
> more than minMatches were found.
> The attached patch causes the lookup loop to be exited which results in less 
> time to service lookups.



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