You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/11/07 02:38:25 UTC

[I] Tests table operations with lots of tablets [accumulo]

keith-turner opened a new issue, #3935:
URL: https://github.com/apache/accumulo/issues/3935

   Some table operations read and write to the metadata table. In order to verify that these operations do not buffer too much in memory, testing with a large number of tablets would be good.  Some of this testing is already done.  Some table operations may need to be adapted to use the conditional tablet update changes in #3929 that avoid buffering conditional update status in memory.
   
    - [X] Delete table done in #3929
    - [X] Merge done in #3934
    - [X] Clone done in #3934 
    - [ ] Bulk import
    - [ ] Compact
    - [ ] Delete rows 
    - [ ] import/export
    - [ ] offline/online 
   
   More test can be added to SplitMillionIT for the above cases.


-- 
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.apache.org

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


Re: [I] Tests table operations with lots of tablets [accumulo]

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner commented on issue #3935:
URL: https://github.com/apache/accumulo/issues/3935#issuecomment-1875913970

   Another useful test may be to create a table w/ lots of tablet, clone and truncate it. This simulates the situation where the user wants to create a copy of a range of a large table.


-- 
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