What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello! Anyone using latest of ? We are facing issue

UNBSW8S8K
UNBSW8S8K Posts: 128 πŸ§‘πŸ»β€πŸš€ - Cadet
edited November 2019 in Help

Hello!

Anyone using latest of https://github.com/spryker/product-page-search? We are facing issue, that elastic is not getting updates if data changed in zed, P&S runs successfully.

Initial set-up of data is fine, but it doesn’t work on updates.

CC: @UK9N7MP96

Comments

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 πŸ§‘πŸ»β€πŸš€ - Cadet

    do you have all expected updates in spy_product_abstract_page_search & spy_product_concrete_page_search tables?

  • UNBSW8S8K
    UNBSW8S8K Posts: 128 πŸ§‘πŸ»β€πŸš€ - Cadet

    No, they are not updated. There are no errors in logs. Events are processed successfully.

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 πŸ§‘πŸ»β€πŸš€ - Cadet

    then it looks like it's worth to debug starting from \Spryker\Zed\ProductPageSearch\Business\ProductPageSearchFacade::publish() method

  • UNBSW8S8K
    UNBSW8S8K Posts: 128 πŸ§‘πŸ»β€πŸš€ - Cadet

    Well - yes. But shouldn’t package updates improve/fix stuff instead of braking them?

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    it shouldn't be the case for minor/patch update, however some project-level overrides could get into your way

  • UNBSW8S8K
    UNBSW8S8K Posts: 128 πŸ§‘πŸ»β€πŸš€ - Cadet

    We updated from 3.8 to 3.9. We have some project overrides, but nothing related to storing data in those tables.

  • UNBSW8S8K
    UNBSW8S8K Posts: 128 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    Overrides are not affecting P&S

  • UNBSW8S8K
    UNBSW8S8K Posts: 128 πŸ§‘πŸ»β€πŸš€ - Cadet

    Cause if it would, then insert would not work as well. But in our case only updates are not working.

  • Ehsan Zanjani
    Ehsan Zanjani Head of Solution Architecture @ Spryker Posts: 113 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    Hi Janis,
    I remember we changed the the big query regarding memory issues for ProductPageSearch, maybe one of the query didn’t catch the data, could you check the queries for returning the result, I’ll also check the master to see if we can reproduce it.

    if data changed in zed …

    where and which data?