-
Notifications
You must be signed in to change notification settings - Fork 87
[DO NOT MERGE] EOS-26465: DTM support - PUT KV in non-batch mode #1653
base: main
Are you sure you want to change the base?
Conversation
9417755
to
2059299
Compare
server/s3_motr_kvs_writer.cc
Outdated
parallel_writer_contexts.clear(); | ||
const int parallel_kvs = | ||
(kv_list.size() <= max_parallel_kv) ? kv_list.size() : max_parallel_kv; | ||
// kvop_keys_in_flight = parallel_kvs; |
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.
stale comment - remove
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.
done. Removed from other place as well.
server/s3_motr_kvs_writer.cc
Outdated
void S3MotrKVSWriter::parallel_put_kv_failed(unsigned int processed_count) { | ||
s3_log(S3_LOG_DEBUG, request_id, "%s Entry\n", __func__); | ||
next_key_offset += processed_count; | ||
atleat_one_failed = true; |
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.
typo atleast_...
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.
ok
2059299
to
22301e2
Compare
This issue/pull request has been marked as |
Signed-off-by: Dattaprasad Govekar <[email protected]>
22301e2
to
e8e225d
Compare
scripts/env/kubernetes/README.md
Outdated
RAM. | ||
* Open terminal. | ||
* Switch to a `root` user. | ||
* Execute execute commands listed below. |
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.
Be careful with Execute
, it’s profane in some cases execute retext-profanities
scripts/env/kubernetes/README.md
Outdated
RAM. | ||
* Open terminal. | ||
* Switch to a `root` user. | ||
* Execute execute commands listed below. |
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.
Be careful with execute
, it’s profane in some cases execute retext-profanities
scripts/env/kubernetes/README.md
Outdated
* Open terminal. | ||
* Switch to a `root` user. | ||
* Execute execute commands listed below. | ||
* Simply copy the entire commands list from each box, and paste into the |
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.
Simply
may be insensitive, try not to use it simple retext-equality
Pre-merge test is success. See here http://eos-jenkins.colo.seagate.com/job/S3server/job/S3Server-PreMerge-Test/838/ |
Let us hold this merge until final clarity comes from Motr team -- as they were going to make similar change from Motr side. |
This PR is put on pause, because Motr team is trying to implement changes on their side. |
This issue/pull request has been marked as |
Signed-off-by: Dattaprasad Govekar [email protected]
Problem Statement
Design
Coding
Checklist for Author
Testing
Checklist for Author
Impact Analysis
Checklist for Author/Reviewer/GateKeeper
Review Checklist
Checklist for Author
Documentation
Checklist for Author