stephanievu
stephanievu
**What I Did** 1) Rear & Write workers were configured to point to same DB: bash-3.2$ env | grep TWO_TASK TWO_TASK_READ=tcp(127.0.0.1:3306)/world?timeout=10s TWO_TASK=tcp(127.0.0.1:3306)/world?timeout=10s 2) I set readonly_children_pct=50 in hera.txt **What I...
**What I Did** I sent an insert operation with huge pay load > 1MB, then perform a select to get back item **What I Expected** HERAMUX should be used for...
**What I Did** The code below does not provide bind value for 2nd bind parameter String bitustr = "update JAVA2OCC_2 set helix_bit = ?, helix_char = ? where ID =...
What I Did I turned on opscfg.default.server.log_level->5 **What I Expected** Worker's activity should be logged as 'verbose' mode **What I Saw Instead** Workers activity was still logged with 'warning' mode....
**What I Did** I send requests to server **What I See** unset is not expected as a "status" of CLIENT_INFO 17:06:54.75 CLIENT_INFO unset 0 mux&PoolStack=stvu.pg_occ:CalThreadId=0TopLevelTxnStartTime=TopLevelTxn not set*Host=hyperlvs19&corr_id=NotSet **What I Expect**...
**What I Did:** Using MySQL, Hera service is run with 3 workers, request_backlog_timeout is set to 6000, saturation feature is ON Server config: request_backlog_timeout=6000 opscfg.occ.server.saturation_recover_throttle_rate=80 opscfg.default.server.max_connections=3 Test Performed: - I...
What I Did I ran Hibernate test suite against server with MySQL workers What I See: Test cases with workers stayed in "QUCE" status: 1) Test case testWhereClause() in BasicHibernateAnnotationsTest...
**What I Did** I run java hera tests **What I See:** I don't see hera-jdbc logging from console. **What I Expect:** I expect some logging from hera-jdbc depending on LOG_LEVEL...
**What I Did** I have below configuration in server. I then send some queries. Since taf_timeout_ms=1 (too small), 1 or more queries will time out and fail over enable_taf =...