question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to disable qos

See original GitHub issue

When use dubbo in spark, it is possible to start multiple processes on the same machine which lead to port conflict.

18/04/03 18:25:06 ERROR server.Server:  [DUBBO] qos-server can not bind localhost:22222, dubbo version: 2.6.1, current host: 192.168.12.27
java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089)
	at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:430)
	at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:415)
	at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:903)
	at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:198)
	at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:348)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
	at java.lang.Thread.run(Thread.java:745)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
liaomenggecommented, Jun 8, 2018

i use dubbo2.6.2, and xml user below:

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://dubbo.apache.org/schema/dubbo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">

<dubbo:application name="" organization="" owner="liaomengge" version="1.0">
    <dubbo:parameter key="qos.enable" value="false"/>
</dubbo:application>
</beans>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Got a Netgear Router? Disable QoS - Tom's Guide
Click on QoS Setup, then simply uncheck "Turn Internet access QoS On." Click Apply, and you're done. To undo the process later, simply...
Read more >
How do I disable Wi-Fi Multimedia Quality of Service on my ...
To disable Wi-Fi Multimedia Quality of Service (WMM QoS):. 1. Launch an Internet browser from a ... Select ADVANCED > Setup > QoS...
Read more >
Enabling and disabling QOS - IBM
To enable QOS, type mmchqos <fs> --enable . · Set the qos_iops_target parameter in the spectrum-scale-objectizer.conf file. The following example is on one...
Read more >
Disable-NetAdapterQos (NetAdapter) | Microsoft Learn
The Disable-NetAdapterQos cmdlet disables quality of service (QoS) on a network adapter. The QoS features, which include bandwidth allocation and priority ...
Read more >
How to disable QOS in router setting? - Super User
The QoS you can control is within your network exiting to the WAN (Wide Area Network - the Internet). You are unlikely to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found