Description
Surfaced during a test run doing vector iO, where multiple parallel GETs were being issued within the same audit span, just when the header is built by enumerating the attributes.
queries = attributes.entrySet().stream() .filter(e -> !filter.contains(e.getKey())) .map(e -> e.getKey() + "=" + e.getValue()) .collect(Collectors.joining("&"));
Hypothesis: multiple GET requests are conflicting in updating/reading the header.
Attachments
Issue Links
- links to