Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

GIRAPH-1200: Add counters for network request resends #83

Closed
wants to merge 1 commit into from

Conversation

majakabiljo
Copy link

Summary: Expose statistics around network requests which we had to resend.

Test Plan: Ran a normal job, these counters were 0. Ran a job with very low request timeouts and verified these counters got populated.

// Check if there are open requests which have been sent a long time ago,
// and if so, resend them.
List<ClientRequestId> addedRequestIds = Lists.newArrayList();
List<RequestInfo> addedRequestInfos = Lists.newArrayList();
// Check all the requests for problems
// Check all the requests for problemsAggregate vertices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment doesn't look right

Summary: Expose statistics around network requests which we had to resend.

Test Plan: Ran a normal job, these counters were 0. Ran a job with very low request timeouts and verified these counters got populated.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants