Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4644

Value from IgniteQueue in atomic mode could be lost

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.8
    • 2.1
    • cache
    • None

    Description

      Assume following case (operations are going concurrently):
      1) Client1 -> offer. Add new index in queue.
      2) On Client1 happens JVM pause or short-time problem with connectivity to cluster longer than 3 sec.
      3) Client2 -> poll. Get index from cache, but no value available.
      4) Client2 checks for value about 3 sec and if no value appears, just skips it.

      Should be fixed somehow or make timeout configurable.

      Attachments

        Activity

          People

            avinogradov Anton Vinogradov (Obsolete, actual is "av")
            dkarachentsev Dmitry Karachentsev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: