Re: [PR] NIFI-12857 Add test for and refactor implementation of QueuePrioritizer [nifi]

2024-05-09 Thread via GitHub
exceptionfactory closed pull request #8466: NIFI-12857 Add test for and refactor implementation of QueuePrioritizer URL: https://github.com/apache/nifi/pull/8466 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] NIFI-12857 Add test for and refactor implementation of QueuePrioritizer [nifi]

2024-05-09 Thread via GitHub
EndzeitBegins commented on PR #8466: URL: https://github.com/apache/nifi/pull/8466#issuecomment-2102726045 Thank you for the review @exceptionfactory. I've just rebased the PR on the last commit on `main`, added the missing line break to the test, and added braces to conditional

Re: [PR] NIFI-12857 Add test for and refactor implementation of QueuePrioritizer [nifi]

2024-05-07 Thread via GitHub
exceptionfactory commented on code in PR #8466: URL: https://github.com/apache/nifi/pull/8466#discussion_r1593114760 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/queue/QueuePrioritizer.java: ## @@ -18,74

Re: [PR] NIFI-12857 Add test for and refactor implementation of QueuePrioritizer [nifi]

2024-03-26 Thread via GitHub
EndzeitBegins commented on PR #8466: URL: https://github.com/apache/nifi/pull/8466#issuecomment-2020987603 Of course, just rebased on the last commit of `main`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] NIFI-12857 Add test for and refactor implementation of QueuePrioritizer [nifi]

2024-03-01 Thread via GitHub
EndzeitBegins opened a new pull request, #8466: URL: https://github.com/apache/nifi/pull/8466 # Summary [NIFI-12857](https://issues.apache.org/jira/browse/NIFI-12857) Additionally, removed some dead code from