Skip to content

Instantly share code, notes, and snippets.

@nishantrayan
Created June 29, 2026 17:51
Show Gist options
  • Select an option

  • Save nishantrayan/684e8ccdb88adcc3a97bc5f91f7db11d to your computer and use it in GitHub Desktop.

Select an option

Save nishantrayan/684e8ccdb88adcc3a97bc5f91f7db11d to your computer and use it in GitHub Desktop.
if (stats == null) {
MetricsWrapper.incrementCounter("cargo.scheduler.validate_batch_consistency.ignore",
"type:stats_null");
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment