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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
* add static partition assignment possibilities
* add global partitions as actives as well
* pin mode as long we didn't switch to newest faust version that supports python 3.11
* first version of global global tables
* add GlobalGlobalTable Object
* have global global as attribute of global table
* use use_partitioner also for having all partitions as standby
* Update requirements.txt
* fix tests, assert that global flag is set in case global global is used, linting
* remove test artefact
* fix linting again
* rename global global to synchronize_all_active_partitions
* fix linting
* add base.py changes
* fixed synchornized_all_active_partitions attribute handling in GlobalTable Constructor
* resolved reference error self.table.use_partitioner -> table.usepartitioner
* run code formatter
Co-authored-by: Alexander Oberegger <[email protected]>
Co-authored-by: aoberegg <[email protected]>
Co-authored-by: Marco Julian Moser <[email protected]>