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 2019/12/03 00:37:27 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1445: WIP add erasure coding and storage policy to table/namespace settings

ctubbsii commented on issue #1445: WIP add erasure coding and storage policy to table/namespace settings
URL: https://github.com/apache/accumulo/pull/1445#issuecomment-560944624
 
 
   In our current code, we don't try to keep `table.file.replication` in sync with on-disk policy. Instead, we use the configuration only for new files.... leaving fine-tuning and after-the-fact maintenance up to the HDFS administrator. I would advise you to do the same here... which would significantly reduce complexity added to Accumulo's code base to support the HDFS feature. You could forego the FATE operation entirely.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services