[
https://issues.apache.org/jira/browse/IGNITE-15924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447235#comment-17447235
]
Ignite TC Bot commented on IGNITE-15924:
----------------------------------------
{panel:title=Branch: [pull/9576/head] Base: [master] : Possible Blockers
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}AWS{color} [[tests 0 Exit Code
|https://ci2.ignite.apache.org/viewLog.html?buildId=6209954]]
{color:#d04437}GCE{color} [[tests 0 Exit Code
|https://ci2.ignite.apache.org/viewLog.html?buildId=6209994]]
{panel}
{panel:title=Branch: [pull/9576/head] Base: [master] : New Tests
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Thin Client: Java{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=6210003]]
* {color:#013220}ClientTestSuite:
OptimizedMarshallerClassesCachedTest.testLocalDateTimeMetaCached - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=6210048&buildTypeId=IgniteTests24Java8_RunAll]
> Java thin client: Type name is not cached on client side for
> OptimizerMarshaller types
> --------------------------------------------------------------------------------------
>
> Key: IGNITE-15924
> URL: https://issues.apache.org/jira/browse/IGNITE-15924
> Project: Ignite
> Issue Type: Bug
> Reporter: Alex Plehanov
> Assignee: Nikolay Izhikov
> Priority: Major
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> For JDK marshaller types (for example {{LocalDateTime}} use JDK marshaller)
> type name, requested by {{{}typeId{}}}, is not cached correctly.
> For example, in this fragment, type name requested twice by thin-client
> (after each get request), but should be cached after the first request:
> {code:java}
> try (Ignite srv = Ignition.start(Config.getServerConfiguration())) {
> srv.cache(Config.DEFAULT_CACHE_NAME).put(1, LocalDateTime.now());
> try (IgniteClient client = Ignition.startClient(new
> ClientConfiguration().setAddresses(Config.SERVER))) {
> client.cache(Config.DEFAULT_CACHE_NAME).get(1);
> client.cache(Config.DEFAULT_CACHE_NAME).get(1);
> }
> } {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)