-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: S3C-1966: KMIP TLS Transport #688
Conversation
Hello ploki,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
2b1138a
to
1189f14
Compare
History mismatchMerge commit #2b1138aec8424198f63afb2b69fc7bcf6d0e3670 on the integration branch It is likely due to a rebase of the branch Please use the |
constructor(channel, options) { | ||
this.channel = channel; | ||
this.options = options; | ||
this.pipelineDepth = Math.max(1, options.pipelineDepth || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to confirm that the 0 case is intended to go to the default rather than the max of 1. For example:
- if
options.pipelineDepth
is < 0this.pipelineDepth
is 1 - if
options.pipelineDepth
is equal to 0this.pipelineDepth
is 8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exact! (actually, 1 is the min)
debug: () => {}, | ||
error: () => {}, | ||
}; | ||
const { logger } = require('../../utils/kmip/ersatz.js'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the file name here ✅
@bert-e reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
@bert-e reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of The following options are set: approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
end() { | ||
if (this.callbackPipeline.length !== 0 || | ||
this.deferedRequests.length !== 0) { | ||
this.pipelineDrainedCallback = this.socket.end.bind(this.socket); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any scenario where this.socket
could be null
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, after a misusage of the API during shutdown (calling twice, or race reaping the pending errors).
Good catch, need to be checked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one consideration, but LGTM overall! ✅
3b45b3e
to
b3598c5
Compare
History mismatchMerge commit #1189f14bb0d0bdd60c8c9f7b0fc24b3d1be76d4a on the integration branch It is likely due to a rebase of the branch Please use the |
@bert-e reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
@bert-e approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue S3C-1966. Goodbye ploki. |
No description provided.