cubrid icon indicating copy to clipboard operation
cubrid copied to clipboard

[CBRD-24389] do broker conf parameter values consistency check

Open kisoo-han opened this issue 3 years ago • 1 comments

http://jira.cubrid.org/browse/CBRD-24389

Purpose

  • cubrid broker conf parameter value consistency check, if failed stop
    • value of MAX_NUM_APPL_SERVER < MIN_NUM_APPL_SERVER
    • value of MIN_NUM_APPL_SERVER <= 0

Implementation N/A

Remarks

kisoo-han avatar Jun 17 '22 10:06 kisoo-han

Codecov Report

Merging #3670 (fb4c5ce) into develop (9bc2c88) will decrease coverage by 7.30%. The diff coverage is 60.00%.

@@             Coverage Diff             @@
##           develop    #3670      +/-   ##
===========================================
- Coverage    52.07%   44.76%   -7.31%     
===========================================
  Files          515      515              
  Lines       397906   397854      -52     
===========================================
- Hits        207201   178111   -29090     
- Misses      190705   219743   +29038     
Impacted Files Coverage Δ
src/broker/broker_config.c 41.17% <60.00%> (+0.04%) :arrow_up:
src/method/method_def.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
src/method/method_oid_handler.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
src/method/method_struct_query.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
src/method/method_struct_oid_info.hpp 0.00% <0.00%> (-100.00%) :arrow_down:
src/method/method_connection_cl.cpp 0.00% <0.00%> (-83.34%) :arrow_down:
src/method/method_def.cpp 18.18% <0.00%> (-74.75%) :arrow_down:
src/base/base64.c 0.00% <0.00%> (-71.08%) :arrow_down:
src/method/method_struct_query.cpp 0.00% <0.00%> (-70.83%) :arrow_down:
src/method/method_connection_pool.cpp 6.12% <0.00%> (-69.39%) :arrow_down:
... and 180 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9bc2c88...fb4c5ce. Read the comment docs.

codecov-commenter avatar Jun 17 '22 11:06 codecov-commenter