Nicholas Carenza created NIFI-5126:
--------------------------------------
Summary: QueryDatabaseTable state key leads to unexpected behavior
when table name changes
Key: NIFI-5126
URL: https://issues.apache.org/jira/browse/NIFI-5126
Project: Apache NiFi
Issue Type: Bug
Environment: Nifi 1.3.0
Reporter: Nicholas Carenza
Attachments: image-2018-04-26-10-36-45-879.png
I renamed a table in my database and updated my QueryDatabaseTable to match
thinking it would resume from where it left off but the state variable name
changed with along with the table name property.
!image-2018-04-26-10-32-55-718.png!
So it ended up querying the full table all over again. Can we add some
configuration to control this behavior or remove the table name from the state
variable by default? Since the processor can only query from one table anyways,
I am not sure why the table name needs to be saved to state.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)