keith-turner commented on PR #5988: URL: https://github.com/apache/accumulo/pull/5988#issuecomment-3576619688
> But it's not clear to me what this create mode flag is doing inside the HDFS client library. Is that equivalent to dfs.datanode.synconclose, but just passed along the RPCs to the datanode for writing blocks for that particular file, rather than a global config? We need to track this behavior down because its important that sync happens before the file ref is added to the metadata table. If dfs clients do not wait for the sync to happen when only `dfs.datanode.synconclose` is set then a file ref could be added to the metadata table prior to the sync happening and the sync may never happen in that case. So we need to know if the client side settings are needed inorder to make the dfs client wait for the sync to happen and succeed. -- 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]
