Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tim0dd opened this issue Jan 29, 2024 · 0 comments

Comments

@tim0dd
Copy link

tim0dd commented Jan 29, 2024

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant