Nuria has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/381493 )
Change subject: Removing schema that no longer exists ...................................................................... Removing schema that no longer exists PageCreate events have been removed from mediawiki Bug: T171629 Change-Id: I58daae7ceb1f83d1d3ebbcd1c2c3bfcfea86db3c --- M hieradata/common.yaml 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/93/381493/1 diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 0f52e5e..6a8c7a3 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -348,8 +348,7 @@ # * Analytics so we can use it for testing throughput # * CentralNoticeBannerHistory because it can't be inserted into mysql with its array property # * ImageMetrics see T141407, these tables are no longer used and yet some cached code is still sending events -# * PageCreation see T171629, data is available in several other ways -eventlogging_valid_mixed_schema_blacklist: ^(Analytics|CentralNoticeBannerHistory|ImageMetricsLoadingTime|ImageMetricsCorsSupport|PageCreation)$ +eventlogging_valid_mixed_schema_blacklist: ^(Analytics|CentralNoticeBannerHistory|ImageMetricsLoadingTime|ImageMetricsCorsSupport)$ # Used to specify writer handler for eventlogging processor producer. eventlogging_kafka_producer_scheme: "kafka-confluent://" -- To view, visit https://gerrit.wikimedia.org/r/381493 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I58daae7ceb1f83d1d3ebbcd1c2c3bfcfea86db3c Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Nuria <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
