You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/14 20:05:22 UTC

[GitHub] [accumulo] dlmarion opened a new pull request, #3077: Call setDropBehind() when reading/writing WAL files

dlmarion opened a new pull request, #3077:
URL: https://github.com/apache/accumulo/pull/3077

   WAL files are not read after being written unless there is a failure that causes recovery. We can call setDropBehind on the DFSInputStream and DFSOutputStream to inform the DataNodes that they don't have to cache the WAL information after the file has been read or written.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on pull request #3077: Call setDropBehind() when reading/writing WAL files

Posted by GitBox <gi...@apache.org>.
dlmarion commented on PR #3077:
URL: https://github.com/apache/accumulo/pull/3077#issuecomment-1314321887

   See https://issues.apache.org/jira/browse/HDFS-4817 for more information.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion merged pull request #3077: Call setDropBehind() when reading/writing WAL files

Posted by GitBox <gi...@apache.org>.
dlmarion merged PR #3077:
URL: https://github.com/apache/accumulo/pull/3077


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org