why enterprise management is all about relationships and not … · 2015-01-21 · paul strong...

32
® Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise Management Is All About Relationships And Not Things 2008 2008 InfoLab InfoLab /Hitachi Workshop, 19 /Hitachi Workshop, 19 th th March 2008 March 2008

Upload: others

Post on 19-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

®

Paul StrongDistinguished Engineer, eBay Research LabsActing Chair, Open Grid Forum (OGF)

Why Enterprise Management Is All About Relationships And Not Things

2008 2008 InfoLabInfoLab/Hitachi Workshop, 19/Hitachi Workshop, 19thth March 2008March 2008

Page 2: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Copyright Notice

© 2008 eBay Inc. All rights reserved.• No part of these materials may be reproduced or

transmitted in any form, by any means (electronic, photocopying, recording, or otherwise) without the prior permission of eBay Inc.

• eBay and the eBay logo are registered trademarks of eBay Inc.

• PayPal and the PayPal logo are registered trademarks of PayPal, Inc.

• Other trademarks and brands are the property of their respective owners.

• Please do not take our picture or record the class/session without asking permission.

Page 3: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Why Infrastructure Matters

• Successful web applications/services demand scalability, agility, availability

• Service Level Management, i.e. setting and meeting expectations, is key

• Not fashionable *but* many interesting problems yet to be solved

Page 4: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

A vehicle sells every minute

A motors part or accessory sells every second

Diamond jewelry sells every 2 minutes

eBay – The 30 Second Introduction!

On an average day on eBay…

eBay users trade about $2,039 worth of goods on the site every second

1.3m people make all or part of their living selling on*

*ACNielsen International Research, June 2006

Page 5: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Why eBay Is A Useful Example

New Challenges

Extreme Engineering

Technology trickle down/transfer

Everyday useEveryday useThe Bleeding EdgeThe Bleeding Edge

Page 6: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay’s Drivers

• Extreme Scale276m Registers Users, 113m+ Items, 6m+ New Items Per Day

• Extreme GrowthNear exponential growth in listings for most of history – 12 years

• Extreme AgilityRoll code to the site every 2 weeks

• Constant, predictable presenceMust be 24x7x365

• Efficiency

Failure To Keep Up Is Not An Option!Failure To Keep Up Is Not An Option!

Page 7: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Challenges

• Scaling The Database• Scaling Services• Managing At Scale• Better Management Through Semantics

Page 8: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

High Level Data/Storage Architecture

Page 9: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #1Making The Database Scale

• Second Database for failover• CGI pools, Listings, Pages, and Search continued to scale horizontally

However …

By November 1999, the database servers approached their limits of physical growth.

Web ServerWeb Server

OSOS“Listings”

Web ServerWeb Server

OSOS“Pages”

ApacheApacheCOTS SearchCOTS Search

UNIXUNIX“Search”

S/W Load Balancer S/W Load Balancer S/W Load Balancer S/W Load Balancer

Web ServerWeb Server

C++C++OSOS

“CGIn”

RDBMSRDBMSUNIXUNIX

bear.ebay.com

RDBMSRDBMSUNIXUNIX

bull.ebay.com19991999

Page 10: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #1Making The Database Scale

• Database "split" technology.• Logically partition database into separate instances.• Horizontal scalability through 2000, but not beyond.

Web ServerWeb Server

OSOS“Listings”

Web ServerWeb Server

OSOS“Pages”

ApacheApacheCOTS SearchCOTS Search

UNIXUNIX“Search”

S/W Load Balancer S/W Load Balancer S/W Load Balancer S/W Load Balancer

Web ServerWeb Server

C++C++OSOS

“CGIn”

RDBMSRDBMSUNIXUNIX

bear.ebay.com

RDBMSRDBMSUNIXUNIX

bull.ebay.com

RDBMSRDBMSUNIXUNIX

chard.ebay.com

RDBMSRDBMSUNIXUNIX

cab/bongo.ebay.com20002000

Page 11: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #1Virtualizing the Database

• Separate Application notion of a database from physical implementation• Databases may be combined and separated with no code changes• Reduce cost of creating multiple environments (Dev, QA, …)• Application can continue to function without non-critical data (markdown)

Attributes Catalogs RulesCATY1…N User Account Feedback Misc API Scratch

Application ServersApplication Servers

DB 1 DB 2 DB 3

Page 12: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

November, 1999November, 1999

eBay Example #1Virtualizing & Scaling the Database

Page 13: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

December, 2002SAN

eBay Example #1Virtualizing & Scaling the Database

Page 14: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #1Virtualizing & Scaling the Database

• Scales Out276 million registered users113 million Items6+ million new items per day34 billion SQL transactions per day600+ production database instances (inc replicas)100+ clusters

• CheaperSmaller, potentially commodity, servers

• Highly Resilient2-4 copies of everythingMinimized impact of outage to [relatively] small sub-set of data

• Flexible/AgileEasy to change – database, schemas, partitioning etc.Minimal impact on architecture or code

Page 15: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #2Scaling Services

Page 16: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #2Scaling Services

• Partition code into functional areas– Application is specific to a single area (Buying, Selling etc.)– Domain contains common business logic across applications

• Restrict inter-dependencies– Applications depend on Domains, not on other applications– No dependencies among shared domains

User ApplicationUser Application

User DomainUser Domain

Selling ApplicationSelling Application

Selling DomainSelling Domain

Buying ApplicationBuying Application

Buying DomainBuying Domain

Billing ApplicationBilling Application

Billing DomainBilling Domain

Search ApplicationSearch Application

