/
rpp_retry and rpp_highwater deprecated
rpp_retry and rpp_highwater deprecated
Follow the PBS Pro Design Document Guidelines.
Links
- Link to discussion on Developer Forum: https://community.openpbs.org/t/rpp-retry-and-rpp-highwater-deprecated/2419
Overview
The TPP layer has been modified to now completely rely on the sliding window techniques of the underlying TCP protocol. Redundant TPP code that dealt with keeping track of packet acknowledgements and therefore re-transmissions (controlled by rpp_retry) have been removed. The overall flow was controlled by rpp_highwater, but since TCP has its own flow control, this code was not functional, and has been removed as well.
Technical Details
The rpp_retry attribute of the server object is deprecated.
- The rpp_highwater attribute of the server object is deprecated.
- Attempting to set these values will not result in an error. These values, if set, will be silently ignored. The TPP layer will simply use underlying TCP protocols for reliable transmission of data.
- In a future release, these attributes will be removed and an attempt to set their values will result in error.
Project Documentation Main Page
, multiple selections available,
Related content
PP-1250: Process > 3 rpp/tpp messages (from moms) per server iteration
PP-1250: Process > 3 rpp/tpp messages (from moms) per server iteration
More like this
PP-682 : In high availability setup, "new" server leaf connection to pbs_comm keeps getting rejected because stale connection from old server is still seen.
PP-682 : In high availability setup, "new" server leaf connection to pbs_comm keeps getting rejected because stale connection from old server is still seen.
More like this
MOM will initiate the dialogue sequence with server (code committed)
MOM will initiate the dialogue sequence with server (code committed)
More like this
Downloading OpenPBS Source
Downloading OpenPBS Source
More like this
Deprecating load_balancing scheduler config
Deprecating load_balancing scheduler config
More like this
New -Wforce option for pbs_ralter to enforce changes to start/end/duration of a reservation.
New -Wforce option for pbs_ralter to enforce changes to start/end/duration of a reservation.
More like this