|
Example:
Jul 30 03:46:58 mcs1 python3[1066]: Traceback (most recent call last):
|
Jul 30 03:46:58 mcs1 python3[1066]: File "/usr/share/columnstore/cmapi/cmapi_server/node_manipulation.py", line 57, in add_node
|
Jul 30 03:46:58 mcs1 python3[1066]: pm_num = _add_node_to_PMS(c_root, node)
|
Jul 30 03:46:58 mcs1 python3[1066]: File "/usr/share/columnstore/cmapi/cmapi_server/node_manipulation.py", line 1010, in _add_node_to_PMS
|
Jul 30 03:46:58 mcs1 python3[1066]: addrnode.text = pm_list[(num % pm_count) + 1]
|
|
It will help to know which values have the variables c_root and node for investigating.
|