|
1 | 1 | <!-- |
2 | | -
|
3 | | - Licensed to the Apache Software Foundation (ASF) under one |
4 | | - or more contributor license agreements. See the NOTICE file |
5 | | - distributed with this work for additional information |
6 | | - regarding copyright ownership. The ASF licenses this file |
7 | | - to you under the Apache License, Version 2.0 (the |
8 | | - "License"); you may not use this file except in compliance |
9 | | - with the License. You may obtain a copy of the License at |
10 | | - |
11 | | - http://www.apache.org/licenses/LICENSE-2.0 |
12 | | - |
13 | | - Unless required by applicable law or agreed to in writing, |
14 | | - software distributed under the License is distributed on an |
15 | | - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
16 | | - KIND, either express or implied. See the License for the |
17 | | - specific language governing permissions and limitations |
18 | | - under the License. |
19 | | -
|
| 2 | +* Licensed to the Apache Software Foundation (ASF) under one |
| 3 | +* or more contributor license agreements. See the NOTICE file |
| 4 | +* distributed with this work for additional information |
| 5 | +* regarding copyright ownership. The ASF licenses this file |
| 6 | +* to you under the Apache License, Version 2.0 (the |
| 7 | +* "License"); you may not use this file except in compliance |
| 8 | +* with the License. You may obtain a copy of the License at |
| 9 | +* |
| 10 | +* http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +* |
| 12 | +* Unless required by applicable law or agreed to in writing, software |
| 13 | +* distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +* See the License for the specific language governing permissions and |
| 16 | +* limitations under the License. |
20 | 17 | --> |
21 | 18 |
|
22 | 19 | # Some Notes on Release 0.9.3 and upcoming 0.10.0 |
23 | 20 |
|
24 | | -*Note:* This Blog Post was initially written by [Jialin Qiao ](mailto:[email protected]) and has been published here: https://mp.weixin.qq.com/s/MUoUsoRRDUqkQb0-XekXbA. |
| 21 | +_Note:_ This Blog Post was initially written by [Jialin Qiao ](mailto:[email protected]) and has been published here: <https://mp.weixin.qq.com/s/MUoUsoRRDUqkQb0-XekXbA>. |
25 | 22 | This Text was translated with [DeepL ](www.DeepL.com/Translator) and slightly corrected by [Julian Feinauer ](mailto:[email protected]). |
26 | 23 |
|
27 | 24 | ## Notes on 0.9.3 |
28 | 25 |
|
29 | 26 | It's been a long time since I've written an article, I've been working on development and took advantage of this release to write a bit now. The Release 0.9.3 is a minor release with no changes in file structure or RPC and can be upgraded painlessly. In fact, shortly after 0.9.2 was released, a serious bug was found, so the IoTDB Community decided to Release 0.9.3 shortly after. |
30 | 27 |
|
31 | | - |
32 | 28 | Let me say a few general things. |
33 | 29 |
|
34 | | - |
35 | | -The official website of IoTDB has gotten a big upgrade in the last few months, with a much more beautiful interface than before! You can have a look at: http://iotdb.apache.org/. |
36 | | - |
| 30 | +The official website of IoTDB has gotten a big upgrade in the last few months, with a much more beautiful interface than before! You can have a look at: <http://iotdb.apache.org/>. |
37 | 31 |
|
38 | 32 | The official website has also added Chinese and English design documents, although not yet complete, but basically all the big modules are documented in both languages and the IoTDB Community highly welcomes suggestions how to improve or contributions that do so: |
39 | 33 |
|
40 | | -English: http://iotdb.apache.org/SystemDesign/Architecture/Architecture.html |
41 | | -Chinese: http://iotdb.apache.org/zh/SystemDesign/Architecture/Architecture.html |
42 | | - |
| 34 | +- English: <http://iotdb.apache.org/SystemDesign/Architecture/Architecture.html> |
| 35 | +- Chinese: <http://iotdb.apache.org/zh/SystemDesign/Architecture/Architecture.html> |
43 | 36 |
|
44 | 37 | The Release 0.9.3 is a minor/bugfix release in the 0.9 release series that mainly fixes one serious bug: if the wrong metadata operation is performed, such as deleting a non-existent database, the metadata is empty after server restart. This is caused by the metadata module beeing nulled when the metadata log was redone. The fix is to skip the wrong metadata log. In the preparation of version 0.10, we take an execution before logging approach and do not log errors again. |
45 | 38 |
|
46 | 39 | The [issue module](https://github.com/apache/iotdb/issues) is open on Github, so you can ask questions about bugs or new requirements, and we will answer them promptly. |
47 | 40 |
|
48 | | - |
49 | 41 | ## Fixes in 0.9.3 |
50 | 42 |
|
51 | | -- [IOTDB-531] Fix the bug that JDBC UTL does not support domain names |
52 | | -- [IOTDB-563] Fix pentaho cannot be downloaded |
53 | | -- [IOTDB-608] Error metadata log skipped on reboot |
54 | | -- [IOTDB-634] Fixes data merge issues when setting the underlying file system to HDFS |
55 | | -- [IOTDB-636] Fix Grafana connector not using correct time granularity |
56 | | -- [IOTDB-528] Adding a downsampling method for the Grafana connector |
57 | | -- [IOTDB-635] When Grafana uses the wrong aggregation for a data type, modify to the generic aggregation function last retry |
| 43 | +- \[IOTDB-531] Fix the bug that JDBC UTL does not support domain names |
| 44 | +- \[IOTDB-563] Fix pentaho cannot be downloaded |
| 45 | +- \[IOTDB-608] Error metadata log skipped on reboot |
| 46 | +- \[IOTDB-634] Fixes data merge issues when setting the underlying file system to HDFS |
| 47 | +- \[IOTDB-636] Fix Grafana connector not using correct time granularity |
| 48 | +- \[IOTDB-528] Adding a downsampling method for the Grafana connector |
| 49 | +- \[IOTDB-635] When Grafana uses the wrong aggregation for a data type, modify to the generic aggregation function last retry |
58 | 50 | - Remove the official website about loading external TsFile documentation (this feature is version 0.10, not yet released) |
59 | 51 |
|
60 | | -To download and use the new Version of IoTDB go to: https://downloads.apache.org/incubator/iotdb/0.9.3-incubating/apache-iotdb-0.9.3-incubating-bin.zip |
| 52 | +To download and use the new Version of IoTDB go to: <https://downloads.apache.org/incubator/iotdb/0.9.3-incubating/apache-iotdb-0.9.3-incubating-bin.zip> |
61 | 53 |
|
62 | | -User documentation for this release can be found under: http://iotdb.apache.org/UserGuide/Master/0-Get%20Started/1-QuickStart_apache.html |
| 54 | +User documentation for this release can be found under: <http://iotdb.apache.org/UserGuide/Master/0-Get%20Started/1-QuickStart_apache.html> |
63 | 55 |
|
64 | 56 | The github repository has a well-established example module that contains sample code for each of the other modules. |
65 | 57 |
|
66 | | - |
67 | 58 | ## Some previews About upcoming release 0.10.0 |
68 | 59 |
|
69 | | -The release manual for version 0.9.3 is shorter because many features and improvements were put into version 0.10.0, including query engine upgrades, TsFile structure upgrades, cache optimization, tags, property management, and more. The file structure of 0.10.0 has been fixed and the upgrade tool is almost complete, 0.10.0 will be released soon. |
| 60 | +The release manual for version 0.9.3 is shorter because many features and improvements were put into version 0.10.0, including query engine upgrades, TsFile structure upgrades, cache optimization, tags, property management, and more. The file structure of 0.10.0 has been fixed and the upgrade tool is almost complete, 0.10.0 will be released soon. |
0 commit comments