-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from xtuml/188_enhance_logging
188 enhance logging
- Loading branch information
Showing
72 changed files
with
1,582 additions
and
914 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 +1 @@ | ||
MASL_VERSION=4.4.0 | ||
MASL_VERSION=4.4.3-logging |
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 +1 @@ | ||
MASL_VERSION=4.4.0 | ||
MASL_VERSION=4.4.3-logging |
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,34 +1,5 @@ | ||
#!/bin/bash | ||
|
||
# configure topics | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AsyncLogger_service0 --add-config retention.ms=5000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AsyncLogger_service1 --add-config retention.ms=5000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AsyncLogger_service2 --add-config retention.ms=5000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AsyncLogger_service3 --add-config retention.ms=5000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AsyncLogger_service4 --add-config retention.ms=5000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AsyncLogger_service5 --add-config retention.ms=5000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service0 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service1 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service2 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service3 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service4 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service5 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic JobManagement_service6 --add-config retention.ms=60000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service0 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service1 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service2 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service3 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service4 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service5 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service6 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service7 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service8 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AEOrdering_service9 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AESequenceDC_service12 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic AESequenceDC_service31 --add-config retention.ms=300000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic IStore_service0 --add-config retention.ms=30000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic IStore_service1 --add-config retention.ms=30000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic IStore_service2 --add-config retention.ms=30000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic IStore_service3 --add-config retention.ms=30000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic IStore_service4 --add-config retention.ms=30000 | ||
/opt/kafka/bin/kafka-configs.sh --alter --bootstrap-server kafka:9093 --topic BenchmarkingProbe_service0 --add-config retention.ms=6000000 |
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.