Commit c20e11c
resolving wrong reference (#438)
* 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]>1 parent aaadab2 commit c20e11c
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
| 339 | + | |
343 | 340 | | |
344 | 341 | | |
345 | 342 | | |
| |||
0 commit comments