DomGarguilo opened a new pull request, #4115: URL: https://github.com/apache/accumulo/pull/4115
Fixes #4045 This PR adds logic to properly transition the state of a new table created via `importTable()` to offline (or online) depending on the value supplied via the `ImportConfiguration`. This was corrected by the change in `FinishImportTable` where the table was never transitioned from the NEW to OFFLINE table state when the (then `onlineTable`) param was set. Other changes: * added a check in the IT to make sure the new table is in the OFFLINE state instead of just "not online" * renamed the member variable from `onlineTable` to `keepOffline` for clarity and consistency -- 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]
