-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Minor
-
None
-
Affects Version/s: 3.0.5
-
Component/s: Server (S)
-
Environment:Centos 7, Mariadb
LLD Macro is not resolved when one Macro has the same substring than another Macro (with '_' as separator) ex:
{
"data":[
{ "{#VMCPU}":"4"}, { "{#VMCPU_ID}":"xxxx_nastran:hv vp 4"},
{ "{#VMCPU}":"3"}, { "{#VMCPU_ID}":"xxxx_nastran:hv vp 3"},
{ "{#VMCPU}":"2"}, { "{#VMCPU_ID}":"xxxx_nastran:hv vp 2"},
{ "{#VMCPU}":"1"}, { "{#VMCPU_ID}":"xxxx_nastran:hv vp 1"},
{ "{#VMCPU}":"0"}, { "{#VMCPU_ID}":"xxxx_nastran:hv vp 0"}
]
}
Only Macro {#VMCPU_ID} is resolved.
Macro {#VMCPU} stay in not-resolve form.