Jason, is that true even without Cluster Config? I thought this applied to both REPLICATE and PARTITION Regions (well any type of Region for that matter... Local-only, NORMAL, etc).
So, in my scenario, suppose the cluster with Nodes A and B are not using Cluster Config, but both define a PARTITION Region (X) using cache.xml where Node A defines Index AX. Your saying Node B will "implicitly" define the same Index (i.e. AX) even though it was not "explicitly" defined in cache.xml for Node B on PARTITION Region X? What happens if Node B goes down? Where does Node B get the Index information for PARTITION Region X? (primary?) What happens if Node A (primary for Region X) and B both define the same Index (X) but with different definitions? (IndexExistsException?) Thanks, John On Fri, Nov 6, 2015 at 10:40 AM, Jason Huynh <[email protected]> wrote: > I think what John said is true for an index on a replicated region. If > the index is created on a partitioned region, it will be distributed to the > other nodes. > > On Fri, Nov 6, 2015 at 10:28 AM, John Blum <[email protected]> wrote: > >> I think it is also worth nothing that that behavior is the same within >> the same peer/distributed system as well. If Node A and B in the same >> cluster define the same Region (X), but only Node A defines Index AX, that >> index will not exist in Region X on Node B.\ >> >> -j >> >> On Fri, Nov 6, 2015 at 9:55 AM, Anilkumar Gingade <[email protected]> >> wrote: >> >>> Nikhil, >>> >>> Indexes are on regions; they are not replicated on their own...When data >>> is changed in the region; that will be applied to indexes on that region. >>> >>> -Anil. >>> >>> >>> >>> >>> On Fri, Nov 6, 2015 at 7:23 AM, Nikhil Chandrappa < >>> [email protected]> wrote: >>> >>>> Hi All, >>>> >>>> I am working on configuring WAN replication between two cluster, I had >>>> a question on indexes. >>>> >>>> Changes made to Indexes in one Gem cluster, does it get replicated in >>>> remote Gem cluster? >>>> >>>> Thanks, >>>> Nikhil >>>> >>> >>> >> >> >> -- >> -John >> 503-504-8657 >> john.blum10101 (skype) >> > > -- -John 503-504-8657 john.blum10101 (skype)
