[DO NOT MERGE] EOS-26465: DTM support - PUT KV in non-batch mode#1653
[DO NOT MERGE] EOS-26465: DTM support - PUT KV in non-batch mode#1653DPG17 wants to merge 2 commits into
Conversation
9417755 to
2059299
Compare
| 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.
stale comment - remove
There was a problem hiding this comment.
done. Removed from other place as well.
| 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; |
2059299 to
22301e2
Compare
|
This issue/pull request has been marked as |
Signed-off-by: Dattaprasad Govekar <dattaprasad.govekar@seagate.com>
22301e2 to
e8e225d
Compare
| RAM. | ||
| * Open terminal. | ||
| * Switch to a `root` user. | ||
| * Execute execute commands listed below. |
There was a problem hiding this comment.
Be careful with Execute, it’s profane in some cases execute retext-profanities
| RAM. | ||
| * Open terminal. | ||
| * Switch to a `root` user. | ||
| * Execute execute commands listed below. |
There was a problem hiding this comment.
Be careful with execute, it’s profane in some cases execute retext-profanities
| * 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.
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 dattaprasad.govekar@seagate.com
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