Humkum

Results 36 issues of Humkum

**FEATURE REQUEST** We found that there would be frequent "pagecache busy" with the growth of tps. And RocketMQ create a transientStorePool by using DirectByteBuffer to insulate write and read in...

**BUG REPORT** 1. Please describe the issue you observed: By opening message trace of c interface,we found question as follows: - Log print error message like : `(error):processSendResponse error remark:topic[rmq_sys_TRACE_DATA_DefaultRegion]...

## What is the purpose of the change #398 ## Brief changelog - Change trace topic to "RMQ_SYS_TRACE_TOPIC" - Add clientId field for Pub trace; Add clientId field for SubBefore...

## What is the purpose of the change #402 ## Brief changelog ## Verifying this change ![image](https://user-images.githubusercontent.com/50660789/152940387-1275e561-9eec-46eb-bdc1-68ffa28fd114.png) ![image](https://user-images.githubusercontent.com/50660789/152940466-ad55605d-abbf-4169-93e2-046c71cbf115.png) Follow this checklist to help us incorporate your contribution quickly and easily....

## What is the purpose of the change #404 ## Brief changelog Add c interface to set current client language. ## Verifying this change before: ![20220209-104005](https://user-images.githubusercontent.com/50660789/153112059-04ca2b0e-3e00-4195-99d9-aa60d8eca97b.png) after: ![20220209-104430](https://user-images.githubusercontent.com/50660789/153112117-c586d92d-debd-47bf-900f-a42c19829045.png) Follow this...

**BUG REPORT** 1. Please describe the issue you observed: When we extend the Python sdk with the c interface of the c++ sdk, we find the following question: - [x]...

**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? By using Python SDK, we found that the language of client in...

**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? When I run a cpp consumer, I found that there's no clientID...

The c++ sdk's default trace topic was set to "rmq_sys_TRACE_DATA_DEFAULT_REGION",and the broker's default trace topic is "RMQ_SYS_TRACE_TOPIC". ![image](https://user-images.githubusercontent.com/50660789/148731603-fe459c84-1039-4dee-8ae0-01701c331158.png) Because of above setting,when I switched trace on,causing an exception as follows:...

…ager ### Which Issue(s) This PR Fixes Fixes #7087 ### Brief Description ### How Did You Test This Change?