-
Notifications
You must be signed in to change notification settings - Fork 3
Known issues
Matúš Košút edited this page Oct 30, 2018
·
1 revision
Issues that are known and not yet solved or require specific settings to avoid.
Juju stores results of all the actions and sends them over rpc request within delta. With intensive testing on extensive infrastructures this can lead to many problems. RPC frames in python-libjuju that is used for communication are quite limited, which results in drops. When delta is not received, connection cannot be opened, is dropped, or continues inconsistent. All of which cause a lot of trouble in the process.
Action results can be pruned. In the settings of the model time limit has to be specified. We recommend 24h for intensive testing, as opposed to default of 30 days.