[jira] [Created] (IGNITE-5505) @AffinityKeyMapped annotation is ignored if class names are configured on BinaryConfiguration

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

[jira] [Created] (IGNITE-5505) @AffinityKeyMapped annotation is ignored if class names are configured on BinaryConfiguration

Anton Vinogradov (Jira)
Andrey Gura created IGNITE-5505:
-----------------------------------

             Summary: @AffinityKeyMapped annotation is ignored if class names are configured on BinaryConfiguration
                 Key: IGNITE-5505
                 URL: https://issues.apache.org/jira/browse/IGNITE-5505
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.7
            Reporter: Andrey Gura


{{@AffinityKeyMapped}} annotation on key class field is ignored in case when class names passed to {{inaryConfiguration}} via {{setClassNames()}} method.

The problem is that Ignite uses {{IgniteConfiguration.cacheKeyCfg}} during {{BinaryContext.configure()}} execution and doesn't check class fileds on {{@AffinityKeyMapped}} annotation.

Possible solution: check class fields on {{@AffinityKeyMapped}} annotation if there is no any mapping for cache key type.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)