jnioche opened a new pull request, #1871:
URL: https://github.com/apache/stormcrawler/pull/1871

   ## Summary
   - Fix "ElasticSearch" -> "OpenSearch" in error log messages in 
`AbstractSpout` and `StatusMetricsBolt`
   - Fix `LOG.debug` in `AggregationSpout.onResponse` that had 5 arguments for 
4 placeholders (`alreadyprocessed` was silently dropped) — added missing 
placeholder
   - Fix `LOG.trace` in `AggregationSpout.populateBuffer` that had `{}` 
placeholder but no argument — added `logIdprefix`
   - Rename metric scopes `ES_queries`/`ES_docs` to 
`OpenSearch_queries`/`OpenSearch_docs` in `AggregationSpout` for consistency 
with `HybridSpout`
   
   ## Test plan
   - [x] `mvn compile -pl external/opensearch -am` — clean compile
   - [x] `mvn checkstyle:check -pl external/opensearch` — 0 violations
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to