Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Virginia Tech finished the Assessment Plan - Clustering and report our works in this page. The detail step-to-step procedures was documented in Fedora Cluster Installation in AWS. 

We applied read-only and read-dominant workloads to replicated Fedora 4 clusters. The write operation do not present as a bottleneck in our experiments. When the number of nodes increases, the maximum read load the cluster can handle also increases linearly. The read latency does not change significantly, although the write latency shows signs of increase when the number of replicated nodes increases. These results should give us high confidence on using replicated Fedora 4 cluster to accommodate higher read workload.

Testing object 1: Verify the load balanced cluster setup using the updated Modeshape and Infinispan configuration.

...

Outcome: To simulate real world case, we use a JMeter to send in a read/write(create/delete) ratio (95%/5%)  per second and measure the average Fedora 4 cluster (3 nodes) response time.   

 

 ReadWriteActionNode
Only Read reqs5ms  4
Only Write reqs 13msCreate4
Only Write reqs 190msDelete4
Only Read reqs5ms  3
Only Write reqs 21msCreate3
Only Write reqs 66msDelete3
Only Read reqs4ms  1
Only Write reqs 13msCreate1
Only Write reqs 63msDelete1
 ReadWriteActionNode
R-reqs/W-reqs (95%/5%)4ms14msCreate4
R-reqs/W-reqs (95%/5%)5ms216msDelete4
R-reqs/W-reqs (95%/5%)7ms29msCreate3
R-reqs/W-reqs (95%/5%) 5ms

61ms

Delete3
R-reqs/W-reqs (95%/5%)

4ms

15msCreate1
R-reqs/W-reqs (95%/5%) 4ms63msDelete1

 

Below table shows number of requests which server can response all requests completely under pressure test. The read requests which server can handle reduced a little, however the write requests remains the same.  

 SingleCluster (n=2)Cluster (n=3)Cluster (n=4)
RW-reqs/sec480590680780

This figure shows the difference between read-only and read-write. Blue line shows read-only and green line shows read-write.

Image Added