Created 08-09-2018 08:55 AM
I can see Atlas support HA but looks like there will be only one node being active?
I doubt about this because I'm seeing that the "TypeRegistery" in memory is loading when nodes start up, so if there is some one create a new classification type, only the nodes that accept this request will know this change and update it's in memory "TypeRegistery" accordingly. Is my understanding correct?
Thanks,
Eva
Created 08-09-2018 05:39 PM
From the Apache document: http://atlas.apache.org/HighAvailability.html
Hope this clears your doubt.
Created 08-09-2018 05:39 PM
From the Apache document: http://atlas.apache.org/HighAvailability.html
Hope this clears your doubt.
Created 08-10-2018 02:57 AM
Thank you Sandeep!
To double confirm, there will be only one active node for Atlas?
I'm asking this because, nowadays, we have 2 ways to scale our service's capability: scale up (make the server machine more powerful) or scale out (have more identical instances deployed to handle more request). So base on the current design of Atlas, sounds like it doesn't support the later one?
Thanks,
Eva
Created 08-10-2018 05:40 AM
You are right, Only one node will be active at any point of time. Here the HA is like Active and Standby. If one goes down the other one will become active.
** If this helps addressing your query, Do mark this as 'Accepted'. 🙂