clusterdata icon indicating copy to clipboard operation
clusterdata copied to clipboard

Inconsistent column number in CallGraph data in the cluster-trace-microservices-v2022 dataset

Open tim0dd opened this issue 1 year ago • 0 comments

Hi, first of all, thank you for open-sourcing your datasets!

I have a problem with the call graph data and am wondering how to handle it. Some lines in the CallGraph CSV files contain 12 columns instead of 11. From what I have seen, the problem always stems from the fact that there is more than one rpcId and the rpcIds are delimited via a comma, which is also the delimiter used for columns in the CSV file. This causes exceptions when trying to read the files with the pandas library.

Are the multiple rpcIds intentional? And if so, why is it that sometimes there are two equal rpcIds? Here is an example from CallGraph_0.csv where 0.1.1.1 is present twice:

175636,T_20587044318,S_98992619,0.1.1.1,0.1.1.1,rpc,UNKNOWN,UNKNOWN_POD_6387478,i2--iNwFiz,MS_56 ...

tim0dd avatar Jan 29 '24 14:01 tim0dd