No. 19520
INVENTORY TRANSACTION WORKER가 PARALLEL로 실행되지 않는 문제 ==================================================
PURPOSE ------- Serial 하게만 실행되는 Inventory Transaction Worker를 Parallel하게 실행될 수 있도록 한다.
Problem Description ------------------- Profile Option - Concurrent: Sequential Requests = 'No'임에도 불구하고 Inventory Trnasaction Worker가 Parallel 하게 실행되지 않고 Sequential 하게만 실행된다.
예를 들면, -. Inventory Trnasaction Manager가 3 Target processes로 setup. -. 각 Material Transaction Worker가 100 rows를 handle하게 setup.
500 rows가 동시에 실행되는 경우 Inventory trnasaction worker 3개가 parallel하게 작업하지 않고 한 개씩 sequential하게 작업한다.
Workaround ----------
Solution Description -------------------- WIP move transaction manager code에 concurrent single thread 값이 'Y'로 ssetting 되어 INV transaction worker가 parallel하게 실행되지 않았다. WIP move transaction manager가 active 상태에도 INV transaction worker가 parallel하게 실행시키기 위해서 patch 2676024 를 적용한다.
Apply patch 2676024.
Reference Documents ------------------- bug 2492785
출처:http://211.106.111.2:8880/bulletin/list.jsp?seq=19520&pg=0&sort_by=last_updated&keyfield=subject&keyword=PARALLEL |