You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DOWNLOAD and INGEST SST files are now managed with the job manager. #3994
Support for error code display when a job fails. #4067
The OS page cache can be disabled and the block cache and Nebula Graph storage cache can only be used in a shared environment, to avoid memory usage interference between applications. #3890
Updated the default value of the KV separation threshold from 0 to 100. #3879
Support for using gflag to set the upper limit of expression depth for a better fit of different machine environments. #3722
Added a permission check for KILL QUERY. When the authorization is enabled, the GOD user can kill any query and the users with other roles can only kill queries that they own. #3896
Support for more complier launchers, including distcc and sccache. #3896
More dumping tables are supported with the meta dump tool. #3870
The storage layer controls the concurrency of write operations (INSERT VERTEX or EDGE) from reporting an error and requiring the client retry to using the internal queueing mechanism. #3926
Bugfix
Fixed the crash when using a function call as part of a filter in a LOOKUP statement. #4111
Fixed the crash when there were non-indexed properties in an IN clause. #3986
Fixed the storage service crash when concurrently scanning vertices and edges. #4190
Fixed the crash when performing aggregation queries with patterns in a MATCH statement. #4180
Fixed the crash when getting the JSON results of a profile query. #3998
Fixed the crash when the async interface in the Lambda function finished running and the task in threadManager was not executed. #4000