From 611345483514607d2f0928d8cd49622b49127c32 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:43:21 +0800 Subject: [PATCH 1/3] Update release-note.md --- docs-2.0/20.appendix/release-note.md | 50 ++++++++++++++-------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/docs-2.0/20.appendix/release-note.md b/docs-2.0/20.appendix/release-note.md index 4ae96361296..233f276a10d 100644 --- a/docs-2.0/20.appendix/release-note.md +++ b/docs-2.0/20.appendix/release-note.md @@ -2,54 +2,54 @@ ## Changes -- Vertex without tag is not supported by default. If you want to use the vertex without tags, add --graph_use_vertex_key=true to the configuration files (nebula-graphd.conf) of all Graph services in the cluster, and add --use_vertex_key=true to the configuration files (nebula-storaged.conf) of all Storage services in the cluster. +- Vertices cannot be inserted without a tag by default. To insert a vertex without a tag, add the `--graph_use_vertex_key=true` option to the `nebula-graphd.conf` configuration files of all Graph services, and add `--use_vertex_key=true` to the `nebula-storaged.conf` configuration files of all Storage services in the cluster. ## Enhancement -- Support to show the status of [synchronize between two clusters]((../synchronization-and-migration/replication-between-clusters.md)). +- Supported the status show of the [synchronization between two clusters](../synchronization-and-migration/replication-between-clusters.md). - Enhanced memory usage of `AtomicLogBuffer` to avoid OOM problems when rebuilding indexes and data synchronization. -- Unify the configuration file. +- Unified the configuration file. -- Adjust the level of the heartbeat log. +- Adjusted the level of the heartbeat log. ## Bugfix -- Fixed the crash of web service when receiving some special attack messages. -- Fixed the crash on dropping the full-text index. -- Fixed the crash of map concurrency. -- Fixed the crash of raft in certain cases. +- Fixed the web service crash when receiving some special attack messages. +- Fixed the crash due to the full-text index dropping. +- Fixed the crash due to map concurrency. +- Fixed the raft crash in certain cases. - Fixed the storage service crash when the length of the VID in a vertex or edge deletion statement exceeds the defined length on an indexed base. - Fixed the crash caused by a wrong expression syntax. -- Fixed the crash of `LOOKUP`. -- Fixed the crash of complex `MATCH`. +- Fixed the crash when running a `LOOKUP` statement. +- Fixed the crash when running a complex `MATCH` statement. - Fixed the crash in the optimization phase of multiple `MATCH`. -- Fixed the crash of variable types collected. +- Fixed the crash when collecting variable types. - Fixed the crash caused by an illegal expression. - Fixed the bug that storage would hang when there is only the space path but no part path. - Fixed the deadlock of leader balance job executor. - Fixed the infinite loop when building a balance plan. -- Fixed the bug of rebuilding full-text index failure. -- Fixed the bug of using logrotate. +- Fixed the failure of rebuilding a full-text index. +- Fixed the logrotate usage problem. - Fixed the bug that the machine key is lost when restoring. -- Fixed the bug that the host can't stop when canceling the future of the snapshot. -- Fixed the bug of cache size overflow and deadlock. +- Fixed the bug that the host can't stop when canceling the progress of sending snapshots. +- Fixed the cache size overflow and deadlock bug. - Fixed the bug of missing the `RETURN` clause in MetaDaemon. -- Fixed the split brain in the raft. +- Fixed the raft split brain problem. - Fixed the bug that the meta listener validated the license. - Fixed the bug that the meta listener didn't clean data. -- Fixed the bug of the drainer syncing dirty data. +- Fixed the bug that the drainer synchronized dirty data. - Fixed the bug that the drainer daemon can't exit normally. -- Fixed the bug to keep the audit log async available. -- Fixed the concurrent exception of multiple `MATCH`. -- Fixed the bug that the rebuild tag index task could not be re-executed properly. -- Fixed the bug that the rebuild tag index job always failed after stopping a running job. +- Fixed the problem that audit log cannot be used asynchronously. +- Fixed the concurrent exception when executing multiple `MATCHES` . +- Fixed the bug that the tag index rebuilding task could not be re-executed properly. +- Fixed the bug that the tag index rebuilding task always failed after stopping a running job. - Fixed the bug that the ElasticSearch writing error caused by truncation of UTF8 characters. -- Fixed the bug to remove the truncated text before writing into ElasticSearch. -- Fixed the bug when using ElasticSearch for audit logs, the audit logs of DML and DQL types are not recorded. -- Fixed the bug where the service could not be started if the log directory did not exist when `ENABLE_BREAKPAD` was enabled. -- Fixed the bug that If there is a GOD whose name is not root, the root user will be created when meta init. +- Fixed the bug that the truncated text was removed before writing into ElasticSearch. +- Fixed the bug that the audit logs of DML and DQL types are not recorded when using ElasticSearch to store audit logs. +- Fixed the bug that the service could not be started if the log directory did not exist when `ENABLE_BREAKPAD` was enabled. +- Fixed the bug that when there was a GOD whose name was not `root`, the root user were created when the meta initiated. ## Legacy versions From b8fe2de6cbd284c3d0ed52c9bede350475909949 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:45:43 +0800 Subject: [PATCH 2/3] Update docs-2.0/20.appendix/release-note.md --- docs-2.0/20.appendix/release-note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/20.appendix/release-note.md b/docs-2.0/20.appendix/release-note.md index 233f276a10d..1f439e8211c 100644 --- a/docs-2.0/20.appendix/release-note.md +++ b/docs-2.0/20.appendix/release-note.md @@ -42,7 +42,7 @@ - Fixed the bug that the drainer synchronized dirty data. - Fixed the bug that the drainer daemon can't exit normally. - Fixed the problem that audit log cannot be used asynchronously. -- Fixed the concurrent exception when executing multiple `MATCHES` . +- Fixed the concurrent exception when executing multiple `MATCHES`. - Fixed the bug that the tag index rebuilding task could not be re-executed properly. - Fixed the bug that the tag index rebuilding task always failed after stopping a running job. - Fixed the bug that the ElasticSearch writing error caused by truncation of UTF8 characters. From 834fecfc04a6aa207cd0fafa3af2295294b618d9 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:50:57 +0800 Subject: [PATCH 3/3] Update docs-2.0/20.appendix/release-note.md --- docs-2.0/20.appendix/release-note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/20.appendix/release-note.md b/docs-2.0/20.appendix/release-note.md index 1f439e8211c..cc1e30ad5ed 100644 --- a/docs-2.0/20.appendix/release-note.md +++ b/docs-2.0/20.appendix/release-note.md @@ -42,7 +42,7 @@ - Fixed the bug that the drainer synchronized dirty data. - Fixed the bug that the drainer daemon can't exit normally. - Fixed the problem that audit log cannot be used asynchronously. -- Fixed the concurrent exception when executing multiple `MATCHES`. +- Fixed the concurrent exception when executing multiple `MATCH` statements. - Fixed the bug that the tag index rebuilding task could not be re-executed properly. - Fixed the bug that the tag index rebuilding task always failed after stopping a running job. - Fixed the bug that the ElasticSearch writing error caused by truncation of UTF8 characters.