[ 
https://issues.apache.org/jira/browse/MINIFICPP-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Murtuza Shareef updated MINIFICPP-1179:
---------------------------------------
    Description: 
The work done as part of MINIFICPP-1007, uses a ring buffer with fixed size and 
no data persistence to file system, making the ecu unreliable and memory 
inefficient.

This ticket solves the above problems by
 # Setting a max buffer size per ECU and incrementally allocating memory when 
needed.
 # Persist data to the file system for reliability.
 # Flush any persisted data upon startup to the destination.

 

  was:
The work done as part of MINIFICPP-1007, uses a ring buffer with fixed size and 
no data persistence to file system, making the ecu unreliable and memory 
inefficient.

This ticket solves the above problems by
 # Setting a max buffer size per ECU and incrementally allocating memory when 
needed.
 # Persisting data to the file system for reliability.

 


> Employ reliable buffering in ECU. 
> ----------------------------------
>
>                 Key: MINIFICPP-1179
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1179
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Murtuza Shareef
>            Assignee: Murtuza Shareef
>            Priority: Major
>
> The work done as part of MINIFICPP-1007, uses a ring buffer with fixed size 
> and no data persistence to file system, making the ecu unreliable and memory 
> inefficient.
> This ticket solves the above problems by
>  # Setting a max buffer size per ECU and incrementally allocating memory when 
> needed.
>  # Persist data to the file system for reliability.
>  # Flush any persisted data upon startup to the destination.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to