keith-turner commented on PR #4746: URL: https://github.com/apache/accumulo/pull/4746#issuecomment-2245819614
Was trying to think through potential problems with the change in behavior for 2.1 to throw an exception on null. The old code would basically ignore some errors and keep going. Now it will not do that which is fine. Could check if these new changes impact more than the misconfigured table, which could be done through tests. For example if table A has dispatcher plugins configured that do not exist that may render table A non functional for compaction and/or scan. However if table B has properly configured dispatchers, it should still be able to compact and/or scan. This could be follow on work does not need to hold up this PR. -- 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]
