dlmarion commented on issue #2929: URL: https://github.com/apache/accumulo/issues/2929#issuecomment-1247318379
Failed again, same place. The test sets the `table.split.threshold` property to `345M`, which calls `TableOperationsImpl.setProperty`, which sets the property via the `Manager`. Then it calls `TableOperationsImpl.exportTable`, which starts a FaTE operation in the Manager. I looked at the `table_config.txt` file in the export metadata zipfile and the `table.split.threshold` property is not in there. Seems like there might be a sync issue in the Manager.... -- 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]
