[
https://issues.apache.org/jira/browse/IGNITE-15602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422411#comment-17422411
]
Ignite TC Bot commented on IGNITE-15602:
----------------------------------------
{panel:title=Branch: [pull/9443/head] Base: [master] : Possible Blockers
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Thin client: Node.js{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=6202280]]
{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6202222]]
* ZookeeperDiscoverySpiTestSuite2:
GridCachePartitionedNodeRestartTest.testRestartWithTxFourNodesOneBackups - Test
has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Service Grid{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=6202269]]
* IgniteServiceGridTestSuite: ServiceThreadPoolSelfTest.testCustomPoolSize -
Test has low fail rate in base branch 0,0% and is not flaky
* IgniteServiceGridTestSuite: ServiceThreadPoolSelfTest.testInheritedPoolSize -
Test has low fail rate in base branch 0,0% and is not flaky
{panel}
{panel:title=Branch: [pull/9443/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6202389&buildTypeId=IgniteTests24Java8_RunAll]
> Add KubernetesConnectionConfiguration.DiscoveryPort property
> ------------------------------------------------------------
>
> Key: IGNITE-15602
> URL: https://issues.apache.org/jira/browse/IGNITE-15602
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Affects Versions: 2.8.1, 2.10, 2.9.1, 2.11
> Reporter: Raymond Wilson
> Assignee: Raymond Wilson
> Priority: Minor
> Labels: Kubernetes
> Fix For: 2.12
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The TcpDiscoveryKubernetesIpFinder hard wires the port passed to the
> KubernetesServiceAddressResolver to 0, rather than a configurable
> DiscoveryPort specified in KubernetesConnectionConfiguration. This means if
> there is a client to more than one grid deployed to Kubernetes, that client
> can only see one of the grids due to the port being hard wired to 0 causing
> it to use the default port to locate the grid to join.
>
> KubernetesConnectionConfiguration should define a property, DiscoveryPort,
> which the Ignite Kubernetes finder can use to locate a grid deployed in
> Kubernetes.
> This work items makes the following changes:
> * Adds a DiscoveryPort property to KubernetesConnectionConfiguration
> * Passes that DiscoveryPort configuration value to the
> KubernetesServiceAddressResolver
>
> I have added a related documentation ticket here:
> https://issues.apache.org/jira/browse/IGNITE-15630
--
This message was sent by Atlassian Jira
(v8.3.4#803005)