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
in ctor for S3Metadata object (ConnectorMetadata), it gets table config. that process involves looking for metadata search keys from OBS/ECS, requesting data from schema registry, loading schemas from disk, etc.
however this is only needed on the coordinator. this info is not accessed on workers. so N workers will be pulling this same info down all to just be not used.
in ctor for S3Metadata object (ConnectorMetadata), it gets table config. that process involves looking for metadata search keys from OBS/ECS, requesting data from schema registry, loading schemas from disk, etc.
however this is only needed on the coordinator. this info is not accessed on workers. so N workers will be pulling this same info down all to just be not used.
The text was updated successfully, but these errors were encountered: