adaptation and abstract runtime models
play

Adaptation and Abstract Runtime Models 5th Workshop on Software - PowerPoint PPT Presentation

Adaptation and Abstract Runtime Models 5th Workshop on Software Engineering for Adaptive and Self-Managing Systems (SEAMS 2010) Cape Town, South Africa, 3-4 May 2010 Thomas Vogel and Holger Giese System Analysis and Modeling Group Hasso


  1. Adaptation and Abstract Runtime Models 5th Workshop on Software Engineering for Adaptive and Self-Managing Systems (SEAMS 2010) Cape Town, South Africa, 3-4 May 2010 Thomas Vogel and Holger Giese System Analysis and Modeling Group Hasso Plattner Institute University of Potsdam

  2. Self-Adaptive Systems Autonomic Manager Analyze Plan Knowledge Monitor Execute Sensors Effectors Managed Element Figure: Feedback Loop [Kephart and Chess, 2003] Separation of managing and managed elements → Runtime representation of the running managed system Thomas Vogel, SEAMS 2010, 3-4 May 2010 Introduction: Self-Adaptive Systems 2

  3. Motivation & Related Work Architectural model as a runtime Autonomic Manager representation: Analyze Plan • One-to-one mapping between Knowledge implementation classes and model Monitor Execute elements [Oreizy et al., 1998] Source Model • All concerns of interests like performance, costs, failures etc. Sensors Effectors [Garlan et al., 2004] Managed Element Thomas Vogel, SEAMS 2010, 3-4 May 2010 Introduction: Self-Adaptive Systems 3

  4. Motivation & Related Work Autonomic Manager Analyze Plan Pros • Easing the connection between the Knowledge Monitor Execute model and the running system • Avoiding the maintenance of several Source Model models Sensors Effectors Managed Element Cons • Complexity of the model (all concerns + low level of abstraction) • Platform- and implementation-specific model (solution space) • Limited reusability of autonomic managers Thomas Vogel, SEAMS 2010, 3-4 May 2010 Introduction: Self-Adaptive Systems 4

  5. Adaptation and Abstract Runtime Models architectural element Autonomic Manager Multiple Target Models model Analyze Plan monitoring • More abstract adaptation/challenges Knowledge Monitor Execute defined by • Focused on specific uses concerns Metamodel Target Model → Reduced complexity TGG Rules Model Transformation Engine → Problem space oriented → Leveraging reusability of Metamodel Source Model models and managers Sensors Effectors across managed systems Managed System [Vogel et al., 2009] • Maintenance of target models by a model transformation engine • Incremental, bidirectional model synchronization Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 5

  6. Case Study for EJB: Source Metamodel Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 6

  7. Source Metamodel (simplified) Types Deployment Instances Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 7

  8. Form Source to Target Metamodel Types Deployment Abstract from Instances Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 8

  9. Form Source to Target Metamodel White box views Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 8

  10. Form Source to Target Metamodel Black box views Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 8

  11. Form Source to Target Metamodel Platform- specific view Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 8

  12. Target Metamodel (simplified) • Black-box view on component types and components • Abstract and platform-independent model • Focused on one problem space: architecture + occurred failures Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 9

  13. Runtime Model Synchronization � [Vogel et al., 2010] Monitoring Adaptation E Challenges Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 10

  14. (1) Refinement for Adaptation Challenge • Desired abstraction gap between source and target model impedes the bidirectional model synchronization [Hettel et al., 2008, Stevens, 2010] • Refinement of abstract target model changes to source model changes � architecture refinement [Moriconi et al., 1995, Garlan, 1996] • Case study: white box (source model) vs. black box (target model) views on component types and components Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 11

  15. (1) Refinement for Adaptation Source Model Target Model Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 12

  16. (1) Refinement for Adaptation architectural element Autonomic Manager model Analyze Plan monitoring adaptation Knowledge Monitor Execute defined by uses Metamodel Target Model TGG Rules Model Transformation Engine Factories Metamodel Source Model Sensors Effectors Managed System Solution : Factories (cf. [Gamma et al., 1995]) • Operating on the source model (no abstraction gap) • Invoked on target models • Pragmatically extends the transformation engine Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 13

  17. (2) Restrictions to Adaptation Challenge • Interfacing autonomic managers with target models → How changes are performed on a model? • Definition of allowed changes on abstract target models → What changes can be performed on a model? Solution • Solution similar to adaptation operators in Rainbow [Garlan et al., 2004] • For each target metamodel: specification of specific actions a manager can perform on a target model for adapting the system Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 14

  18. (3) Ordering of Adaptation Steps Challenge • Structural adaptation involving a set of atomic changes/steps • Synchronizing a set of target model changes in one run to the source model, and then in one run to the system � transaction • Interactions esp. dependencies among different steps • Different orders for target model, source model or system changes • Overwriting of changes and losing of intermediate changes • Consistency of the system affected by not suitable orders Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 15

  19. (3) Ordering of Adaptation Steps Solution : 3 options 1 Target Model Usage • Triggering of intermediate synchronizations by managers at runtime • Example: c 1 , sync , c 2 , sync 2 Transformation Engine • Design of rules using application contexts or constraints • Example: c 1 || c 2 on target model, but constraint/context of rule for c 2 is not fulfilled until rule for c 1 has been applied → c 1 before c 2 on source model 3 Causal Connection between Source Model and System • Generic ordering of changes for executing them on the system depending on the types of changes • Example: stop comp, remove conn and comp, deploy comp, create conn, set parameter values, start comp Thomas Vogel, SEAMS 2010, 3-4 May 2010 Adaptation and Abstract Runtime Models 16

  20. Conclusion & Future Work Conclusion • Multiple and abstract models for monitoring and adaptation • Reusability of models and managers across managed systems • Runtime model synchronization to maintain multiple models Future Work • Concurrent adaptations by different managers on different models → Coordination to balance competing adaptations and concerns • Distributed setting → Distributed, generic, and incremental model synchronization Thomas Vogel, SEAMS 2010, 3-4 May 2010 Conclusion & Future Work 17

  21. References [Gamma et al., 1995] Gamma, E., Helm, R., Johnson, R., and Vlissides, J. (1995). Design Patterns - Elements of Reusable Object Oriented Software . Addison-Wesley, 32 edition. [Garlan, 1996] Garlan, D. (1996). Style-Based Refinement for Software Architecture. In Joint Proc. of the 2nd Intl. Software Architecture Workshop and Intl. Workshop on Multiple Perspectives in Software Development , pages 72–75. ACM. [Garlan et al., 2004] Garlan, D., Cheng, S.-W., Huang, A.-C., Schmerl, B., and Steenkiste, P . (2004). Rainbow: Architecture-Based Self-Adaptation with Reusable Infrastructure. Computer , 37(10):46–54. [Hettel et al., 2008] Hettel, T., Lawley, M. J., and Raymond, K. (2008). Model Synchronisation: Definitions for Round-Trip Engineering. In Proc. of the 1st Intl. Conference on Model Transformation , pages 31–45. [Kephart and Chess, 2003] Kephart, J. and Chess, D. (2003). The Vision of Autonomic Computing. IEEE Computer , 36(1):41–50. [Moriconi et al., 1995] Moriconi, M., Qian, X., and Riemenschneider, R. (1995). Correct Architecture Refinement. IEEE Transactions on Software Engineering , 21(4):356–372. [Oreizy et al., 1998] Oreizy, P ., Medvidovic, N., and Taylor, R. N. (1998). Architecture-based Runtime Software Evolution. In Proc. of the 20th Intl. Conference on Software Engineering , pages 177–186. IEEE. [Stevens, 2010] Stevens, P . (2010). Bidirectional model transformations in QVT: semantic issues and open questions. Software and Systems Modeling , 9(1):7–20. [Vogel et al., 2009] Vogel, T., Neumann, S., Hildebrandt, S., Giese, H., and Becker, B. (2009). Model-Driven Architectural Monitoring and Adaptation for Autonomic Systems. In Proc. of the 6th Intl. Conference on Autonomic Computing and Communications , pages 67–68. ACM. [Vogel et al., 2010] Vogel, T., Neumann, S., Hildebrandt, S., Giese, H., and Becker, B. (2010). Incremental Model Synchronization for Efficient Run-Time Monitoring. In Ghosh, S., editor, Models in Software Engineering, Workshops and Symposia at MODELS 2009, Reports and Revised Selected Papers , volume 6002 of LNCS , pages 124–139. Springer. Thomas Vogel, SEAMS 2010, 3-4 May 2010 References 18

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend