You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/03/02 06:34:54 UTC

[iotdb] branch memoryPoolLock updated (79ba09cece -> c8a1e664cb)

This is an automated email from the ASF dual-hosted git repository.

xiangweiwei pushed a change to branch memoryPoolLock
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 79ba09cece remove lock
     add eea1ec9f93 [fix(people): fix Community display] (#9198)
     add 33cd74962c IOTDB-5610 Don't pipeline cosumeAllNode and consumeOneByOneNode with only one child (#9197)
     add ee7140ccbd Merge branch 'master' into memoryPoolLock
     add 4a54580916 add lock to future
     add c8a1e664cb remove useless reentrantlock

No new revisions were added by this update.

Summary of changes:
 ...unity-Powered By.md => Community-Powered-By.md} |   0
 ...mmitters.md => Community-Project-Committers.md} |   3 +
 docs/Development/VoteRelease.md                    |   4 +-
 ...unity-Powered By.md => Community-Powered-By.md} |   0
 ...mmitters.md => Community-Project-Committers.md} |   3 +
 .../iotdb/db/mpp/execution/memory/MemoryPool.java  |  50 +--
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |   5 +-
 site/src/main/.vuepress/client.ts                  |   4 +-
 site/src/main/.vuepress/components/Contributor.vue | 411 +++++++++++++++++++++
 site/src/main/.vuepress/components/PageFooter.vue  |  51 ++-
 site/src/main/.vuepress/navbar/en.ts               |   4 +-
 site/src/main/.vuepress/navbar/zh.ts               |   4 +-
 12 files changed, 489 insertions(+), 50 deletions(-)
 rename docs/Community/{Community-Powered By.md => Community-Powered-By.md} (100%)
 rename docs/Community/{Community-Project Committers.md => Community-Project-Committers.md} (97%)
 rename docs/zh/Community/{Community-Powered By.md => Community-Powered-By.md} (100%)
 rename docs/zh/Community/{Community-Project Committers.md => Community-Project-Committers.md} (97%)
 create mode 100644 site/src/main/.vuepress/components/Contributor.vue