Rake: semantics assisted network-based tracing framework

  • Authors:
  • Yao Zhao;Yinzhi Cao;Yan Chen;Ming Zhang;Anup Goyal

  • Affiliations:
  • Bell Labs, Murray Hill, NJ;Northwestern University, Evanston, IL;Northwestern University, Evanston, IL;Microsoft Research, Redmond, WA;Yahoo! Inc., Sunnyvale, CA

  • Venue:
  • Proceedings of the Nineteenth International Workshop on Quality of Service
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The ability to trace request execution paths is critical for diagnosing performance faults in large-scale distributed systems. Previous black-box and white-box approaches are either inaccurate or invasive. We present a novel semantics-assisted gray-box tracing approach, called Rake, which can accurately trace individual request by observing network traffic. Rake infers the causality between messages by identifying polymorphic IDs in messages according to application semantics. To make Rake universally applicable, we design a Rake language so that users can easily describe necessary semantics of their applications while reusing the core Rake component. We evaluate Rake using a few popular distributed applications, including web search, distributed computing cluster, content provider network, and online chatting. Our results demonstrate Rake is much more accurate than the black-box approaches while requiring no modification to OS/applications. In the CoralCDN (a content distributed network) experiments, Rake links messages with much higher accuracy than WAP5, a state-of-the-art blackbox approach. In the Hadoop (a distributed computing cluster platform) experiments, Rake helps reveal several previously unknown issues that may lead to performance degradation, including a RPC (Remote Procedure Call) abusing problem.