Post too slow for all transactions and all tables, less than 100 messages per second. This applies to other shareplex processes such as Reader . Similar diagnostics need to be done to identify the issue.
1.show post detail shows "Post state" always Waiting.
sp_ctrl (splx-vip:2300)> show post detail
HP-UX Defect,
Description:
PHKL_38700:
( QX:QXCR1000589939 SR:8606493324 CR:JAGag45497 )
When select(2m) is used as a simple timer without specifying
any file descriptors, it behaves like a timer. Currently it
is not making use of the high resolution timer functionality
already provided by the timer subsystem. Because of this
small timeouts will experience a larger wait time.
PHKL_41967:
( QX:QXCR1001118815 )
Applications that uses select(2) system call with zero timeout
argument may either suffer slower performance or return incorrectly
with EINTR on signal interruption.
Resolution 1
Enabling " hires_timeout_enable" kernel parameter.
Resolution 2
Apply the patch PHKL_41967 or PHKL_38700
For hp-ux 11.31, set it directly.
For hp-ux 11.23, may need install patch first.
Resolution Details:
select(2m) code has been modified to use the high resolution
timer functionality. However, the new functionality depends
on the value of tunable "hires_timeout_enable". With the
enablement of the tunable "hires_timeout_enable", along with
this patch, applications that use select(2m) as pure timer
for small timeouts will timeout right after the specified
duration and this will reduce the long wait time when compared prior to the installation of this patch.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center