kevinrr888 commented on PR #5433:
URL: https://github.com/apache/accumulo/pull/5433#issuecomment-2810620917

   @ctubbsii - Thanks for the info. I was unaware of the replication table - 
thought the only built in tables in 2.1 were `ROOT` and `METADATA`.
   
   I avoid any RPC changes now, and added a new Validator.
   
   Thinking when this is merged into 4.0 will have to change 
`NOT_ROOT_TABLE_ID.and(NOT_METADATA_TABLE_ID)` for `online/offline` to use a 
new `Validator<TableId> NOT_BUILTIN_TABLE_ID` (since there is no replication 
table in 4.0, and we want to avoid offlining `ROOT`, `METADATA`, `FATE`, and 
`SCAN_REF`). Let me know if this approach sounds good.


-- 
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-unsubscr...@accumulo.apache.org

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

Reply via email to