You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow consistent request tracking across control and data plane within one Connector of one company.
Currently, there's a disconnect between logs in control and data plane which makes it hard to debug and trace requests when there's a lot of traffic in the EDC. This feature looks into improving request tracking by e.g. adding TransferProcess Identifiers to data plane logs.
Which Areas Would Be Affected?
Dataplane logs, specially related with transfer. Should not add any breaking change.
Why Is the Feature Desired?
Increased usability due to better log readability and transfer process observability.
Solution Proposal
In PipelineServiceImpl.java considering this log regarding transfer from a source to a destination can be changed to include the DataFlow Id, being the following an example of the new outcome.
DataFlow 7926e16e-7357-4032-8078-db08ecd9d67f Transferring from AmazonS3 to AmazonS3.
Additionally the error logs for unknown data source and unknown data sink can be updated to also improve traceability. The following are examples of those.
DataFlow 7926e16e-7357-4032-8078-db08ecd9d67f Unknown data source type AmazonS3.
DataFlow 7926e16e-7357-4032-8078-db08ecd9d67f Unknown data sink type AmazonS3.
The text was updated successfully, but these errors were encountered:
Feature Request
Allow consistent request tracking across control and data plane within one Connector of one company.
Currently, there's a disconnect between logs in control and data plane which makes it hard to debug and trace requests when there's a lot of traffic in the EDC. This feature looks into improving request tracking by e.g. adding TransferProcess Identifiers to data plane logs.
Which Areas Would Be Affected?
Dataplane logs, specially related with transfer. Should not add any breaking change.
Why Is the Feature Desired?
Increased usability due to better log readability and transfer process observability.
Solution Proposal
In PipelineServiceImpl.java considering this log regarding transfer from a source to a destination can be changed to include the DataFlow Id, being the following an example of the new outcome.
Additionally the error logs for unknown data source and unknown data sink can be updated to also improve traceability. The following are examples of those.
The text was updated successfully, but these errors were encountered: