You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/07/23 16:41:52 UTC

[incubator-iotdb] branch improve_maven created (now 74c6875)

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

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


      at 74c6875  fix some maven warn;

This branch includes the following new commits:

     new 10e51eb  add release note for v0.10.1
     new efdca84  update release note for v0.10.1
     new 74c6875  fix some maven warn;

The 3 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] 01/03: add release note for v0.10.1

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

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

commit 10e51eb874ad4c86b1ddb5df72a3a84b6b68b268
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Jul 23 16:51:02 2020 +0800

    add release note for v0.10.1
---
 RELEASE_NOTES.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1633085..d884391 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,28 @@
     under the License.
 
 -->
+# Apache IoTDB (incubating) 0.10.1
+
+* [IOTDB-797] InsertTablet deserialization from WAL error
+* [IOTDB-788] Can not upgrade all storage groups
+* [IOTDB-792] deadlock when insert while show latest timeseries
+* [IOTDB-794] Rename file or delete file Error in start check in Windows
+* [IOTDB-795] BufferUnderflowException in Hive-connector
+* [IOTDB-766] Do not release unclosed file reader, a small memory leak
+* [IOTDB-796] Concurrent Query throughput is low
+* Query result is not correct when some unsequence data exists
+* Change the default fetch size to 10000 in session
+* [IOTDB-798] fix a set rowLimit and rowOffset bug
+* [IOTDB-800] Add a new config type for those parameters which could not be modified any more after the first start 
+* [IOTDB-802] Improve "group by" query performance
+* [IOTDB-799] remove log visualizer tool from v0.10 
+* fix license-binary  
+* [IOTDB-805] Fix BufferUnderflowException when querying TsFile stored in HDFS 
+* python session client ver-0.10.0
+* [IOTDB-808] fix bug in selfCheck() truncate 
+* fix doc of MeasurementSchema in Tablet 
+* [IOTDB-811] fix upgrading mlog many times when upgrading system.properties crashed
+
 
 # Apache IoTDB (incubating) 0.8.0
 


[incubator-iotdb] 03/03: fix some maven warn;

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

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

commit 74c68753408dc9a4df33032fe7139420a076f1af
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Fri Jul 24 00:41:12 2020 +0800

    fix some maven warn;
---
 Jenkinsfile | 1 +
 pom.xml     | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1571ad8..6bea5df 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -82,6 +82,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
+                sh 'mvn clean'
                 // We'll deploy to a relative directory so we can
                 // deploy new versions only if the entrie build succeeds
                 sh 'mvn ${MVN_TEST_FAIL_IGNORE} -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir clean deploy'
diff --git a/pom.xml b/pom.xml
index 04414a5..da3ced1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,13 @@
                 <artifactId>airline</artifactId>
                 <version>${airline.version}</version>
             </dependency>
+            <!-- many dependencies (hadoop, spark, hive, flink) use findbugs but with different version...-->
+            <dependency>
+                <groupId>com.google.code.findbugs</groupId>
+                <artifactId>jsr305</artifactId>
+                <!-- spark uses the lastest version than hive, flink and hadoop-->
+                <version>3.0.2</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
     <dependencies>


[incubator-iotdb] 02/03: update release note for v0.10.1

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

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

commit efdca84e4bce4c144ac4818ceebed3a1688c4047
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Jul 23 20:40:23 2020 +0800

    update release note for v0.10.1
---
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d884391..b248ab9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -39,7 +39,7 @@
 * [IOTDB-808] fix bug in selfCheck() truncate 
 * fix doc of MeasurementSchema in Tablet 
 * [IOTDB-811] fix upgrading mlog many times when upgrading system.properties crashed
-
+* Improve IoTDB restart process
 
 # Apache IoTDB (incubating) 0.8.0