[
https://issues.apache.org/jira/browse/IGNITE-28798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090099#comment-18090099
]
Ignite TC Bot commented on IGNITE-28798:
----------------------------------------
{panel:title=Branch: [pull/13252/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13252/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 3{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9135389]]
* {color:#013220}IgniteCalciteTestSuite3:
TimeoutIntegrationTest.testThinClientCursorReleasedOnTimeout - PASSED{color}
{color:#00008b}Cache 13{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9135286]]
* {color:#013220}IgniteCacheTestSuite13:
SystemViewCacheExpiryPolicyTest.testCacheViewExpiryPolicy[factory=javax.cache.configuration.FactoryBuilder$SingletonFactory@7f27f59b,
actual=SingletonFactory [expiryPlc=EternalExpiryPolicy [create=ETERNAL]]] -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9135404&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9135404
rerunBuildIds=none{color}
> Memory leak on thin client SQL query timeout
> --------------------------------------------
>
> Key: IGNITE-28798
> URL: https://issues.apache.org/jira/browse/IGNITE-28798
> Project: Ignite
> Issue Type: Bug
> Reporter: Nikita Amelchev
> Assignee: Nikita Amelchev
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Attachments: after_fix.png, before_fix.png
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> A timed-out SQL query executed via thin client may leave the server-side
> cursor registered after ClientCacheQueryCursor.writePage() fails while
> fetching/writing the page. As a result, query-related objects remain
> reachable from client resources, causing heap growth after repeated timeout
> cancellations.
> Before fix:
> !before_fix.png|width=556,height=267!
> After fix:
> !after_fix.png|width=536,height=270!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)