[jira] [Created] (IGNITE-9702) Make IGNITE_BINARY_SORT_OBJECT_FIELDS enabled by default

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-9702) Make IGNITE_BINARY_SORT_OBJECT_FIELDS enabled by default

Anton Vinogradov (Jira)
Mikhail Cherkasov created IGNITE-9702:
-----------------------------------------

             Summary: Make IGNITE_BINARY_SORT_OBJECT_FIELDS enabled by default
                 Key: IGNITE-9702
                 URL: https://issues.apache.org/jira/browse/IGNITE-9702
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Cherkasov
             Fix For: 3.0


Right now:

BinObjectImpl(a=1,b=2) != BinObjectImpl(a=2,b=1), so hash code of binary object depends of fields order and for ignite it's too different objects.

It's unclear and counter-intuitive for a user.

However, this can not be changed till 3.0, because it breaks compatibility with existent storage and requites migration with downtime and an util that will migrate binary objects to a new internal fields order.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)