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

[iotdb] branch bugfix/cp-iotdb-5333 created (now 1ba68481ee)

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

ericpai pushed a change to branch bugfix/cp-iotdb-5333
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 1ba68481ee [IOTDB-5333] Fix a typo of max_tsblock_line_number in iotdb-common.properties (#8705)

This branch includes the following new commits:

     new 1ba68481ee [IOTDB-5333] Fix a typo of max_tsblock_line_number in iotdb-common.properties (#8705)

The 1 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.



[iotdb] 01/01: [IOTDB-5333] Fix a typo of max_tsblock_line_number in iotdb-common.properties (#8705)

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

ericpai pushed a commit to branch bugfix/cp-iotdb-5333
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 1ba68481eedbcba968e402b189e2bcc494de7398
Author: BaiJian <er...@hotmail.com>
AuthorDate: Tue Jan 3 11:51:38 2023 +0800

    [IOTDB-5333] Fix a typo of max_tsblock_line_number in iotdb-common.properties (#8705)
---
 node-commons/src/assembly/resources/conf/iotdb-common.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties b/node-commons/src/assembly/resources/conf/iotdb-common.properties
index cd718c9781..b8982f0c31 100644
--- a/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -401,7 +401,7 @@
 
 # The max number of lines in a single TsBlock
 # Datatype: int
-# max_tsblock_line_numbers=1000
+# max_tsblock_line_number=1000
 
 # Time cost(ms) threshold for slow query
 # Datatype: long
@@ -1076,4 +1076,4 @@
 # enable_influxdb_rpc_service=false
 
 # Datatype: int
-# influxdb_rpc_port=8086
\ No newline at end of file
+# influxdb_rpc_port=8086