[
https://issues.apache.org/jira/browse/NIFI-14351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942108#comment-17942108
]
ASF subversion and git services commented on NIFI-14351:
--------------------------------------------------------
Commit e0161f283fc4a6a5c07cee7119288a983a052506 in nifi's branch
refs/heads/main from Vijay Gorla
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e0161f283f ]
[NIFI-10304] [NIFI-14351] Added a config item to SearchElasticsearch processor
to control if the processor restarts on query finish. Also removed query
expiration for SEARCH_AFTER pagination type
Signed-off-by: Chris Sampson <[email protected]>
This closes #9806.
> Paginated Elasticsearch processors with pagination type SEARCH_AFTER must not
> have a query expiry time
> ------------------------------------------------------------------------------------------------------
>
> Key: NIFI-14351
> URL: https://issues.apache.org/jira/browse/NIFI-14351
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 2.2.0
> Reporter: Vijaya Gorla
> Assignee: Vijaya Gorla
> Priority: Minor
> Labels: elasticsearch
>
> Currently a query expiration behavior has been implemented for paginated
> Elasticsearch processors using any pagination type ({{{}SCROLL{}}} /
> {{POINT_IN_TIME}} / {{{}SEARCH_AFTER{}}}). However {{SEARCH_AFTER}} queries
> without a PIT do not expire at Elasticsearch level hence the query expiration
> behavior should be removed when pagination type is {{{}SEARCH_AFTER{}}}.
> [https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)