Error message

[HSF-Provider] takes xxx ms to execute the xxx method of the xxx HSF service. The time approximates the timeout period.

Solution

The provider prints this log when the timeout period minus the actual time elapsed is less than 100 ms. The timeout period is 3s by default.

  • If the timeout period is short, for example, less than 100 ms, this log is printed in each call, and you can ignore it.
  • If this log is still printed for a long timeout period, it indicates that service execution is slow. Analyze the performance bottleneck in service execution.