Skip to content

Commit 4abce30

Browse files
committed
fix health check bug
1 parent 05d6b02 commit 4abce30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/routes/checkHealth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ var checkHealth = function(req, res) {
211211
result: 'error',
212212
message: 'hbase response error'
213213
});
214+
return;
214215

215216
} else if (responseTime < 0 || isNaN(responseTime)) {
216217
score = 3;

0 commit comments

Comments
 (0)