Search DomainSearch Domain

Personalization DomainPersonalization Domain Shared Billing DomainShared Billing DomainUser Validation DomainUser Validation Domain

Shared Buying DomainShared Buying Domain myEBay DomainmyEBay Domain Shared Search DomainShared Search Domain

Core DomainCore Domain API DomainAPI Domain

Lookup DomainLookup Domain

SharedDomains

Applications

Page 17: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

eBay Example #2Scaling The Application

• Everything behaves as loosely coupled services• Minimize inter-dependencies• Infrastructure is like a giant FPGA

– Potential to re-program by re-routing traffic

• Scales– Scale out means scaled throughput and resilience– 16000+ concurrent instances– 8000+ servers (mainly blades)

• Efficiency– Run traffic from different time zones on the same server but

different instances

Page 18: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Scaling Search –Voyager

• Real-time feeder infrastructureReliable multi-cast from primary database to search nodes

• Real-time indexingSearch nodes update index in real time from messages

• In memory search index• Horizontal segmentation (scatter, gather)

Search index divided into N slices (“columns” )Each slice replicated to M instances (“rows”)Aggregator parallelizes query over all N slices, load balances

over M instances

• CachingCache results for highly expensive and frequently used queries

Page 19: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Architectural Lessons Learnt

• Scale Out, Not UpHorizontal scaling at every tierFunctional decomposition

• Prefer Asynchronous IntegrationMinimize availability couplingImprove scaling options

• Virtualize ComponentsReduce physical dependenciesImprove deployment flexibility

• Design For FailureAutomated failure detection and notification“Limp mode” operation of business features

Page 20: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

The Big Problem

# Relationships

# Relationships

# Components# Components

Management complexity scales with thisManagement complexity scales with this

Page 21: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Understanding Relationships

Service A is Service A is composedcomposed ofofPersistence SubPersistence Sub--Service BService B

Business Logic SubBusiness Logic Sub--Service CService CPresentation SubPresentation Sub--Service DService D A

B C DD

Page 22: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Understanding Relationships

A

B C DD

Business Logic SubBusiness Logic Sub--Service C is Service C is composedcomposed ofofA Load Balancing ServiceA Load Balancing ServiceSeveral Application InstancesSeveral Application Instances

AppApp AppApp LBSLBS

Page 23: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Understanding Relationships

A

C

The Application Instances are The Application Instances are hostedhosted onon

AppApp AppApp LBSLBS

B DD

Operating System InstancesOperating System Instances

OSOS OSOS LBLB

The Load Balancing Service is The Load Balancing Service is hostedhosted ononA Load Balancer Operating SystemA Load Balancer Operating System

Page 24: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Understanding Relationships

OSOS OSOS LBLB

A

C

AppApp AppApp LBSLBS

B DD

SvrSvr SvrSvr LBLB

VSVS

The Operating System Instances are The Operating System Instances are hostedhosted ononServers or Virtual Servers, which are in turn hosted on serversServers or Virtual Servers, which are in turn hosted on servers

The Load Balancer OS is The Load Balancer OS is hostedhosted ononA Physical Load BalancerA Physical Load Balancer

Page 25: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Interaction/Traffic RelationshipsStarting To Look Complicated!

Page 26: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Relationships Are Everything!

• Everything is interconnected• Changing one thing causes ripples• How you connect things together determines

business functionality and business value• Agility is the ability to change these relationships

dynamically (easier with loosely coupled services)• Virtualization is about standardizing relationships

and interposing/isolating one end from the other• Understanding these relationships allows you to

Tie business processes to the infrastructure they run onMap value to cost Understand and manage traffic flowUnderstand and manage provisioning etc.

• It’s all about managing relationships, not things!

Page 27: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

You Can Manage Using Patterns [of Relationships]

• Patterns can aid efficiency in all dimensionsConfigurationProvisioningDiagnosis

• eBay’s storage infrastructure is managed by 11 people• However patterns can constrain agility in other

dimensionsAdoption of new vendorsAdoption of new productsAdoption of new application or architectural patterns

• Especially if processes are heavily automated where the patterns are codified

Page 28: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

The Future…

• Datacenter is becoming non-deterministic or chaotic– Legacy (>2 years old!) applications– Internal SOA– Service disaggregation, distribution– Outsourcing of non-core services: Partners, SaaS, ASPs etc. – Biz 2.0 Mashups

• Emergent behavior of services– Unexpected interactions and behaviors

Page 29: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

The Future…Better Management Through Semantics

• Capture relationships in Semantic Query Service (in memory, custom OWL/RDF based Ontology)– Extensible– Patterns in data and not in code!

• Feed from CMDB and from Run Time Telemetry• Query-able by other management services• Visualized as graphs (DAGs) through UI

Page 30: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

The Future…Better Management Through Semantics Example

• Capture relationships in Semantic Query Service (in memory, custom OWL/RDF based Ontology)ExtensiblePatterns in data and not in code!

• Feed from CMDB and from Run Time Telemetry• Query-able by other management services• Visualized as graphs (DAGs) through UI• Fundamentally changes the focus!

Page 31: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

©2008, eBay Inc.

®

Conclusions

• Clouds are cool!• Social networks are cool!• Infrastructure is cool to - honestly :o)

Page 32: Why Enterprise Management Is All About Relationships And Not … · 2015-01-21 · Paul Strong Distinguished Engineer, eBay Research Labs Acting Chair, Open Grid Forum (OGF) Why Enterprise

®

Thank YouPaul Strong

[email protected]@eBay.comDistinguished EngineereBay Research Labs,

eBay Inc.