Dubbo-zookeeper - Related information

  • Dubbo+zookeeper cluster problem

    when dubbo specifies more than one zookeeper, what is the difference between clustering and unclustered zookeeper? If zookeeper is only a registry, whether it does not affect the function ...

    May.02,2022
  • Dubbo service registration failed

    2 services, only one of them can be started configuration information ServiceA -sharp Dubbo Config properties -sharp-sharp ApplicationConfig Bean dubbo.application.id = pule-video-provider dubbo.application.name = pule-video-provider -sharp-s...

    Feb.08,2022
  • Dubbo service registration is too slow

    problem description when we were doing public offering, we found that the dubbo registration service was too slow and it took a long time to start the service. Lazy loading will lead to a bad customer experience. After looking at the source code, it i...

    Jul.20,2021
  • What is the use of having 200 threads in the Dubbo default thread pool?

    public class FixedThreadPool implements ThreadPool { public Executor getExecutor(URL url) { String name = url.getParameter(Constants.THREAD_NAME_KEY, Constants.DEFAULT_THREAD_NAME); int threads = url.getParameter(Constants.THREADS_KE...

  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38dbd-2b8c5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1b38dbd-2b8c5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?