virajjasani opened a new pull request, #5723:
URL: https://github.com/apache/hadoop/pull/5723

   Jira: HDFS-17041
   
   Only zookeeper based state store allows all records to be inserted even 
though only few of them already exists and "errorIfExists" is true, however 
file/fs as well as mysql based putAll fails the whole putAll operation 
immediately after encountering single record that already exists in the records 
and "errorIfExists" is provided true (which is the case while inserting records 
for the first time).
   
   For all implementations, we should allow inserts of the records that do not 
already exist and report any record as failure that already exists, rather than 
failing the whole operation and not trying to insert valid records.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to