Alexander Oganezov

Results 19 issues of Alexander Oganezov

We are encountering a problem in DAOS with how to properly finalize/shutdown servers using APIs that mercury provides today. The root of the problem is that in order to cleanly...

hg
minor
defect
feature

Currently HG_Forward()'s behavior is either to either invoke the completion callback (with error or success), or to return error from HG_Forward(). In CART/DAOS we end up having to manually invoke...

hg
minor
feature

Cleanup and coverity fixes for a multi-send client/server. Added an option to force RPCs to be forced to a fixed target. Signed-off-by: Alexander A Oganezov ### Before requesting gatekeeper: *...

release-2.4
priority

Naming fixes Required-githooks: true ### Before requesting gatekeeper: * [ ] Two review approvals and any prior change requests have been resolved. * [ ] Testing is complete and all...

- Initial version of a '-c' option (cleanup sessions) for self_test. Allows user to terminate all self_test sessions on the specified targets. Intended to be used as a follow-up to...

Required-githooks: true ### Before requesting gatekeeper: * [ ] Two review approvals and any prior change requests have been resolved. * [ ] Testing is complete and all tests passed...

- D_QUOTA_RPCS envariable added. When set, limits the number of RPCs on a wire being sent out by the process. - RPCs that exceed quota limit (if set), will now...

unclean-cherry-pick
priority

- Address follow-up feedback. Remove cart env check Required-githooks: true ### Before requesting gatekeeper: * [ ] Two review approvals and any prior change requests have been resolved. * [...

- Added --no-sync option (-n) to self_test. When set will skip pre-ping of all ranks in the group before running the actual self_test - Usages of self_test with daos_agent env...

- Change cart_ctl to no longer fail if pre-ping fails in daos env - Set individual cmd pings to be 3 seconds - Change cart_ctl invocation to use 'no sync'...