You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = true
taf_timeout_ms = 1
What I See
Log have BadInstrumentation line
t14:50:59.22 API CLIENT_SESSION_TAF
t14:50:59.21 EXEC 1753867003
E14:50:59.24 OCCWORKER recoverworker 0 E14:50:59.24 CDTGName##%%&&** BadInstrumentation
BadInstrumentation CompletingParentWithUncompletedChild 1&ParentType=API&ParentName=CLIENT_SESSION&ChildType=EXEC&ChildName=1753867003
T14:50:59.24 EXEC 1753867003 0
T14:50:59.24 API CLIENT_SESSION 0 corr_id_=&log_id_=&session_id_=
What I Expect
I should not see the below line in log: E14:50:59.24 CDTGName##%%&&** BadInstrumentation
BadInstrumentation CompletingParentWithUncompletedChild 1&ParentType=API&ParentName=CLIENT_SESSION&ChildType=EXEC&ChildName=1753867003
The text was updated successfully, but these errors were encountered:
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 = true
taf_timeout_ms = 1
What I See
Log have BadInstrumentation line
t14:50:59.22 API CLIENT_SESSION_TAF
t14:50:59.21 EXEC 1753867003
E14:50:59.24 OCCWORKER recoverworker 0
E14:50:59.24 CDTGName##%%&&** BadInstrumentation
BadInstrumentation CompletingParentWithUncompletedChild 1&ParentType=API&ParentName=CLIENT_SESSION&ChildType=EXEC&ChildName=1753867003
T14:50:59.24 EXEC 1753867003 0
T14:50:59.24 API CLIENT_SESSION 0 corr_id_=&log_id_=&session_id_=
What I Expect
I should not see the below line in log:
E14:50:59.24 CDTGName##%%&&** BadInstrumentation
BadInstrumentation CompletingParentWithUncompletedChild 1&ParentType=API&ParentName=CLIENT_SESSION&ChildType=EXEC&ChildName=1753867003
The text was updated successfully, but these errors were encountered: