Commit a224b0e
committed
job-ingest: don't fail on rank > 16383
Problem: fluid_init() fails on rank > 16383 due to a design
limitation on the number of concurrent fluid generators.
If fluid_init() fails on one of these high ranks, log a message at
debug level and return 0, so the instance can continue with ingest
requests on that rank being handled upstream.
Fixes #57081 parent 281cf7e commit a224b0e
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
856 | | - | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
857 | 867 | | |
858 | 868 | | |
859 | 869 | | |
| |||
0 commit comments