Giter Club home page Giter Club logo

Comments (3)

songlong avatar songlong commented on August 15, 2024

或者说存在大量连接时,得使用tera proxy?

from tera.

Ye-Tian-Zero avatar Ye-Tian-Zero commented on August 15, 2024
  1. 是直连,是长链接。
  2. m 个 client,n 个 tabletserver,极端情况下,每个 tabletserver 维护 m 条链接,每个 client 维护 n 条链接,整体 overhead 不高,m,n 数量级通常不超过 k 级别
  3. 踢节点不是 sdk 做的,是 master 做的,zk 掉节点是其中一种场景,master 和 ts 之间本身有心跳
  4. 踢节点影响的是 Availability,会读失败(client 本身有重试机制),但不会丢数据

from tera.

songlong avatar songlong commented on August 15, 2024

大概用hadoop3.1.2版本测了耳
3个zookeeper,datanode节点55个,namenode2个,jdk堆栈都分配了3G,最大不超过5G,gc1模式
1、读写设为60ms超时,batch_size为1,最大qps仅有3000-7000左右,写qps同样也不高,不会超过3000
2、当读写同时存在的时候,读写性能下降异常厉害
3、开启persist_cache时,会有bug,load升得太高,大概是因为读写失败。
4、tabletserver节点升高,并不能提高读写qps
我的结论感觉还是hdfs这个存储,严重影响了读写性能

from tera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.