[1] 08/27/06 12:21 Warning: Main thread waiting for syncop.done for 60 seconds [sp_opst_mt (for o.sebprod-o.sebrepl queue Queue2)/24521]
[6] 08/27/06 12:21 Notice: session=55 is blocked by session=19. They are in different threads. Will wait for blocker to release lock. [sp_opst_mt (for o.sebprod-o.sebrepl queue Queue2)/24521]
[1] 08/27/06 12:21 Internal error: block.c: 927: que_reread error: que_RRLS_SEQ: Readrelease sequence error. See poster log. [sp_opst_mt (for o.sebprod-o.sebrepl queue Queue2)/24521]
08/27/06 12:21 Process exited sp_opst_mt (for o.sebprod-o.sebrepl queue Queue2) [pid = 24521] - exit(1)
This problem happens on MTP post. It occurs when the main thread is trying to resolve a blocking situation.
STATUS:
This issue is fixed in 5.2.1.
WORKAROUND (For versions prior to 5.2.1)
This problem happens on MTP post, it occurs when the main thread is trying to resolve a blocking situation. You can restart post in Multi threaded mode, you may or may not hit this issue again. It will occur if you encounter a blocking issue. If you encounter it switch to STP and then switch back to MTP at a later time.
sp_ctrl> stop post
sp_ctrl> set post single
sp_ctrl> start post
Once bypass this issue, you can switch back to MTP again.
sp_ctrl> stop post
sp_ctrl> set post multi
sp_ctrl> start post
Starting with SharePlex 6.x, the single-threaded Post is deprecated. So all references about switching from single-threaded and multi-threaded Post and vice versa will not be applicable in current versions as Post only runs in multi-threaded mode.