Hi Igniters, I would like to fix the issue https://issues.apache.org/jira/browse/IGNITE-11432 about specifying some previous randomly generated UUID as a new consistent ID. Folder generation algorithm here ( https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood) allows two options -node00+random UUID - consistendId
I would like to add to Ignite configuration new property nodeIndex in addition to consistent Id. New Property will be named as storageNodeIndex, int, zero-based. This will add the third option of subfolders processing: node{storageNodeIndex}+consistentID Please share your vision. I'm going to apply this change by lazy consensus in 3 days. Sincerely, Dmitriy Pavlov