You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2023/01/26 10:59:00 UTC

[jira] [Commented] (IGNITE-18637) Java thin client: Connections balancing

    [ https://issues.apache.org/jira/browse/IGNITE-18637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680952#comment-17680952 ] 

Ignite TC Bot commented on IGNITE-18637:
----------------------------------------

{panel:title=Branch: [pull/10497/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10497/head] Base: [master] : New Tests (38)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Thin Client: Java{color} [[tests 38|https://ci2.ignite.apache.org/viewLog.html?buildId=7013715]]
* {color:#013220}ClientTestSuite: FunctionalTest.testTxResumeAfterTxTimeout[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testCacheConfiguration[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testOptimitsticRepeatableReadUpdatesValue[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testTransactionsWithLabel[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testPessimisticRepeatableReadsTransactionHoldsLock[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testBatchPutGet[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testClientFailsOnStart[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testTransactions[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testDataTypes[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testOptimitsticSerializableTransactionHoldsLock[useBinaryArrays = true] - PASSED{color}
* {color:#013220}ClientTestSuite: FunctionalTest.testRemoveReplace[useBinaryArrays = true] - PASSED{color}
... and 27 new tests

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=7013729&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Java thin client: Connections balancing
> ---------------------------------------
>
>                 Key: IGNITE-18637
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18637
>             Project: Ignite
>          Issue Type: Improvement
>          Components: thin client
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: ise
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Since Ignite 2.12 java thin client always connects to the first address from the provided address list. In typical configuration this leads to overloading an one server node and underloading other server nodes. 
> To improve workload distribution we can:
>  # Choose random first channel from the range of addresses with the same (minimal) port.
>  # If partition awareness is enabled use random open channel instead of default channel for operations which can't be mapped to a certain node. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)