keith-turner opened a new issue, #5976: URL: https://github.com/apache/accumulo/issues/5976
**Describe the bug** When creating a table in the shell using the option to copy config from another table, it may always add versioning iterators or always remove them. There may not be a way to only use what the table has set or not set with no additional action. This is a potential bug based on examining the code, not 100% sure if its an actual bug yet. **To Reproduce** These steps will confirm if the bug exists or not. Steps to reproduce the behavior (or a link to an example repository that reproduces the problem): 1. Create table A 2. Remove the versioning iterator setting from table A 3. Create table B copying table A's config 4. See if table B has versioning iterators Another test is the following. 1. Create table A 2. Create table B copying table A's config and specify the option not to create iterators 3. See if table B has versioning iterators **Expected behavior** There is a way to create a new table using the exact configuration of an existing table w/ no additions or removals of properties. -- 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]
