Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #2910 master server will show exception for some time when it restart #2913

Merged
merged 20 commits into from
Jun 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
74ef43d
fix worker group config no effect
davidzollo May 14, 2020
494d38a
Merge branch 'dev-1.3.0' into dev-1.3.0
davidzollo May 14, 2020
240894c
remove codehaus janino jar
davidzollo May 18, 2020
b2fac63
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo May 18, 2020
cbf6100
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo May 18, 2020
25f3884
Merge remote-tracking branch 'origin/dev-1.3.0' into dev-1.3.0
davidzollo May 18, 2020
8ee72f6
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo May 18, 2020
6c7916a
datasource config
davidzollo May 18, 2020
a06646a
Update datasource.properties
davidzollo May 18, 2020
af9b8c7
fix RunConfig bug
davidzollo May 18, 2020
7acf143
Merge remote-tracking branch 'origin/dev-1.3.0' into dev-1.3.0
davidzollo May 18, 2020
5f4c6b2
remove param monitor server state
davidzollo May 20, 2020
438d4d9
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo May 29, 2020
bd3a884
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo May 30, 2020
6bbfc0c
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo May 31, 2020
66d8896
fix table T_DS_ALERT
davidzollo Jun 1, 2020
8e41081
update h2 database
davidzollo Jun 1, 2020
bbf8253
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo Jun 1, 2020
529bec1
Merge remote-tracking branch 'upstream/dev-1.3.0' into dev-1.3.0
davidzollo Jun 6, 2020
78068be
fix #2910 master server will show exception for some time when it res…
davidzollo Jun 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void init(){
this.workerHostWeightsMap = new ConcurrentHashMap<>();
this.lock = new ReentrantLock();
this.executorService = Executors.newSingleThreadScheduledExecutor(new NamedThreadFactory("LowerWeightHostManagerExecutor"));
this.executorService.scheduleWithFixedDelay(new RefreshResourceTask(),35, 40, TimeUnit.SECONDS);
this.executorService.scheduleWithFixedDelay(new RefreshResourceTask(),0, 40, TimeUnit.SECONDS);
this.roundRobinHostManager = new RoundRobinHostManager();
this.roundRobinHostManager.setZookeeperNodeManager(getZookeeperNodeManager());
}
Expand Down
Binary file removed sql/h2.mv.db
Binary file not shown.