Skip to content

Commit

Permalink
Add changelog for MatterMiners#230
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Apr 19, 2022
1 parent 317173d commit 5429192
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Added
Changed
-------

* Adjust ElasticSearch plugin to support client versions >=7.17,<8.0.0
* Remove granularity in Standardiser to enable earlier creation of new drones
* Introduced Bulk Executor and HTCondor Bulk Operations
* SSHExecutor respects the remote MaxSessions via queueing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: "Introduced Bulk Executor and HTCondor Bulk Operations"
description: |
Introduced bulk execution to HTCondor SiteAdapter including generic AsyncBulkCall framework class for collecting
tasks to execute in bulk. HTCondorAdapter uses bulk executions for its commands `deploy resource`, `stop resource` and
`terminate resource`. Changes the Resource UUID format used by the HTCondor Site adapter to `ClusterId.ProcId`.
`terminate resource`. Changes the Resource UUID format used by the HTCondor Site adapter to `ClusterId.ProcId`.
issues:
- 223
pull requests:
Expand Down
9 changes: 9 additions & 0 deletions docs/source/changes/230.change_support_new_es_client.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
category: changed
summary: Adjust ElasticSearch plugin to support client versions >=7.17,<8.0.0
description: |
The latest versions of the Elasticsearch client have a compatibility mode which can also be used for newer server
versions. Includes also a fix for the case where `resource_status` is not part of `resource_attributes`, which
occasionally caused crashes. Newer versions of the Elasticsearch client require the `scheme` parameter to be set.
By setting this already, it will be easier to eventually transition to client version 8.
pull requests:
- 230

0 comments on commit 5429192

Please sign in to comment.