vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.87k stars 1.21k forks source link

max_edge_returned_per_vertex does not take effect in v2.5.0 #2887

Closed xiaopqr closed 3 years ago

xiaopqr commented 3 years ago

Describe the bug (must be provided)

max_edge_returned_per_vertex does not take effect in v2.5.0

Your Environments (must be provided)

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Step 1:
    UPDATE CONFIGS storage:max_edge_returned_per_vertex=10;
  2. Step 2:
    SHOW CONFIGS; image
  3. Step 3: GO 1 STEPS FROM 59868671 OVER Singer_song; 546 results returned
bright-starry-sky commented 3 years ago

This problem is caused by configuration parameter local_config. let refer to the following doc for setting

https://docs.nebula-graph.io/1.2.1/manual-EN/3.build-develop-and-administration/3.configurations/1.config-persistency-and-priority/

close this one.