QuestionQ8

MuleSoft application network concepts

An organization has deployed Runtime Fabric on one server configured as an eight-node cluster with the performance profile. An API uses a non-persistent Object Store to maintain state data from deployed Mule applications.

What is the impact on the state data if the server crashes?

  • A State data is lost
  • B State data is rolled back to a previously saved version
  • C State data is preserved
  • D State data is duplicated
Explanation

A non-persistent Object Store is transient, so its data does not survive a Mule Runtime crash. The performance profile also disables Object Store backups to avoid replication; therefore, state data associated with the failed server is lost.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!