wernerdv commented on code in PR #13408:
URL: https://github.com/apache/ignite/pull/13408#discussion_r3681535031
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/TxLocksRequest.java:
##########
@@ -35,14 +34,9 @@ public class TxLocksRequest extends GridCacheMessage {
long futId;
/** Tx keys. */
- @GridToStringInclude
- @Marshalled("txKeysArr")
- Set<IgniteTxKey> txKeys;
-
- /** Array of txKeys from {@link #txKeys}. Used during marshalling and
unmarshalling. */
- @GridToStringExclude
@Order(1)
- IgniteTxKey[] txKeysArr;
+ @GridToStringInclude
+ Collection<IgniteTxKey> txKeys;
Review Comment:
Why can't we keep Set?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]