积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(15)Julia(11)数据库(10)TiDB(10)系统运维(3)C++(3)云计算&大数据(3)存储(3)VirtualBox(2)Java(1)

语言

全部英语(19)中文(简体)(8)中文(繁体)(3)西班牙语(1)

格式

全部PDF文档 PDF(31)
 
本次搜索耗时 0.686 秒,为您找到相关结果约 31 个.
  • 全部
  • 后端开发
  • Julia
  • 数据库
  • TiDB
  • 系统运维
  • C++
  • 云计算&大数据
  • 存储
  • VirtualBox
  • Java
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 deploying the networking TS

    ✓ H Heartbeat 8 Reading DataConn enum class message_type { unknown, request, cancel, acknowledge_request, reject_request, intermediate_chunk, final_chunk, error, acknowledge_cancel, heartbeat }; templateheartbeat_reason { wait, write }; struct async_heartbeat_statistics { std::size_t bytes_transferred; std::size_t messages; std::size_t waits; async_heartbeat_reason reason; }; void(std::error_code, async_heartbeat_statistics); template decltype(auto) async_heartbeat(AsyncWriteStream& stream
    0 码力 | 44 页 | 892.77 KB | 6 月前
    3
  • pdf文档 Curve核心组件之mds – 网易数帆

    。MDS包含以下几个部分: • Topology: 管理集群的 topo 元数据信息。 • Nameserver: 管理文件的元数据信息。 • Copyset: 副本放置策略。 • Heartbeat: 心跳模块。跟chunkserver进行交互,收集chunkserver上的负载信息、 copyset信息等。 • Scheduler: 调度模块。用于自动容错和负载均衡。TOPOLOGY CopysetId, chunkId, offset in chunk, length in chunk), Chunkserver 完成后通知; 5. Client通知用户请求完成。HEARTBEAT 心跳用于中心节点和数据节点的数据交互,详细功能如下: • 通过chunkserver的定期心跳,检测chunkserver的在线状态(online, unstable, offline) 检测chunkserver的copyset与mds差异,同 步两者的copyset信息 • 支持配置变更功能,在心跳回复报文中下发mds发起的配置变更命令,并在后续心跳中获取配置 变更进度。HEARTBEAT MDS端:mds 端的心跳主要由三个部分组成: • TopoUpdater: 根据 chunkserver 上报的 copyset 信息更新拓扑 中的信息。 • ConfGenerator:
    0 码力 | 23 页 | 1.74 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 User Manual

    traffic for selected devices . . . . . . . . . . . . . . . . . . . . . . 234 9.30 Configuring the heartbeat service . . . . . . . . . . . . . . . . . . . . . . . . . . 234 9.31 Encryption of disk images the heartbeat service VirtualBox ships a simple heartbeat service. Once the Guest Additions are active, the guest sends frequent heartbeat pings to the host. If the guest stops sending the heartbeat pings configure. The heartbeat interval defines the time between two heartbeat pings. The default value is 2 seconds, that is, the heartbeat service of the VirtualBox Guest Additions will send a heartbeat ping every
    0 码力 | 387 页 | 4.27 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 User Manual

    traffic for selected devices . . . . . . . . . . . . . . . . . . . . . . 233 9.30 Configuring the heartbeat service . . . . . . . . . . . . . . . . . . . . . . . . . . 233 9.31 Encryption of disk images the heartbeat service VirtualBox ships a simple heartbeat service. Once the Guest Additions are active, the guest sends frequent heartbeat pings to the host. If the guest stops sending the heartbeat pings configure. The heartbeat interval defines the time between two heartbeat pings. The default value is 2 seconds, that is, the heartbeat service of the VirtualBox Guest Additions will send a heartbeat ping every
    0 码力 | 380 页 | 4.23 MB | 6 月前
    3
  • pdf文档 sealos 以 kubernetes 为内核的云操作系统

    metadata metadata Data and metadata store in different devices File data/metadata Heartbeat Heartbeat metabata Heartbeat metabata data 存储 openebs localPV Why: 1. 获得裸机磁盘性能 2. 多租户之间可以通过块进行隔离 3. 简单,非常轻量
    0 码力 | 29 页 | 7.64 MB | 9 月前
    3
  • pdf文档 TiDB v8.2 Documentation

    number of snapshots being applied #17078 @hbisheng • PD • Improve the performance of Region heartbeat processing #7897 @nolouch @rleungx @JmPotato • pd-ctl supports querying hot Regions by the byte �→ pd �→ - �→ heartbeat �→ - �→ tick �→ - �→ interval �→ The time inter- val at which a Re- gion’s heart- beat to PD is trig- gered raftstore �→ . �→ pd �→ - �→ store �→ - �→ heartbeat �→ - �→ tick �→ retried multiple times. Usually, the estimated duration is 3 to 10 periods of store heartbeat (one period of store heartbeat is 10 seconds by default). After the recovery is completed, the last stage in the
    0 码力 | 6549 页 | 108.77 MB | 10 月前
    3
  • pdf文档 TiDB v8.3 Documentation

    �→ pd �→ - �→ heartbeat �→ - �→ tick �→ - �→ interval �→ The time inter- val at which a Re- gion’s heart- beat to PD is trig- gered raftstore �→ . �→ pd �→ - �→ store �→ - �→ heartbeat �→ - �→ tick �→ retried multiple times. Usually, the estimated duration is 3 to 10 periods of store heartbeat (one period of store heartbeat is 10 seconds by default). After the recovery is completed, the last stage in the "2019-03-21T14:09:32+08:00", # The starting timestamp. "last_heartbeat_ts": "2019-03-21T14:14:22.961171958+08:00", # The �→ timestamp of the last heartbeat. "uptime": "4m50.961171958s" } } ] 9.2.2 Use the
    0 码力 | 6606 页 | 109.48 MB | 10 月前
    3
  • pdf文档 TiDB v8.1 Documentation

    �→ pd �→ - �→ heartbeat �→ - �→ tick �→ - �→ interval �→ The time inter- val at which a Re- gion’s heart- beat to PD is trig- gered raftstore �→ . �→ pd �→ - �→ store �→ - �→ heartbeat �→ - �→ tick �→ retried multiple times. Usually, the estimated duration is 3 to 10 periods of store heartbeat (one period of store heartbeat is 10 seconds by default). After the recovery is completed, the last stage in the "2019-03-21T14:09:32+08:00", # The starting timestamp. "last_heartbeat_ts": "2019-03-21T14:14:22.961171958+08:00", # The �→ timestamp of the last heartbeat. "uptime": "4m50.961171958s" } } ] 9.2.2 Use the
    0 码力 | 6479 页 | 108.61 MB | 10 月前
    3
  • pdf文档 TiDB v8.5 Documentation

    �→ pd �→ - �→ heartbeat �→ - �→ tick �→ - �→ interval �→ The time inter- val at which a Re- gion’s heart- beat to PD is trig- gered raftstore �→ . �→ pd �→ - �→ store �→ - �→ heartbeat �→ - �→ tick �→ retried multiple times. Usually, the estimated duration is 3 to 10 periods of store heartbeat (one period of store heartbeat is 10 seconds by default). After the recovery is completed, the last stage in the "2019-03-21T14:09:32+08:00", # The starting timestamp. "last_heartbeat_ts": "2019-03-21T14:14:22.961171958+08:00", # The �→ timestamp of the last heartbeat. "uptime": "4m50.961171958s" } } ] 9.2.2 Use the
    0 码力 | 6730 页 | 111.36 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    �→ pd �→ - �→ heartbeat �→ - �→ tick �→ - �→ interval �→ The time inter- val at which a Re- gion’s heart- beat to PD is trig- gered raftstore �→ . �→ pd �→ - �→ store �→ - �→ heartbeat �→ - �→ tick �→ retried multiple times. Usually, the estimated duration is 3 to 10 periods of store heartbeat (one period of store heartbeat is 10 seconds by default). After the recovery is completed, the last stage in the "2019-03-21T14:09:32+08:00", # The starting timestamp. "last_heartbeat_ts": "2019-03-21T14:14:22.961171958+08:00", # The �→ timestamp of the last heartbeat. "uptime": "4m50.961171958s" } } ] 9.2.2 Use the
    0 码力 | 6705 页 | 110.86 MB | 10 月前
    3
共 31 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
deployingthenetworkingTSCurve核心组件mds网易数帆OracleVMVirtualBox5.240UserManual12sealoskubernetes内核操作系统操作系统TiDBv8Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