Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-436

Update RocksDB KV's putAll to use write batch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • kv
    • None

    Description

      In SAMZA-236, we don't use write batch inside our RocksDB putAll implementation. Instead, we call put sequentially. The reason for this is this issue that we were seeing, where RocksDB putAll crashes.

      Once the issue is resolved, we should update our RocksDB implementation to use the proper writeBatch API.

      Attachments

        1. SAMZA-436.0.patch
          1 kB
          Aleksandar Bircakovic

        Issue Links

          Activity

            People

              a.bircakovic Aleksandar Bircakovic
              criccomini Chris Riccomini
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: