Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-12720

Krati implementation does not work properly persistence after put operation.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.21.3, 2.22.1, 2.23.0
    • camel-krati
    • None
    • Unknown

    Description

      In KratiProducer class 

      } else {
                 Object value = getValue(exchange);
                 //Its required to have only one thread putting stuff there at any given time per store.
                  synchronized (endpoint.getPath().intern()) {
                  dataStore.put(key, value);

                  dataStore.persist();  // Here should be this
                 }
      }

      Attachments

        Activity

          People

            dmvolod Dmitry Volodin
            vcibulka Vladimir Cibulka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: