rhtconsulting / puppet-jboss_admin

Puppet module for runtime configuration of a JBoss container
MIT License
15 stars 12 forks source link

retries should be handled at the execute_cli level for cli command execution #97

Closed ramius345 closed 8 years ago

ramius345 commented 8 years ago

There is code scattered about the three types jboss_resource, jboss_exec, and jboss_batch that all attempt retries of various cli commands. This causes unexpected cli timeouts to pop up in our overnight testing. Refactoring the code to handle retries (with some default settings) inside of execute_cli should help alleviate this problem.

itewk commented 8 years ago

approved after change to remove unnecessary "require 'pp'"

itewk commented 8 years ago

merged into master