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?