Skip to content

Remove Scan app enableAppActivityRecordAndTrafficIngestion and serveAppActivityRecordsAndTraffic config options - #6643

Open
mrdziuban wants to merge 1 commit into
canton-network:mainfrom
obsidiansystems:mrdziuban/remove-enableAppActivityRecordAndTrafficIngestion/6594
Open

Remove Scan app enableAppActivityRecordAndTrafficIngestion and serveAppActivityRecordsAndTraffic config options#6643
mrdziuban wants to merge 1 commit into
canton-network:mainfrom
obsidiansystems:mrdziuban/remove-enableAppActivityRecordAndTrafficIngestion/6594

Conversation

@mrdziuban

@mrdziuban mrdziuban commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Fixes #6594

Changes are best viewed with whitespace ignored: https://github.com/canton-network/splice/pull/6643/changes?w=1

This removes the enableAppActivityRecordAndTrafficIngestion and serveAppActivityRecordsAndTraffic config options and the optionality proliferation that they resulted in.

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If an upgrade test is required, comment /upgrade_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a logical synchronizer upgrade test is required (from canton-3.5), comment /lsu_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

// Sequencer is returning TRAFFIC_CONTROL_DISABLED when looking up traffic summaries.
config.copy(enableAppActivityRecordAndTrafficIngestion = false)
)(config)
)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added and discussed in #4968 (comment). I wasn't able to reproduce the error, so my hunch is that a Canton update since then resolved it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well if this fails on CI then we would need to investigate

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

override val automation: AutomationConfig = AutomationConfig(),
mediatorVerdictIngestion: MediatorVerdictIngestionConfig = MediatorVerdictIngestionConfig(),
enableAppActivityRecordAndTrafficIngestion: Boolean = true,
serveAppActivityRecordsAndTraffic: Boolean = true,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dfordivam @meiersi-da should this serveAppActivityRecordsAndTraffic option be kept in place or removed as well so the data is always served?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The serveAppActivityRecordsAndTraffic should also be removed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, removed it

@mrdziuban mrdziuban changed the title Remove Scan app enableAppActivityRecordAndTrafficIngestion config option Remove Scan app enableAppActivityRecordAndTrafficIngestion and serveAppActivityRecordsAndTraffic config options Aug 3, 2026
@mrdziuban
mrdziuban force-pushed the mrdziuban/remove-enableAppActivityRecordAndTrafficIngestion/6594 branch from 8ce5059 to 81a5740 Compare August 3, 2026 12:18
…veAppActivityRecordsAndTraffic` config options.

Fixes canton-network#6594

This removes the `enableAppActivityRecordAndTrafficIngestion` and `serveAppActivityRecordsAndTraffic` config options and the optionality proliferation that they resulted in.

Signed-off-by: Matt Dziuban <mrdziuban@gmail.com>
@mrdziuban
mrdziuban force-pushed the mrdziuban/remove-enableAppActivityRecordAndTrafficIngestion/6594 branch from 81a5740 to 7ed9e82 Compare August 5, 2026 15:01
@meiersi-da

Copy link
Copy Markdown
Contributor

@mrdziuban : note that I'm currently OoO. @rautenrieth-da will support @dfordivam to land your PR.

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.

Remove Scan app config option enableAppActivityRecordAndTrafficIngestion

7 participants