xushiyan opened a new pull request, #7560: URL: https://github.com/apache/hudi/pull/7560
### Change Logs Fix test failures with zookeeper ``` 2022-12-26T15:57:30.3678486Z 688759 [Listener at localhost/44497] WARN org.apache.spark.sql.SparkSession$Builder [] - Using an existing SparkSession; some configuration may not take effect. 2022-12-26T15:57:30.3707697Z 688762 [Listener at localhost/44497] WARN org.apache.zookeeper.jmx.MBeanRegistry [] - Failed to register MBean StandaloneServer_port-1 2022-12-26T15:57:30.3709094Z 688762 [Listener at localhost/44497] WARN org.apache.zookeeper.server.ZooKeeperServer [] - Failed to register with JMX 2022-12-26T15:57:30.3710335Z javax.management.InstanceAlreadyExistsException: org.apache.ZooKeeperService:name0=StandaloneServer_port-1 2022-12-26T15:57:30.3713343Z at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437) ~[?:1.8.0_352] 2022-12-26T15:57:30.3715111Z at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898) ~[?:1.8.0_352] 2022-12-26T15:57:30.3717015Z at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966) ~[?:1.8.0_352] 2022-12-26T15:57:30.3718449Z at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900) ~[?:1.8.0_352] 2022-12-26T15:57:30.3719939Z at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324) ~[?:1.8.0_352] 2022-12-26T15:57:30.3721139Z at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522) ~[?:1.8.0_352] 2022-12-26T15:57:30.3722687Z at org.apache.zookeeper.jmx.MBeanRegistry.register(MBeanRegistry.java:96) ~[zookeeper-3.4.6.jar:3.4.6-1569965] 2022-12-26T15:57:30.3724109Z at org.apache.zookeeper.server.ZooKeeperServer.registerJMX(ZooKeeperServer.java:377) ~[zookeeper-3.4.6.jar:3.4.6-1569965] 2022-12-26T15:57:30.3725509Z at org.apache.zookeeper.server.ZooKeeperServer.startup(ZooKeeperServer.java:410) ~[zookeeper-3.4.6.jar:3.4.6-1569965] 2022-12-26T15:57:30.3726965Z at org.apache.zookeeper.server.NIOServerCnxnFactory.startup(NIOServerCnxnFactory.java:123) ~[zookeeper-3.4.6.jar:3.4.6-1569965] ``` ### Impact NA ### Risk level None. ### Documentation Update NA ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
