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
nadove-ucsc opened this issue
Jan 31, 2025
· 0 comments
Assignees
Labels
+[priority] Highbug[type] A defect preventing use of the system as specifiedmanifests[subject] Generation and contents of manifestsorange[process] Done by the Azul team
[ERROR] TypeError: object of type 'NoneType' has no len() Traceback (most recent call last): File "/var/task/azul/chalice.py", line 189, in patched_event_source_handler return old_handler(self_, event, context) File "/var/task/chalice/app.py", line 1761, in call return self.handler(event_obj) File "/var/task/chalice/app.py", line 1707, in call return self._original_func(event.to_dict(), event.context) File "/var/task/app.py", line 1526, in generate_manifest return app.manifest_controller.get_manifest(event) File "/var/task/azul/service/manifest_controller.py", line 97, in get_manifest result = self.service.get_manifest(format=manifest_key.format, File "/var/task/azul/service/manifest_service.py", line 636, in get_manifest return self._generate_manifest(generator, manifest_key, partition) File "/var/task/azul/service/manifest_service.py", line 645, in _generate_manifest partition = generator.write(manifest_key, partition) File "/var/task/azul/service/manifest_service.py", line 1341, in write file_path, base_name = self.create_file() File "/var/task/azul/service/manifest_service.py", line 2158, in create_file avro_pfb.write_pfb_entities(pfb_entities(), pfb_schema, path) File "/var/task/azul/service/avro_pfb.py", line 90, in write_pfb_entities fastavro.writer(fh, parsed_schema, entities, validator=True) File "fastavro/_write.pyx", line 795, in fastavro.write.writer File "/var/task/azul/service/manifest_service.py", line 2154, in pfb_entities yield avro_pfb.PFBEntity.for_replica(id, dict(replica)).to_json(()) File "/var/task/azul/service/avro_pfb.py", line 198, in for_replica return cls(id=id, name=name, object=object) File "", line 7, in init self.attrs_post_init() File "/var/task/azul/service/avro_pfb.py", line 174, in attrs_post_init reject(len(self.id) > 254, 'Terra requires IDs be no longer than 254 chars', )
The cause is this replica, present on anvildev (but not on anvilbox due to #6609):
nadove-ucsc
added
bug
[type] A defect preventing use of the system as specified
manifests
[subject] Generation and contents of manifests
+
[priority] High
labels
Jan 31, 2025
+[priority] Highbug[type] A defect preventing use of the system as specifiedmanifests[subject] Generation and contents of manifestsorange[process] Done by the Azul team
We started observing these errors after #6847 was merged to
anvildev
:CloudWatch Logs Insights
region: us-east-1
log-group-names: /aws/lambda/azul-service-anvildev-manifest
start-time: -86400s
end-time: 0s
query-string:
The cause is this replica, present on
anvildev
(but not onanvilbox
due to #6609):The text was updated successfully, but these errors were encountered: