forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add verbose pipeline parameter to output each processor's execution d…
…etails (opensearch-project#16843) * Add verbose pipeline parameter to output each processor's execution details Signed-off-by: Junwei Dai <[email protected]> * add change log Signed-off-by: Junwei Dai <[email protected]> # Conflicts: # CHANGELOG.md * Refactor ProcessorExecutionDetail to improve field handling Signed-off-by: Junwei Dai <[email protected]> * Fix ITtest Fail Signed-off-by: Junwei Dai <[email protected]> * Add more unit test Signed-off-by: Junwei Dai <[email protected]> * resolve comments Signed-off-by: Junwei Dai <[email protected]> * 1.add todo to change version.current 2.use exist xcontentUtil to read 3.move processor excution key to ProcessorExecutionDetail Signed-off-by: Junwei Dai <[email protected]> * refactor code Signed-off-by: Junwei Dai <[email protected]> * refactor code based on the comment Signed-off-by: Junwei Dai <[email protected]> * refactor code based on the comment Signed-off-by: Junwei Dai <[email protected]> * 1.add javadoc 2.refactor error message Signed-off-by: Junwei Dai <[email protected]> * change error message Signed-off-by: Junwei Dai <[email protected]> * 1.Added wrappers for tracking execution details of search processors. 2.Removed redundant logic for cleaner and simpler implementation. Signed-off-by: Junwei Dai <[email protected]> * change version to 3.0.0 Signed-off-by: Junwei Dai <[email protected]> * fix unit test Signed-off-by: Junwei Dai <[email protected]> * fix unit test Signed-off-by: Junwei Dai <[email protected]> * addressed comments 1. removed unnecessary log Signed-off-by: Junwei Dai <[email protected]> * addressed comments Signed-off-by: Junwei Dai <[email protected]> * revise comment to opensearch.api Signed-off-by: Junwei Dai <[email protected]> * removed unused logger and comment Signed-off-by: Junwei Dai <[email protected]> * removed unnecessary try catch block. add more comment Signed-off-by: Junwei Dai <[email protected]> * addressed comments Signed-off-by: Junwei Dai <[email protected]> * remove wrong unit test Signed-off-by: Junwei Dai <[email protected]> --------- Signed-off-by: Junwei Dai <[email protected]> Co-authored-by: Junwei Dai <[email protected]> (cherry picked from commit e15f712) Signed-off-by: Junwei Dai <[email protected]>
- Loading branch information
Showing
21 changed files
with
1,251 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.