02/08/2022 09:54, Chaoyong He: > From: Peng Zhang <peng.zh...@corigine.com> > > Sorting a list of strings with the format "node[0-9]+" in order to find the > largest integer by looking at the last item after the sort breaks. But if > there are more then 10 items as a string sort will sort "node10" before > "node2", it will get the error NUMA nodes.
What is the error you are seeing?