Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:use sync.RWMutex replace sync.Mutex #186

Merged
merged 1 commit into from
Nov 3, 2021
Merged

feat:use sync.RWMutex replace sync.Mutex #186

merged 1 commit into from
Nov 3, 2021

Conversation

liu-song
Copy link
Contributor

@liu-song liu-song commented Nov 2, 2021

No description provided.

@YangruiEmma
Copy link
Member

Thanks, it can be merged

@YangruiEmma YangruiEmma merged commit 1454dee into cloudwego:develop Nov 3, 2021
YangruiEmma added a commit that referenced this pull request Nov 5, 2021
* ci: remove gofmt, better error reporting on gofumpt check

* docs: add use guide for Connection Multiplexing (#163)

* Update issue templates

* perf: improve memory reusage (#166)

* docs: redirect to kitex-benchmark in readme (#172)

* fix: netpollmux shard index overflow

* fix: remove reflection of option arguments to prevent data-race (#180)

* feat: pass thrift plugin arguments (#175)

* feat: fill ttheader basic from_info to output from_info when decode error happen (#184)

* fix: rpc finished error may happen small probability in failure retry scenario && add sample check for retry circuit breaking (#181)

* fix: failure retry rpc finished error

* feat: shard rings

* fix: test case mistake (#185)

* chore(deps): bump github.com/tidwall/gjson from 1.8.0 to 1.9.3

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.8.0 to 1.9.3.
- [Release notes](https://github.com/tidwall/gjson/releases)
- [Commits](tidwall/gjson@v1.8.0...v1.9.3)

---
updated-dependencies:
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* mod: unlink UDS in CreateListener

* ConnPool.Get() return a conn, maybe short conn, not always long conn (#190)

* use sync.RWMutex is better (#186)

* chore: update version to v0.0.8

Change-Id: I1fd2e0215920dfce79677fbfd41b377c84826036

Co-authored-by: kevin <wanjunfeng@gmail.com>
Co-authored-by: Guangming Luo <guangmingluo1994@gmail.com>
Co-authored-by: YangruiEmma <yangr.emma@gmail.com>
Co-authored-by: lsjbd <44455379+lsjbd@users.noreply.github.com>
Co-authored-by: QihengZhou <zhouqh7@gmail.com>
Co-authored-by: Joway <wangzhuowei@bytedance.com>
Co-authored-by: Simon Wang <jellalleonhardt4869@gmail.com>
Co-authored-by: Hchen <hechen@bytedance.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Z.Q.K <qiankunzhang@aliyun.com>
Co-authored-by: halst <liu-song@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants