forked from apache/dubbo
-
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.
fix: Fix the bug of downloading zk binary file (apache#9274)
* fix: Fix the bug of downloading zk binary file 1. Avoid the concurrence when donwloading zookeeper binary file 2. Destroy the process after stopped zookeeper instance in Unix OS 3. Support to provide zookeeper binary file by use self and avoid to download zookeeper binary file see issue: apache#9227 * fix: Fix the bug on start and stop global zk * fix: Fix the bug on download zk binary file. * fix: Add more log for troubleshooting * fix: Fix the bug on move file * fix: Fix the bug on create target directory * fix: Fix the exception on AtomicMoveNotSupportedException * fix: Fix the bug on start global zk in Windows OS * perf: Rename the directory's name from test to .tmp * perf: Optimize the code and set timeout when download zk binary archive * perf: Use AsyncHttpClient to download the zookeeper binary archive
- Loading branch information
Showing
11 changed files
with
231 additions
and
41 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
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.