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
[2.6] MOD-8009: Allow Users To Configure Cursor Index Limitation Through Global Config (#5168)
* MOD-8009: Allow Users To Configure Cursor Index Limitation Through Global Config (#5137)
* * move cursor limitation per index to be a configuration parameter
* solve a bug where the coordinator would stop reading from internal cursors
* * remove int return type for iterate callback functions, since their return value is ignored and has no real meaning.
* * Code Review - Round #1
* * Code Review - Round #1, missing file change
* * fix crash in testAggregate.py
* * Code Review - Round #2
* * replace comma with a period
* * if we somehow ended up with a closed channel, free the reply
* Update src/config.c
Co-authored-by: GuyAv46 <47632673+GuyAv46@users.noreply.github.com>
* Update src/cursor.c
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
* - fix channel test
* - add logging for the broadcasting failure flow
* - changed broadcast failure to be verbose instead of warning
* Update tests/pytests/test_cursors.py
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
---------
Co-authored-by: GuyAv46 <47632673+GuyAv46@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
(cherry picked from commit 602fe76)
* * use RSGlobalConfig.indexCursorLimit
* * apply missing cherry-pick changes
* * fix netCursorCallback callback return type
* * code review comments + test crash fix
* * fix remaining code review comments
0 commit comments