bakaid edited a comment on pull request #605:
URL: https://github.com/apache/nifi-minifi-cpp/pull/605#issuecomment-620087034


   I am done with my final verification, the following has been tested 
successfully:
    - Using the new state storage for:
      - TailFile
      - ListSFTP
      - CWEL
      - QDT
    - State migration from old state file/directory for:
      - TailFile
      - CWEL
      - QDT
    - State-related minifi properties:
      - setting nifi.state.management.provider.local.always.persist to true 
persists every state change to disk immediately
      - setting nifi.state.management.provider.local.auto.persistence.interval 
to 5 sec makes state changes persist to the disk more quickly
      - using a custom configured RocksDbPersistableKeyValueStoreService 
through nifi.state.management.provider.local works properly
    - With both a rocksdb-enabled (default injected state storage 
RocksDbPersistableKeyValueStoreService) and rocksdb-disabled (default injected 
state storage UnorderedMapPersistableKeyValueStoreService) the following:
      - default injected storage works properly
      - state is persisted on normal shutdown
      - state is persisted on C2 configuration reload


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to