ignite_bug_share.zip <http://apache-ignite-users.70518.x6.nabble.com/file/t2625/ignite_bug_share.zip>
Thanks for the reply. Please find the attached. 1) IndextestIgniteServer1 - starts server 2) IndexTestIgniteClient1 - starts the client 3) I did not add QueryEntities - we have usecase where we should be able to add fields and indexes on the fly and ignite does support it. This program works when we run for the first time. But if we restart client, it is not able to join the server again because when we use "Users.userName" field added dynamically, alias is being added as username and when we restart due to mismatch in configuration it is not able to join - With this fix, both field and index name will be "Users.userName" and there wont be any mismatch. I built in local and it looks good. January we are going with first prod release, if we can have interim patch for this, that should be fine. Please let us know if that works. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
