2018 Mar 06 10:28 AM - edited 2024 Feb 04 4:45 AM
I am getting an error in production,
Data is loaded into raw in ABC pool and raw item is in pending state for more that 12 hrs , meanwhile orders are getting processed by datahub in order pool and invoice in global pools in parallel continuously .
items are getting loaded in ABC pool where no other item is processing ,
Why composition of ABC pool is getting stucked due to composition running in other pools.
Here data set is huge in all the pools. Any lead would be appreciated.
Thanks
Request clarification before answering.
Hi Vikram,
Updated Answer: If manually triggering the Compositions work, please write an extension, based on the "Monitoring Long Running Publications" link below. This extension will poll the pool to see if there's a Composition running, if not it will check for the PENDING, then trigger the Composition on the pool.
Otherwise, I suggest upgrading your hybris Commerce Suite to 6.x and the 6.x Data Hub versions have Hybrid Adapters that'll allow you to keep Data Hub Versions up to date without needing to upgrade hybris Commerce Suite.
Older Answer: Examine your Hybris Commerce Suite logs for the data that is imported by this pool and feed for errors.
The Pool and Feed could still be waiting on a Hanging Publication to finish. You may need to manually fail this publication, there is a Long Running Publications feature that will automatically fail the hanging publications.
Documentation: Troubleshooting Guide | Monitoring | Monitoring Long Running Publications.
Regards,
Luke
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably the autocompose is not enabled for ABC pool.
Check your properties file for "yourExtension.autocompose.pools" property.
You should have something like this:
myextension.autocompose.pools=ABC,DEF,GLOBAL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.