Skip to content

NIFI-1016: Use centralized priority attribute name in PriorityAttributePrioritizer#98

Closed
joemeszaros wants to merge 1 commit intoapache:masterfrom
ImpressTV:NIFI-1016
Closed

NIFI-1016: Use centralized priority attribute name in PriorityAttributePrioritizer#98
joemeszaros wants to merge 1 commit intoapache:masterfrom
ImpressTV:NIFI-1016

Conversation

@joemeszaros
Copy link
Copy Markdown

There is a special enum, CoreAttributes, containing the core attribute names of a flow file, like uuid,path and priority. This enum is used by tons of other Java classes, and this issue suggests to use CoreAttributes.PRIORITY in PriorityAttributePrioritizer, instead of a local static String to avoid duplicates and possible misconceptions, or renames.

@joewitt
Copy link
Copy Markdown
Contributor

joewitt commented Oct 18, 2015

Nice catch and completely agree!

@asfgit asfgit closed this in ad73a23 Oct 18, 2015
JPercivall pushed a commit to JPercivall/nifi that referenced this pull request Apr 23, 2018
This closes apache#98.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
iadamcsik pushed a commit to iadamcsik/nifi that referenced this pull request Oct 22, 2025
CDPDFX-6143 Add control channel offset and flow change error stream (apache#81)

* CDPDFX-6143 Add ability to specify initial offset for control channel

* CDPDFX-6143 Adding an error stream for flow change events and allow poll task to move on after some number of failed attempts

* Remove requirement of initial control channel offset

* Add optional changeChannelOffset to FlowCreatedEvent to allow FD to specify the offset to start from

CDPDFX-6146: Adding ProcessGroupRequestRefreshEvent as a FlowControlEvent (apache#82)

CDPDFX-6209 Publish component ids after processing flow-created control event (apache#83)

CDPDFX-6209 Publish component ids after processing flow-created contr…

This closes apache#83

CDPDFX - Additional logging for flow designer debugging

CDPDFX-6284: (apache#85)

- Ensuring proper PG is used when publishing validation and status.

CDPDFX-6258 Switch to using Redis Pub/Sub for publishing feedback (apache#86)

* CDPDFX-6258 Switch to using Redis Pub/Sub for publishing feedback
* Comment out System.println

CDPDFX-6256 - don't reflect flow change events on component removal (apache#87)

* CDPDFX-6256 - don't reflect flow change events on component removal
* CDPDFX-6256 - remove generics usages; coverage for ports and controller services

CDPDFX-6318 Add new feedback event for reporting multiple controller service statuses in one event (apache#88)

* CDPDFX-6318 Add new feedback event for reporting multiple controller service statuses in one event

* Include referencing services when publishing updated status of the current service status being modified

CDPDFX-6257: Removing runtime manifest event (apache#89)

* CDPDFX-6257: Removing RuntimeManifestEvent

* Finishing removal of runtime manifest publishing

* Removing more runtime manifest publishing references

* Resolving compile errors

This closes apache#89

CDPDFX-6082 Fix gcs dependencies in Iceberg pom and ignore test

CDPDFX-6358 Resolve compatible bundles when processing control and change events to avoid ghosted components (apache#90)

* CDPDFX-6358 Resolve compatible bundles when processing control and change events to avoid ghosted components

* Use current event revision when publishing state change events

CDPDFX-6374 Specify mapping/sync options in control handler to sync with the default scheduler instead of retain scheduler (apache#91)

This closes apache#91

CDPDFX Rename version control system for NIFI_REGISTRY to REGISTRY_CLIENT (apache#92)

This closes apache#92

CDPDFX-6499: Process Group Sync (apache#95)

* CDPDFX-6499: Adding process group synchronization event for copy/paste
* Stopping components prior to process group synchronization to account for Stop Process Group action
* Removing components from flow diff comparison when components are new

CDPDFX-6700 Set topLevelGroupId in sync options to the FD process group id (apache#98)

CDPDFX - Fix incorrect recursion in StandardFlowChangeErrorHandler that could produce a stack overflow (apache#99)

CDPDFX-6783 Allow null to be returned when retrieving a sensitive param value (apache#100)

This closes apache#100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants