qiaojialin commented on a change in pull request #2385:
URL: https://github.com/apache/iotdb/pull/2385#discussion_r550115323
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
Review comment:
```suggestion
* Github issue-2169 GetObject returns String for all data types
```
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
+* Github issue-2253 Remove unnecessary dependency
Review comment:
remove this
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
Review comment:
```suggestion
* Github issue-2240 fix Sync failed: Socket is closed by peer
```
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
+* Github issue-2253 Remove unnecessary dependency
+* Add max frame size configuration
Review comment:
```suggestion
* add thrift_max_frame_size in iotdb-engine.properties
```
This is not a bug
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
+* Github issue-2253 Remove unnecessary dependency
+* Add max frame size configuration
+* Fix hive-connector CI
+* Change parallelism in timeseries metadata cache
+* Fix incorrect last result after deleting all data
+* Save one rpc call
+* Compaction not block flush
+* Cherry pick compaction modification
Review comment:
@zhanglingzhe0820 this should be more precise
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
+* Github issue-2253 Remove unnecessary dependency
+* Add max frame size configuration
+* Fix hive-connector CI
+* Change parallelism in timeseries metadata cache
Review comment:
Fix the behavior of TimeseriesMetadataCache
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
+* Github issue-2253 Remove unnecessary dependency
+* Add max frame size configuration
+* Fix hive-connector CI
Review comment:
remove this
##########
File path: RELEASE_NOTES.md
##########
@@ -18,6 +18,26 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* Github issue-2169 GetObject should not return String for all data types
+* Github issue-2240 Fix sync failed bug
+* Github issue-2253 Remove unnecessary dependency
+* Add max frame size configuration
+* Fix hive-connector CI
+* Change parallelism in timeseries metadata cache
+* Fix incorrect last result after deleting all data
+* Save one rpc call
Review comment:
remove this
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]