iris-hep / idap-200gbps-atlas

benchmarking throughput with PHYSLITE
6 stars 1 forks source link

Transform titles in databinder longer than 128 characters cause a crash #140

Closed gordonwatts closed 20 hours ago

gordonwatts commented 2 months ago

If you submit a transform with a long title (longer than 128) you can get a hard crash.

        Sample=[
            sx.Sample(
                Name=f"speed_test_{ds_name}"[0:128],
                RucioDID=ds_name,
                Codegen=query[1],
                Query=query[0],
                NFiles=num_files,
                IgnoreLocalCache=ignore_cache,
            )
            for ds_name in ds_names

If this is by design, that is fine. But it seems arbitrary. Why not just truncate? This is not a unique db key.

kyungeonchoi commented 20 hours ago

Fixed by https://github.com/ssl-hep/ServiceX_frontend/pull/427