toward highly available cloud systemssysnetome.com/talks/cguo_netai_2018.pdf•lasso regression can...

46
Toward Highly Available, Intelligent Cloud and ML Systems Chuanxiong Guo Bytedance NetAI 2018 1

Upload: others

Post on 15-Jul-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Toward Highly Available, Intelligent Cloud and ML Systems

Chuanxiong Guo

Bytedance

NetAI 20181

Page 2: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Outline

• Background: System/networking meets ML

• Deepview: ML for availability improvement of cloud systems

• RDMA for scalable ML training acceleration

• Summary

2

Page 3: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Two Different Approaches

3

client server

socket socket

tcp tcp

ip ip

packets

nic nic

Protocols

Interfaces

• Network/systems are designed by following principles

• Interfaces are explicitly defined, protocols are explicitly coded, and packets can be traced and explained

training

inference labeling

training datasetmodel

data

• Models in machine learning are learnedfrom data without explicit programming

• Deep learning made breakthroughs in computer vision and speech

Page 4: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Networking Meets Machine Learning

4

MLNetworking/system

ML helps to improve system/network availability

Networking to scale and accelerate ML systems

Page 5: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Code Repo

Software systems

Deployment/provisioning

Resource mgmt

Config/ Management

Monitoring

Data Repo

Software Rules the Clouds

5

Page 6: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Incidents, Incidents, Incidents

6

Page 7: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

System Availability is Plagued by Incidents

99.999%

99.99%

5 min downtime per year

7

53 min downtime per year

𝐴 =𝛴𝑇_𝑢

σ𝑇_𝑢 + 𝛴𝑇_𝑑

Page 8: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Code Repo

Software systems

Deployment/ provisioning

Resource mgmt

Config/ Management

Monitoring

Data Repo

Incident Handling Practice

8

Lessons learned

Page 9: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

DeploymentProvisioningMonitoringResource mgmt

OPS

Incident localizationdetection

Design implement

9

Automation

Dev

Incident resolution, mitigation

Availability fundamentals

Gray failure

PanoramaByteBrain

DeepviewNetbouncerPingmesh

Incident prevention

Page 10: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

10

Deepview for Virtual Disk Failure Diagnosis-- A case where ML helps system availability

Page 11: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

VM Availability

• IaaS is one of the largest cloud services today

• High VM availability is a key performance metric

• Yet, achieving 99.999% VM uptime remains a challenge

11

1. What is the VM availability bottleneck?2. How to eliminate it?

Page 12: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Clos Network

IaaS Architecture

• Compute and storage clusters with a Clos-like network

• Compute-storage Separation

• VMs and Virtual Hard Disks (VHDs) provisioned from different clusters

• Hypervisor transparently redirects disk access to remote storage

• Keep data available during localized power failure to a rack

Storage Cluster

12

VM

Hypervisor

Host

VM

Compute Cluster

Subsystems inside a Datacenter

Page 13: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

A New Type of Failure: VHD Failures

• Infra failures can disrupt VHD access

• Hypervisor can retry, but not indefinitely

• Hypervisor will crash the VM to surface failures to customer

• Allow customers to take actions to keep their app-level SLAs

13

Clos Network

Storage Cluster

VM

Hypervisor

Host

VM

Compute Cluster

How much do VHD failures impact VM availability?

Subsystems inside a Datacenter

Page 14: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Availability Bottleneck

• VHD failure localization is the bottleneck

• 52% of unplanned VM downtime

• Take 10s minutes to hours to localize

• This talk: quick and accurate failure localization

VHD Failure

52%SW

Failure41%

HW Failure6%

Unknown 1%

Breakdown of Unplanned VM Downtime in a Year

14

Page 15: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Failure Triage was Slow and Inaccurate

• SREs from each team check their subsystem for anomalies to match the incident

• e.g. compute host heart-beats, storage perf-counters, network link discards

• Incidents get ping-ponged among different teams due to false positives

• Inaccurate diagnosis and delayed mitigation

• Gray failures in network and storage are hard to catch

• Troubled but not totally down, e.g. performance issues or software bugs

• Only fail a subset of VHDs requests

• Can take hours to localize

15

Page 16: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Approach: Global View

C1

C2

C3

C4

S1

S2

S3

Bipartite Model

C1

C2

C3

C4

S1 S2 S3

Grid View

• Isolate failures by examining interactions between subsystems

• Instead of alerting every SRE team to check if their subsystem is at fault

• Bipartite model

• Compute Clusters (left) : Storage Clusters (right)

• VMs are provisioned from compute/storage cluster pair

• Edge weight = VHD failure rate

16

Page 17: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Our Approach: Global View

C1

C2

C3

C4

S1

S2

S3

Compute Cluster C2 failed

C2 Failure Grid View

C1

C2

C3

C4

S1 S2 S3

Example Compute Cluster Failure

C1

C2

C3

C4

S1

S2

S3

Storage Cluster S1 Failed

Example Storage Cluster Failure

S1 Gray FailureGrid View

C1

C2

C3

C4

S1 S2 S3

17

Page 18: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Challenges

Remaining challenges:

1. Need to pinpoint network failures

2. Need to handle gray failures

3. Need to be near-real-time

Generalized model to include network devices

Lasso regression/Hypothesis testing algorithm

Streaming data pipeline

A system to localize VHD failures to underlying failures in compute, storage or network subsystems within a time budget of 15 minutes

Summary of our goal:

18

Time budget set by production team to meet availability goals

Page 19: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Model: Include the Network

19

Clos Network

Storage ClusterCompute Cluster

• Need to handle multipath and ECMP

• Simplify Clos network to a tree by aggregating network devices

• Can model at the granularity of clusters or ToRs

Page 20: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Model: Estimate Component Health

𝐏𝐫𝐨𝐛 𝐩𝐚𝐭𝐡 𝐢 𝐢𝐬 𝐡𝐞𝐚𝐥𝐭𝐡𝐲 = ෑ

𝐣∈𝐩𝐚𝐭𝐡(𝐢)

𝐏𝐫𝐨𝐛 𝐜𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭 𝐣 𝐢𝐬 𝐡𝐞𝐚𝐥𝐭𝐡𝐲

𝟏 −𝐞𝐢𝐧𝐢= ෑ

𝐣∈𝐩𝐚𝐭𝐡(𝐢)

𝐩𝐣

𝐥𝐨𝐠 𝟏 −𝐞𝐢𝐧𝐢

=

𝐣∈𝐩𝐚𝐭𝐡(𝐢)

𝐥𝐨𝐠 𝐩𝐣

𝐲𝐢 =

𝐣=𝟏

𝐍

𝛃𝐣 𝐱𝐢𝐣+ 𝛆𝐢

𝐲𝐢=𝐥𝐨𝐠 𝟏 −𝐞𝐢

𝐧𝐢

𝛃𝐣=𝐥𝐨𝐠 𝐩𝐣𝛆𝐢=measurement noise

System of Linear Equations

Blue: observableRed: unknownPurple: topology

20

Component j is healthy with𝐩𝐣 = 𝐞𝐱𝐩(𝛃𝐣)

• βj = 0, clear component j

• βj ≪ 0, may blame it

*Assume independent failures

𝐞𝐢=num of VMs crashed𝒏𝐢=num of VMs

Page 21: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Algorithm:Prefer Simpler Explanation via Lasso

• Potentially #unknowns > #equations

• Traditional least-square regression would fail

Sparsity

𝛃 = 𝐚𝐫𝐠𝐦𝐢𝐧𝛃∈ℝ𝐍,𝛃≤𝟎

𝐲 − 𝐗𝛃 𝟐 + 𝛌 𝛃 𝟏

Lasso Objective Function:

𝐲𝟏 = 𝛃𝐜𝟏 + 𝛃𝐧𝐞𝐭 + 𝛃𝐬𝟏 + 𝛆𝟏𝐲𝟐 = 𝛃𝐜𝟏 + 𝛃𝐧𝐞𝐭 + 𝛃𝐬𝟐 + 𝛆𝟐𝐲𝟑 = 𝛃𝐜𝟐 + 𝛃𝐧𝐞𝐭 + 𝛃𝐬𝟏 + 𝛆𝟑𝐲𝟒 = 𝛃𝐜𝟐 + 𝛃𝐧𝐞𝐭 + 𝛃𝐬𝟐 + 𝛆𝟒

Net

C1 C2 S1 S2

𝐲𝐢 =

𝐣=𝟏

𝐍

𝛃𝐣 𝐱𝐢𝐣+ 𝛆𝐢

21

Example:

• But multiple simultaneous failures are rare

• How to encode this domain knowledge mathematically?

• Equivalent to prefer most βj to be zero

• Lasso regression can get sparse solutions efficiently

Page 22: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Algorithm:Principled Blame Decision via Hypothesis Testing

• Need a binary decision (flag/clear) for each component

• Ad-hoc thresholds do not work reliably

• Can we make a principled decision?

• If estimated failure probability worse than average, then likely a real failure

• Automate this empirical decision criterion using a hypothesis test:

• Reject H0 j means blame component j

• Otherwise, clear component j

𝐇𝟎 𝐣 : 𝛃𝐣 = ഥ𝛃 𝐯𝐬. 𝐇𝐀 𝐣 : 𝛃𝐣 < ഥ𝛃

22

Page 23: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Kusto Engine

Deepview System Architecture: NRT Data Pipeline

23

VHD Failure

VM Info

StorageAcct

Net Topo

VMsPerPath Input

Real-time

Non-RT

Ingestion

Pipeline

RAW DATA SLIDING WINDOW OF INPUT

Output

ACTIONS

Alerts

Vis

Near-realtime

Scheduler

RUN ALGO

Algo

Page 24: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Some Statistics

• Analyzed Deepview results for one month

• Daily VHD failures: hundreds to tens of thousands

• Detected 100 failures instances

• 70 matched with existing tickets, 30 were previously undetected

• Reduced unclassified VHD failures to less than a max of 500 per day

• Single-host failures or customer mistakes (e.g. expired storage accounts)

24

Page 25: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Case Study 1: Unplanned ToR Reboot

• Unplanned ToR reboot can cause VMs to crash

• We knew this can happens, but not where and when

• Deepview can flag those ToRs

• The figure shows a ToR down in one small region

• Blamed the right ToR among 288 components

• Associate VM downtime with ToR failures

• Quantify the impact of ToR as a single-point-of-failure on VM availability

ToR_11

ToR_12

ToR_13

ToR_14

ToR_15

ST

R_

01

ST

R_

02

ST

R_

03

ST

R_

04

ST

R_

05

ST

R_

06

ST

R_

07

Unplanned ToR reboot in a region

25

Page 26: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Case Study 2: Storage Cluster Gray Failure

• Impact only a subset of VMs

• A storage cluster was brought online with a bug that puts some VHDs in negative cache

• Deepview flagged the faulty storage cluster almost immediately while manual triage took 20+ hours

Number of VMs with VHD Failures per Hour during a

Storage Cluster Gray Failure

26

Page 27: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Insight: ToR as a Single Point of Failure• Reduced Network Cost vs. Availability cost for using a single ToR per rack

• Unplanned ToR failures: soft failures (recoverable by reboot) vs. hard failures

ToR Availability

= 𝟏 −𝟗𝟎% ∗ 𝟐𝟎𝐦𝐢𝐧 + 𝟏𝟎% ∗ 𝟏𝟐𝟎𝐦𝐢𝐧 ∗ 𝟎. 𝟏%

𝟑𝟎 ∗ 𝟐𝟒 ∗ 𝟔𝟎 𝐦𝐢𝐧

= 𝟏 −% 𝐬𝐨𝐟𝐭 ∗ 𝐬𝐨𝐟𝐭 𝐝𝐮𝐫. +% 𝐡𝐚𝐫𝐝 ∗ 𝐡𝐚𝐫𝐝 𝐝𝐮𝐫. ∗ 𝐟𝐫𝐚𝐜. 𝐫𝐞𝐛𝐨𝐨𝐭𝐞𝐝 𝐓𝐨𝐑𝐬 𝐩𝐞𝐫 𝐦𝐨𝐧𝐭𝐡

𝐭𝐨𝐭𝐚𝐥 𝐭𝐢𝐦𝐞 𝐢𝐧 𝐚 𝐦𝐨𝐧𝐭𝐡

= 𝟗𝟗. 𝟗𝟗𝟗𝟗𝟑%

• Dependent services (ToRs) need to provide one extra nine to target service (VMs)

27ToRs are not on critical path for VMs to achieve five-nines availability

Page 28: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Deepview Insight: VMs and their Storage Co-location• For load balancing, VMs can mount VHDs from any storage cluster in the

same region

• Some VMs have storage that are further away

• Can longer network paths impact VM availability?

28Some benefit to co-locate VM and their VHDs

• At Azure, 52% two-hop, 41% three-hop

• Compute daily VHD failure rates: r0 (two-hop), r1 (three-hop)

• Average over 3-months

• Yes! Τഥ𝐫𝟏 − ഥ𝐫𝟎 ഥ𝐫𝟎 = 𝟏𝟏. 𝟒% 𝐢𝐧𝐜𝐫𝐞𝐚𝐬𝐞

Page 29: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

29

DeploymentProvisioningMonitoringResource mgmt

OPS

Incident localizationdetection

Design implement

Admin

Dev

Incident resolution, mitigation

Incident prevention

Page 30: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

30

RDMA for ML Training Acceleration-- A case where networking helps ML to scale

Page 31: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Background

Bytedance AI

Bytedance Content Platform

Co

nten

t Creatio

n

Co

nten

t Distrib

utio

n

Page 32: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Content Understanding using DNN

32

cat

AlexNet

Page 33: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

DNN Training: BP

33

Forward

Backward

Page 34: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Distributed Training Acceleration

• GPU, with mini-batch

• Distributed training (data parallel)

34

GPU servers GPU servers

Parameter server

Parameter server

Page 35: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Arnold Training System

Compute (GPU, CPU, FPGA, ASIC)

Network(RDMA)

Storage(CephFS)

Mesos Nvidia Docker

Metis

SCM

Arnold agent

Arnold API

Web UI Arnold SDK TensorboardTenso

rflow

MxN

etC

affe

Page 36: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

When Communication Becomes Bottleneck

36

Page 37: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

RDMA/RoCEv2 background

• RDMA addresses TCP’s latency and CPU overhead problems• RDMA offloads the transport layer to the

NIC

• RDMA needs a lossless network

• RoCEv2: RDMA over commodity Ethernet• PFC for hop-by-hop flow control

• DCQCN for connection-level congestion control [sigcomm15]

• Many issues addressed [sigcomm16, conext17]

TCP/IP

NIC driver

Use

rK

ern

elH

ard

war

e

RDMA transport

IP Ethernet

RDMA app

DMA

RDMA verbs

TCP/IP

NIC driver

Ethernet

RDMA app

DMA

RDMA verbs

Lossless network

RDMA transport

IP

Page 38: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

RDMA Cluster for Arnold Training

• 100Gbps throughput between any servers• Micros-second e2e latency• Minimal CPU overhead for packet processing

• Many models spend large amount of time on communication

ₓ Poor TCP performanceₓ Low network bandwidth

• 100GbE RDMA network✓ Much higher bandwidth✓ Reduces communication time✓ Scales the cluster to thousands of

GPU cards

Page 39: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

RDMA Many-To-One

39

Throughput

PFC

ECN

switch

Sending servers

Receiving server

100GbE

100GbE

Page 40: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

RDMA for ML Training Acceleration (CNN)

40

Batch size: 32 Batch size: 64

Page 41: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

RDMA for ML Training Acceleration (RNN)

41

Page 42: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

When RDMA Acceleration Helps

Forward Backward

Minibatch1

Epoch0 Epoch1 Epoch2 Epoch3 Epoch M

Minibatch0 Minibatch2 Minibatch N

Training

f_0 f_1 … f_{n-1} b_0b_{n-2} …b_{n-1}

s_{n-1} g_{n-1}

s_{n-2} g_{n-2}

s_0 g_0

Page 43: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

When RDMA Acceleration Helps

• Big models• ResNet50 (98MB), VGG19 (548MB)

• Communication/computation ratio is large• Layers with large parameter size

• Small minibatch size

• When TCP is slow

43

Page 44: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Summary

• ML will be a core part for building highly available systems • Deeper availability understanding

• Automatic incident localization, mitigation, prevention

• Intelligent system/network design

• System/networking for ML• Scalable ML systems

• Hardware, systems, ML services integrated design

44

Page 45: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Acknowledgement

• Deepview (nsdi18): Qiao Zhang, Guo Yu, Yingnong Dang, Nick Swanson, Xinsheng Yang, Randolph Yao, Murali Chintalapati, Arvind Krishnamurthy, and Thomas Anderson

• ByteDance Networking Team

• Bytedance ML System Team

45

Page 46: Toward Highly Available Cloud Systemssysnetome.com/Talks/cguo_netai_2018.pdf•Lasso regression can get sparse solutions efficiently Deepview Algorithm: Principled Blame Decision via

Q&A

46