[
https://issues.apache.org/jira/browse/IGNITE-26515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18028295#comment-18028295
]
Dmitry Werner commented on IGNITE-26515:
----------------------------------------
If the {{Serializable}} interface is removed from
{{CachePartitionPartialCountersMap}}, the following tests will fail:
* WalRecoveryWithPageCompressionTest (testHugeCheckpointRecord,
testWalBigObjectNodeCancel, testAbsentDeadlock_Iterator_RollOver_Archivation,
testWalRenameDirSimple, testRecoveryNoCheckpoint, testDestroyCache,
testTxRecordsConsistency, testWalLargeValue)
*
GridCacheClientNodeBinaryObjectMetadataMultinodeTest#testClientMetadataInitialization
* IgnitePdsBinaryMetadataAsyncWritingTest
(testParallelUpdatesToBinaryMetadata,
testNodeIsStoppedOnExceptionDuringStoringMetadata,
testNodeJoinIsNotBlockedByAsyncMetaWriting,
testPutRequestFromClientIsBlockedIfBinaryMetaWriteIsHanging,
testPutRequestFromClientCompletesIfMetadataWriteHangOnNonAffinityNode,
testPutRequestFromClientCompletesIfMetadataWriteHangOnBackup)
* DumpCacheConfigTest#testSQLTableDump
* SqlViewExporterSpiTest#testBinaryMeta
* GridCommandHandlerMetadataTest#testMetadataForInternalClassesIsNotRegistered
* TcpDiscoverySelfTest#testSystemMarshallerTypesFilteredOut
* TcpDiscoverySslSelfTest#testSystemMarshallerTypesFilteredOut
* TcpDiscoverySslTrustedSelfTest#testSystemMarshallerTypesFilteredOut
* CacheRegisterMetadataLocallyTest
(testClientFindsValueByAffinityKeyDynamicCacheWithoutExtraRequest,
testClientFindsValueByAffinityKeyStaticCacheWithoutExtraRequest)
If the {{Serializable}} interface is removed from
IgniteDhtDemandedPartitionsMap, the following tests will fail:
* IgniteSnapshotRestoreFromRemoteTest (testRestoreAllGroups,
testSnapshotCachesStoppedIfLoadingFailOnRemote, testRestoreNoRebalance,
testRestoreFromAnEmptyNode, testRestoreConnectionLost)
> Refactor GridDhtPartitionDemandMessage
> --------------------------------------
>
> Key: IGNITE-26515
> URL: https://issues.apache.org/jira/browse/IGNITE-26515
> Project: Ignite
> Issue Type: Improvement
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Labels: IEP-132, ise
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Move GridDhtPartitionDemandMessage serialization (inherited from Message) to
> MessageSerializer.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)