diff --git a/README.md b/README.md index f947dc7e3..1c31cbe7a 100644 --- a/README.md +++ b/README.md @@ -5,35 +5,32 @@

- - license - - - license - - - stars - - - forks - English doc Chinese doc - - building status - last commit + + stars + + + building status + + + license + +

+ +

Join Slack - Ask on Stack Overflow + Stack Overflow

@@ -108,12 +105,11 @@ See also [Quick experience](https://en.oceanbase.com/docs/community-observer-en- You can deploy and manage OceanBase Database instance in kubernetes cluster with [ob-operator](https://github.com/oceanbase/ob-operator) quickly. Refer to the document [Quick Start for ob-operator](https://oceanbase.github.io/ob-operator) to see details. ## 👨‍💻 Start developing - -See [OceanBase Developer Document](https://github.com/oceanbase/oceanbase/wiki/Compile) to learn how to compile and deploy a manually compiled observer. +See [OceanBase Developer Document](https://oceanbase.github.io/oceanbase/build-and-run.html) to learn how to compile and deploy a manually compiled observer. # Roadmap -For future plans, see [Roadmap 2023](https://github.com/oceanbase/oceanbase/issues/1364). See also [OceanBase Roadmap](https://github.com/orgs/oceanbase/projects) for more details. +For future plans, see [Product Iteration Progress](https://github.com/oceanbase/oceanbase/issues/1839). See also [OceanBase Roadmap](https://github.com/orgs/oceanbase/projects/4) for more details. # Case study @@ -127,7 +123,7 @@ See also [success stories](https://en.oceanbase.com/customer/home) and [Who is u # Contributing -Contributions are highly appreciated. Read the [development guide](docs/README.md) to get started. +Contributions are highly appreciated. Read the [development guide](https://oceanbase.github.io/oceanbase) to get started. # License diff --git a/README_CN.md b/README_CN.md index a48cb2e17..9598ade57 100644 --- a/README_CN.md +++ b/README_CN.md @@ -4,35 +4,32 @@

- - license - - - license - - - stars - - - forks + + Chinese doc English doc - - Chinese doc + + last commit + + + stars building status - - last commit + + license +

+ +

Join Slack - Ask on Stack Overflow + Stack Overflow

@@ -108,11 +105,11 @@ obd demo ## 👨‍💻 使用源码编译部署 -参考 [OceanBase 开发者文档](https://github.com/oceanbase/oceanbase/wiki/Compile)了解如何编译和部署手动编译的observer。 +参考 [OceanBase 开发者文档](https://oceanbase.github.io/oceanbase/build-and-run.html)了解如何编译和部署手动编译的observer。 # Roadmap -请参考 [Roadmap 2023](https://github.com/oceanbase/oceanbase/issues/1364) 了解OceanBase规划。 更多详细信息请参考 [OceanBase Roadmap](https://github.com/orgs/oceanbase/projects)。 +请参考 [产品迭代进展](https://github.com/oceanbase/oceanbase/issues/1839) 了解OceanBase规划。 更多详细信息请参考 [OceanBase Roadmap](https://github.com/orgs/oceanbase/projects/4)。 # 案例 @@ -126,7 +123,7 @@ OceanBase 已服务超过 1000 家来自不同行业的客户,包括金融服 # 社区贡献 -非常欢迎社区贡献。请阅读[开发指南](docs/README.md)。 +非常欢迎社区贡献。请阅读[开发指南](https://oceanbase.github.io/oceanbase)。 # License diff --git a/src/logservice/palf/log_block_handler.cpp b/src/logservice/palf/log_block_handler.cpp index 6758bcf67..e87cad4bb 100644 --- a/src/logservice/palf/log_block_handler.cpp +++ b/src/logservice/palf/log_block_handler.cpp @@ -407,7 +407,7 @@ int LogBlockHandler::inner_write_once_(const offset_t offset, if (palf_reach_time_interval(PALF_IO_STAT_PRINT_INTERVAL_US, trace_time_)) { const int64_t each_pwrite_cost = ob_pwrite_used_ts_ / count_; PALF_LOG(INFO, "[PALF STAT WRITE LOG INFO TO DISK]", K(ret), K(offset), KPC(this), K(aligned_buf_len), - K(aligned_buf), K(aligned_block_offset), K(buf_len), K(total_write_size_), + K(aligned_block_offset), K(buf_len), K(total_write_size_), K(total_write_size_after_dio_), K_(ob_pwrite_used_ts), K_(count), K(each_pwrite_cost)); total_write_size_ = total_write_size_after_dio_ = count_ = ob_pwrite_used_ts_ = 0; }