Abstract
High-Assurance applications usually require achieving fast response time and high throughput on a constant basis. To fulfil these stringent quality of service requirements, these applications are commonly deployed in clustered instances. However, how to effectively manage these clusters has become a new challenge. A common approach is to deploy a front-end load balancer to optimise the workload distribution among the clustered applications. Thus, researchers have been studying how to improve the effectiveness of a load balancer. Our previous work presented a novel load balancing strategy which improves the performance of a distributed Java system by avoiding the performance impacts of Major Garbage Collection, which is a common cause of performance degradation in Java applications. However, as that strategy used a static configuration, it could only improve the performance of a system if the strategy was configured with domain expert knowledge. This paper extends our previous work by presenting an adaptive GC-aware load balancing strategy which self-configures according to the GC characteristics of the application. Our results have shown that this adaptive strategy can achieve higher throughput and lower response time, compared to the round-robin load balancing, while also avoiding the burden of manual tuning.
| Original language | English |
|---|---|
| Article number | 7027416 |
| Pages (from-to) | 68-75 |
| Number of pages | 8 |
| Journal | Proceedings of IEEE International Symposium on High Assurance Systems Engineering |
| Volume | 2015-January |
| Issue number | January |
| DOIs | |
| Publication status | Published - 29 Jan 2015 |
| Externally published | Yes |
| Event | 16th IEEE International Symposium on High Assurance Systems Engineering, HASE 2015 - Daytona Beach, United States Duration: 8 Jan 2015 → 10 Jan 2015 |
Keywords
- High-Assurance Systems
- Java Garbage Collection
- Performance and Reliability