[jira] [Commented] (ACCUMULO-4329) Replication services don't have property to enable port-search

2016-06-21 Thread Michael Wall (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15341643#comment-15341643
 ] 

Michael Wall commented on ACCUMULO-4329:


Thanks @dlmarion.  I am going to close this later today to give a little more 
time for feedback.  It can be reopened at anytime.

> Replication services don't have property to enable port-search
> --
>
> Key: ACCUMULO-4329
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4329
> Project: Accumulo
>  Issue Type: Bug
>  Components: tserver
>Reporter: Dave Marion
> Fix For: 1.8.0
>
>
> TabletServer will not start if it cannot reserve the configured replication 
> port. The code passes `null` for enabling the port search feature, which 
> resolves to `false`, and the TServer fails.



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


[jira] [Commented] (ACCUMULO-4329) Replication services don't have property to enable port-search

2016-06-20 Thread Dave Marion (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339470#comment-15339470
 ] 

Dave Marion commented on ACCUMULO-4329:
---

It's an issue in that the feature is not supported, but not critical as the 
workaround is to set replication.receipt.service.port to zero. Having said 
that, I don't know if the intent is to support the feature for this port. I 
would say close it for now, this is documentation enough for someone that runs 
into it.

> Replication services don't have property to enable port-search
> --
>
> Key: ACCUMULO-4329
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4329
> Project: Accumulo
>  Issue Type: Bug
>  Components: tserver
>Reporter: Dave Marion
> Fix For: 1.8.0
>
>
> TabletServer will not start if it cannot reserve the configured replication 
> port. The code passes `null` for enabling the port search feature, which 
> resolves to `false`, and the TServer fails.



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


[jira] [Commented] (ACCUMULO-4329) Replication services don't have property to enable port-search

2016-06-20 Thread Michael Wall (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339466#comment-15339466
 ] 

Michael Wall commented on ACCUMULO-4329:


Is there still an issue here or can this be closed?

> Replication services don't have property to enable port-search
> --
>
> Key: ACCUMULO-4329
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4329
> Project: Accumulo
>  Issue Type: Bug
>  Components: tserver
>Reporter: Dave Marion
> Fix For: 1.8.0
>
>
> TabletServer will not start if it cannot reserve the configured replication 
> port. The code passes `null` for enabling the port search feature, which 
> resolves to `false`, and the TServer fails.



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


[jira] [Commented] (ACCUMULO-4329) Replication services don't have property to enable port-search

2016-06-06 Thread Keith Turner (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15317211#comment-15317211
 ] 

Keith Turner commented on ACCUMULO-4329:


Whats the behavior if `replication.receipt.service.port` is set to 0.  Does it 
choose a random port?

> Replication services don't have property to enable port-search
> --
>
> Key: ACCUMULO-4329
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4329
> Project: Accumulo
>  Issue Type: Bug
>  Components: tserver
>Affects Versions: 1.8.0
>Reporter: Dave Marion
>
> TabletServer will not start if it cannot reserve the configured replication 
> port. The code passes `null` for enabling the port search feature, which 
> resolves to `false`, and the TServer fails.



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


[jira] [Commented] (ACCUMULO-4329) Replication services don't have property to enable port-search

2016-06-06 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15317153#comment-15317153
 ] 

Josh Elser commented on ACCUMULO-4329:
--

bq. That seems inconsistent with what already exists for the TabletServer. 
Should it not re-use the tserver.port.search property?

No clue. I don't think the documentation is clear at all about how that 
property should work nor the scope of it (is it for the tabletserver service? 
the tabletserver server?). It was likely written specifically for the 
TabletServer service, not the entire server. I'd probably say there should be a 
new property for it.

> Replication services don't have property to enable port-search
> --
>
> Key: ACCUMULO-4329
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4329
> Project: Accumulo
>  Issue Type: Bug
>  Components: tserver
>Affects Versions: 1.8.0
>Reporter: Dave Marion
>
> TabletServer will not start if it cannot reserve the configured replication 
> port. The code passes `null` for enabling the port search feature, which 
> resolves to `false`, and the TServer fails.



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


[jira] [Commented] (ACCUMULO-4329) Replication services don't have property to enable port-search

2016-06-06 Thread Dave Marion (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15317146#comment-15317146
 ] 

Dave Marion commented on ACCUMULO-4329:
---

bq. you would need to set different ports by hand for replication

That seems inconsistent with what already exists for the TabletServer. Should 
it not re-use the tserver.port.search property?

> Replication services don't have property to enable port-search
> --
>
> Key: ACCUMULO-4329
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4329
> Project: Accumulo
>  Issue Type: Bug
>  Components: tserver
>Affects Versions: 1.8.0
>Reporter: Dave Marion
>
> TabletServer will not start if it cannot reserve the configured replication 
> port. The code passes `null` for enabling the port search feature, which 
> resolves to `false`, and the TServer fails.



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