aloyszhang commented on code in PR #9901:
URL: https://github.com/apache/inlong/pull/9901#discussion_r1544153264
##########
inlong-agent/agent-installer/src/main/java/org/apache/inlong/agent/installer/ModuleManager.java:
##########
@@ -213,6 +219,49 @@ private boolean updateModules(List<ModuleConfig>
managerModuleList) {
return true;
}
+ private boolean downloadModule(ModuleConfig module) {
+ LOGGER.info("download module {} begin", module.getId());
+ try {
+ LOGGER.info("download url {}",
module.getPackageConfig().getDownloadUrl());
Review Comment:
```suggestion
LOGGER.info("download module {} begin with url {}", module.getId(),
module.getPackageConfig().getDownloadUrl());
try {
```
--
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]