You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/08/29 14:53:53 UTC

[incubator-iotdb] branch add_max_open_file created (now 32137ff)

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

qiaojialin pushed a change to branch add_max_open_file
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 32137ff  max open file num

This branch includes the following new commits:

     new ce20881  Merge branch 'master' of github.com:apache/incubator-iotdb
     new 32137ff  max open file num

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 02/02: max open file num

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch add_max_open_file
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 32137ff405a01bf170766622b7fb3d9d9f67ca4b
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Aug 29 22:53:16 2019 +0800

    max open file num
---
 README.md                            | 2 ++
 docs/Documentation-CHN/QuickStart.md | 2 ++
 docs/Documentation/QuickStart.md     | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index b10346b..dc89a35 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,8 @@ Then the binary version (including both server and client) can be found at **dis
 
 ### Configurations
 
+Set the max open file num as 65535 to avoid "too many open files" problem.
+
 configuration files are under "conf" folder
 
   * environment config module (`iotdb-env.bat`, `iotdb-env.sh`), 
diff --git a/docs/Documentation-CHN/QuickStart.md b/docs/Documentation-CHN/QuickStart.md
index 9768404..f5acdb4 100755
--- a/docs/Documentation-CHN/QuickStart.md
+++ b/docs/Documentation-CHN/QuickStart.md
@@ -61,6 +61,8 @@ IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安
 
 ### 启动IoTDB
 
+设置最大文件打开数为65535。
+
 用户可以使用$IOTDB_HOME/bin文件夹下的start-server脚本启动IoTDB。
 
 Linux系统与MacOS系统启动命令如下:
diff --git a/docs/Documentation/QuickStart.md b/docs/Documentation/QuickStart.md
index 272585f..cea3b7d 100755
--- a/docs/Documentation/QuickStart.md
+++ b/docs/Documentation/QuickStart.md
@@ -70,6 +70,8 @@ Then the binary version (including both server and client) can be found at **dis
 
 ### Configurations
 
+Set the max open file num as 65535 to avoid "too many open files" problem.
+
 configuration files are under "conf" folder
 
   * environment config module (`iotdb-env.bat`, `iotdb-env.sh`), 


[incubator-iotdb] 01/02: Merge branch 'master' of github.com:apache/incubator-iotdb

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch add_max_open_file
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit ce208810ce9f4600889bfbf2963e0dac13e222b2
Merge: cbcd31e 18ae6c7
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Aug 29 18:39:46 2019 +0800

    Merge branch 'master' of github.com:apache/incubator-iotdb

 example/jdbc/pom.xml                               |  2 +-
 .../main/java/org/apache/iotdb/JDBCExample.java    | 38 +++++++++++++++++-----
 example/pom.xml                                    |  1 +
 .../main/java/org/apache/iotdb/SessionExample.java |  7 ++--
 .../iotdb/db/qp/physical/sys/MetadataPlan.java     |  3 +-
 .../iotdb/db/query/executor/EngineQueryRouter.java |  8 ++---
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  7 ++--
 service-rpc/src/main/thrift/rpc.thrift             |  1 +
 .../java/org/apache/iotdb/session/Session.java     |  4 ++-
 9 files changed, 50 insertions(+), 21 deletions(-)