-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cluster performance testing issues (#615)
Fixes the following issues: - timeout handler can be invoked again, before it has finished - batch position handler not committing for all partitions - downstream fix from central-services-stream to close Kafka connections on process exit
- Loading branch information
1 parent
b89c013
commit f4760a8
Showing
32 changed files
with
88 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: Central-Ledger Bulk Services Helm chart for Kubernetes | ||
name: bulk-centralledger | ||
version: 14.7.0 | ||
appVersion: v17.6.0 | ||
version: 14.7.1 | ||
appVersion: v17.6.1 | ||
home: http://mojaloop.io | ||
icon: http://mojaloop.io/images/logo.png | ||
sources: | ||
|
@@ -16,19 +16,19 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: cl-handler-bulk-transfer-prepare | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-bulk-transfer-prepare" | ||
condition: cl-handler-bulk-transfer-prepare.enabled | ||
- name: cl-handler-bulk-transfer-fulfil | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-bulk-transfer-fulfil" | ||
condition: cl-handler-bulk-transfer-fulfil.enabled | ||
- name: cl-handler-bulk-transfer-processing | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-bulk-transfer-processing" | ||
condition: cl-handler-bulk-transfer-processing.enabled | ||
- name: cl-handler-bulk-transfer-get | ||
version: ">= 14.1.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-bulk-transfer-get" | ||
condition: cl-handler-bulk-transfer-get.enabled | ||
- name: common | ||
|
4 changes: 2 additions & 2 deletions
4
bulk-centralledger/chart-handler-bulk-transfer-fulfil/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
bulk-centralledger/chart-handler-bulk-transfer-prepare/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
bulk-centralledger/chart-handler-bulk-transfer-processing/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: Central-Ledger Helm chart for Kubernetes | ||
name: centralledger | ||
version: 14.15.0 | ||
appVersion: v17.6.0 | ||
version: 14.15.1 | ||
appVersion: v17.6.1 | ||
home: http://mojaloop.io | ||
icon: http://mojaloop.io/images/logo.png | ||
sources: | ||
|
@@ -16,35 +16,35 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: centralledger-service | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-service" | ||
condition: centralledger-service.enabled | ||
- name: centralledger-handler-transfer-prepare | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-transfer-prepare" | ||
condition: centralledger-handler-transfer-prepare.enabled | ||
- name: centralledger-handler-transfer-position | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-transfer-position" | ||
condition: centralledger-handler-transfer-position.enabled | ||
- name: centralledger-handler-transfer-position-batch | ||
version: ">= 14.4.0" | ||
version: ">= 15.4.1" | ||
repository: "file://./chart-handler-transfer-position-batch" | ||
condition: centralledger-handler-transfer-position-batch.enabled | ||
- name: centralledger-handler-transfer-get | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-transfer-get" | ||
condition: centralledger-handler-transfer-get.enabled | ||
- name: centralledger-handler-transfer-fulfil | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-transfer-fulfil" | ||
condition: centralledger-handler-transfer-fulfil.enabled | ||
- name: centralledger-handler-timeout | ||
version: ">= 14.4.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-timeout" | ||
condition: centralledger-handler-timeout.enabled | ||
- name: centralledger-handler-admin-transfer | ||
version: ">= 14.3.0" | ||
version: ">= 14.4.1" | ||
repository: "file://./chart-handler-admin-transfer" | ||
condition: centralledger-handler-transfer-get.enabled | ||
- name: common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
centralledger/chart-handler-transfer-position-batch/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.