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

delete channel ordering issues #101

Merged
merged 1 commit into from
Dec 27, 2012
Merged

Conversation

mreiferson
Copy link
Member

we dont do any locking or checks around channel deletion to ensure that the diskqueue is properly disposed of.

there are edge cases where messages in a channel diskqueue are in-flight, the channel is deleted, and those messages end up getting written to a file that should be deleted.

cc @bitly/nsq

@mreiferson
Copy link
Member Author

some go fmt got wrapped up in here.. ready @bitly/nsq

jehiah added a commit that referenced this pull request Dec 27, 2012
delete channel ordering issues
@jehiah jehiah merged commit b92fac5 into nsqio:master Dec 27, 2012
arussellsaw pushed a commit to arussellsaw/nsq that referenced this pull request Mar 5, 2018
…qio#101)

- Matches nsqd's -tls-min-version flag format, which was changed in bitly/nsqd#518
- Defaults tls min version to TLS1.0
- Sets tls max version to enable TLS_FALLBACK_SCSV prior to Go 1.5
    - see https://go-review.googlesource.com/#/c/1776/ (thanks @jehiah)
arussellsaw pushed a commit to arussellsaw/nsq that referenced this pull request Mar 5, 2018
tls updates: match nsqd min version flag, set default max/min (per nsqio#101)
absolute8511 added a commit to absolute8511/nsq that referenced this pull request Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants