[ https://issues.apache.org/jira/browse/ACCUMULO-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317142#comment-15317142
]
Josh Elser commented on ACCUMULO-4329:
--------------------------------------
bq. So, TServerUtils is expecting a property name for the port search property in the 7th
argument. In the code above for the TabletServer, the value `null` is being passed in the
7th argument to the function.
bq. No, the port search works when enabled.
I took the above to mean that you were not trying to use the port-search "feature". I recognize
that I did not create a port-search property for the replication service (I'm not a big fan
of the concept -- you would need to set different ports by hand for replication). Is that
what you're trying to point out?
> TabletServer won't start if it cannot reserve replication port
> --------------------------------------------------------------
>
> 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)
|