In branch develop,MQClientInstance.this.adjustThreadPool(); in MQClientInstance class. call the method adjustThreadPool(), next call mehod DefaultMQPushConsumerImpl.adjustThreadPool().
But the implementation class ConsumeMessageConcurrentlyService's method decCorePoolSize and incCorePoolSize is commented,the other implementation class ConsumeMessageOrderlyService's method decCorePoolSize and incCorePoolSize is empty.

