alibaba / clusterdata

cluster data collected from production clusters in Alibaba for cluster management research
1.54k stars 402 forks source link

Discrepancy in Interface Numbers Among Different RPCTypes of Microservices #217

Open dufanrong opened 3 weeks ago

dufanrong commented 3 weeks ago

I am currently studying your paper, where you mentioned that "Stateful services often provide a small number of uniform query interfaces such as reading or writing data, while stateless services tend to provide tens to hundreds of evolving interfaces for different purposes."

I would like to inquire further about the reasons behind this observation. In my analysis of the dataset, I have noticed significant discrepancies in the number of interfaces among microservices of different rpctypes:

Could you please provide more insights into the underlying reasons for this phenomenon? Understanding the factors influencing interface diversity among different rpctypes would greatly enhance my comprehension of your research findings.

Thank you very much for your time and consideration.