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.86k stars 1.21k forks source link

Why GetPropProcessor.cpp onFinished() function need MemoryCheckOffGuard ? In this case, if the error "bad_alloc" is not checked? #5935

Open wangchengjue opened 2 months ago

wangchengjue commented 2 months ago

WhyBaseProcessor.h onFinished() function need MemoryCheckOffGuard ? In this case, if the error "bad_alloc" is not checked?

nebula v3.4.0

image