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
@TonyHuBDn_jobs seems to be working as expected for me. Unfortunately, the information above isn't detailed enough to know what might be going wrong. If you are not using the most recent versions of Featuretools or Dask, my first suggestion would be to try to upgrade to the latests released versions and try again.
I can confirm that latest featuretools is not working with distributed>=2024.8.2 because of this line in featuretools and this func in the latest distributed. it could be fixed by passing client to Future like so
Code Sample, a copy-pastable example to reproduce your bug.
Warning message
2024-05-18 18:25:09,703 - distributed.worker - WARNING - Could not find da
ta: {'bytes-e7e617a37c90e401634a701acdeac78d': ['tcp://127.0.0.1:41237', '
tcp://127.0.0.1:43061', 'tcp://127.0.0.1:46849', 'tcp://127.0.0.1:40099',
'tcp://127.0.0.1:46353']} on workers: [] (who_has: {'EntitySet-878e4a0191d
9aef3e784de699c988216': ['tcp://127.0.0.1:41237', 'tcp://127.0.0.1:43061',
'tcp://127.0.0.1:46493', 'tcp://127.0.0.1:40099', 'tcp://127.0.0.1:46353'
], 'bytes-e7e617a37c90e401634a701acdeac78d': ['tcp://127.0.0.1:41237', 'tc
p://127.0.0.1:43061', 'tcp://127.0.0.1:46849', 'tcp://127.0.0.1:40099', 't
cp://127.0.0.1:46353']})
2024-05-18 18:25:09,704 - distributed.scheduler - WARNING - Worker tcp://1
27.0.0.1:45941 failed to acquire keys: {'bytes-e7e617a37c90e401634a701acde
ac78d': ('tcp://127.0.0.1:41237', 'tcp://127.0.0.1:43061', 'tcp://127.0.0.
1:46849', 'tcp://127.0.0.1:40099', 'tcp://127.0.0.1:46353')}
2024-05-18 18:28:00,306 - distributed.worker - WARNING - Could not find da
ta: {'bytes-e7e617a37c90e401634a701acdeac78d': ['tcp://127.0.0.1:45941', '
tcp://127.0.0.1:41237', 'tcp://127.0.0.1:46849', 'tcp://127.0.0.1:46353']}
on workers: [] (who_has: {'bytes-e7e617a37c90e401634a701acdeac78d': ['tcp
://127.0.0.1:45941', 'tcp://127.0.0.1:41237', 'tcp://127.0.0.1:46849', 'tc
p://127.0.0.1:46353']})
I don't know why. I can't get the result when I use n_jobs.
The text was updated successfully, but these errors were encountered: