EdColeman commented on PR #3158: URL: https://github.com/apache/accumulo/pull/3158#issuecomment-1376131447
The log messages generated with this change now look like: ``` 2023-01-09T18:54:00,891 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.name) for namespace id: +accumulo 2023-01-09T18:54:00,891 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.peer.password.peer1) for namespace id: +accumulo 2023-01-09T18:54:00,891 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.peer.peer1) for namespace id: +accumulo 2023-01-09T18:54:00,891 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.peer.user.peer1) for namespace id: +accumulo 2023-01-09T18:54:00,900 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.name) for table id: +r 2023-01-09T18:54:00,900 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.peer.password.peer1) for table id: +r 2023-01-09T18:54:00,901 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.peer.peer1) for table id: +r 2023-01-09T18:54:00,901 [conf.ConfigCheckUtil] WARN : BAD CONFIG unrecognized property key (replication.peer.user.peer1) for table id: +r ``` -- 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]
