What should be aware before switching to Cloud native

ARTIFACTORY: What should be aware before switching to Cloud native (masterless)

AuthorFullName__c
Palak Sahu
articleNumber
000005379
ft:sourceType
Salesforce
FirstPublishedDate
2022-08-23T09:09:41Z
lastModifiedDate
2022-08-23
VersionNumber
3

Before Artifactory version  7.17.4,  primary node is responsible for the following tasks.

  • Garbage Collection
  • Backups 
  • Imports
  • Archive indexing (responsible for opening and mapping archived files)
  • Maven indices (for IDE only) generation
  • Xray event generation and propagation
     

That means, if the primary node is down the above tasks will be paused (But the member nodes will be servering all other requests). 
Before this version, there is a possibility that primary node might have been tuned with high resources like memory in order to accommodate the above tasks. 
 

If we are switching to Clound native, we should make sure that the member nodes are also tuned according to the load of the server with enough resources as, all nodes will perform all the tasks. This avoids performance issues further.