Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-09 Thread agura
posts): I expect that exception should be throwed up on ignite instance start up because there is no such property "AffinityKeyFieldName". -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-field-is-not-identified-if-binary-configura

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-06 Thread kotamrajuyashasvi
ng from > scratch. > > > > -------------- > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Affinity- > Key-field-is-not-identified-if-binary-configuration-is- > used-on-cache-

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-06 Thread kotamrajuyashasvi
try { Ignite ignite = Ignition::Start(cfg); Person myPerson; PersonPK pk ; std::cout << std::endl; std::cout << ">>> Cassandra Cache query example started."

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-05 Thread Dmitriy Setrakyan
On Fri, Aug 4, 2017 at 11:54 AM, kotamrajuyashasvi < kotamrajuyasha...@gmail.com> wrote: > Hi > > Thanks for the response. When I put cacheKeyConfiguration in ignite > configuration, the affinity was working. But when I call Cache.Get() in > client program I'm getting the following error. > > "Jav

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-04 Thread Andrey Gura
yFieldName1=customer_ref, affKeyFieldName2=null]]" >> > >> > I already did LoadCache before running the program. >> > >> > >> > >> > -- >> > View this message in context: >> > http://apache-ignite-users.70518.x6.nabble.com/A

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-04 Thread kotamrajuyashasvi
ifferent affinity key fields [typeName=PersonPK, > > affKeyFieldName1=customer_ref, affKeyFieldName2=null]]" > > > > I already did LoadCache before running the program. > > > > > > > > -- > > View this message in context: http://apache-ignite-users. &

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-04 Thread Andrey Gura
eName=PersonPK, > affKeyFieldName1=customer_ref, affKeyFieldName2=null]]" > > I already did LoadCache before running the program. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-field-is-not-identified-if-binary-configurati

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-04 Thread kotamrajuyashasvi
y type has different affinity key fields [typeName=PersonPK, affKeyFieldName1=customer_ref, affKeyFieldName2=null]]" I already did LoadCache before running the program. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-field-is-not-identified-if-binary-c

Re: Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-03 Thread Andrey Gura
affinity data in c++ > ignite as I could not find any in c++ docs. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-field-is-not-identified-if-binary-configuration-is-used-on-cache-key-object-tp15959.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Affinity Key field is not identified if binary configuration is used on cache key object

2017-08-03 Thread kotamrajuyashasvi
ind any in c++ docs. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-field-is-not-identified-if-binary-configuration-is-used-on-cache-key-object-tp15959.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.