Skip to content

Releases: youzan/nsq

NSQ HA 1.10.1

05 Jun 06:45
Compare
Choose a tag to compare
  1. log the trace sub cost time. Thanks to @zhanghuanzhong
  2. force fix reader to queue start if read cursor is invalid while update end
  3. optimize the full sync for delayed queue
  4. optimize consumer latency in some special cases
  5. clean invalid commit log data if init failed with old data
  6. force fix data if start with non-leader or single replica

NSQ HA 1.10.0

29 Apr 09:07
Compare
Choose a tag to compare
  1. support multi partitions on the same node for topic to allow more write on a single topic
  2. fix mode support fix more corner cases for data corrupt.

NSQ HA 1.9.9

21 Mar 14:21
07978e2
Compare
Choose a tag to compare
  1. add an option to restrict the max client connections
  2. use go mod
  3. optimize lock while getting RPC client
  4. fix nsqlookupd not retry to notify catchup while moving node failed
  5. update boltdb and use map type freelist for boltdb
  6. fix the wrong counter for deferred from disk queue while empty or skip a channel.
  7. fix index out of range while failed to choose ISR nodes.

NSQ HA 1.9.8

26 Dec 03:55
9402e7d
Compare
Choose a tag to compare
  1. clean and skip ignore some corrupt and not exist data
  2. optimize the delayed queue to avoid blocking write while syncing data
  3. fix more corrupt data while starting in fix mode
  4. improve the pub ext performance using batch mode

NSQ HA 1.9.7

01 Nov 03:47
7209b5a
Compare
Choose a tag to compare
  1. do not exit on glog rotate error.
  2. fix skip ordered channel may cause consumers hung.
  3. adjust pub wait timeout to allow fail more quickly.

NSQ HA 1.9.6

07 Oct 11:23
a4123b9
Compare
Choose a tag to compare
  1. optimize disk queue and commit log reader, avoid prefetch uncommitted data
  2. optimize and adjust threshold for balance
  3. add cache for etcd request
  4. nsqadmin fix web ui for lookupd by @ke4nec
  5. Do not force fix topic data during write operation

NSQ HA 1.9.5

05 Aug 13:07
2693d30
Compare
Choose a tag to compare
  1. boltdb meta storage for channel reader
  2. optimize the channel list sync
  3. optimize the balance for ordered and topn topics

NSQ HA 1.9.4.1

31 May 03:48
ef9b76e
Compare
Choose a tag to compare
  1. fix topic rebalance while two new nodes joins
  2. fix commitlog with no buffer

NSQ HA 1.9.4

20 May 02:10
943ce84
Compare
Choose a tag to compare
  1. reduce the lock in the write path to improve write latency
  2. avoid fsync in commit log by default
  3. more detail slow log

NSQ HA 1.9.3

12 Mar 12:13
Compare
Choose a tag to compare
  1. fix mode support to auto-fix more corrupt cases
  2. optimize the flush for topic and channel meta