Open zhoujiaqi1998 opened 1 month ago
@czs007 can we not coredump here in this case?
/assign @czs007 /unassign
I think the default value 'all' is better. https://github.com/milvus-io/milvus/blob/v2.4.13/pkg/util/symbolizer/symbolizer.go#L26C2-L26C29
O think this only means we print all stack when server crash. Not related to core dump I believe
The value is 'crash ', which will generate a core dump when running a panic. If you want to print an all stack, you can set it to 'all '.
@zhoujiaqi1998 if we make this a configurable param and default with "all" I think is should be just fine
@zhoujiaqi1998 if we make this a configurable param and default with "all" I think is should be just fine
good idea.
@zhoujiaqi1998 if we make this a configurable param and default with "all" I think is should be just fine
good idea.
could you generate a pr for this?
Is there an existing issue for this?
Environment
Current Behavior
The program can exit, but I think generating a core dump is abnormal. https://github.com/milvus-io/milvus/issues/36774
Expected Behavior
No response
Steps To Reproduce
Milvus Log
milvus.log
Anything else?
No response