forked from apache/bookkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
233 lines (117 loc) · 9.27 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
Trunk (unreleased changes)
Non-backward compatible changes:
BUGFIXES:
IMPROVEMENTS:
Backward compatible changes:
BUGFIXES:
bookkeeper-server/
BOOKKEEPER-142: Parsing last log id is wrong, which may make entry log files overwritten (Sijie Gou via ivank)
BOOKKEEPER-141: Run extracting ledger id from entry log files in GC thread to speed up bookie restart (Sijie Gou via ivank)
BOOKKEEPER-148: Jenkins build is failing (ivank via fpj)
BOOKKEEPER-40: BookieClientTest fails intermittantly (fpj via ivank)
BOOKKEEPER-150: Entry is lost when recovering a ledger with not enough bookies. (Sijie Guo via ivank)
BOOKKEEPER-153: Ledger can't be opened or closed due to zero-length metadata (Sijie Guo via ivank)
BOOKKEEPER-23: Timeout requests (ivank)
BOOKKEEPER-161: PerChannelBookieClient tries to reuse HashedWheelTimer, throws Exception (ivank)
BOOKKEEPER-167: PerChannelBookieClient doesn't use ClientConfiguration (Sijie Guo via ivank)
BOOKKEEPER-156: BookieJournalRollingTest failing (Sijie Guo via ivank)
hedwig-server/
BOOKKEEPER-140: Hub server doesn't subscribe remote region correctly when a region is down. (Sijie Gou via ivank)
BOOKKEEPER-133: Hub server should update subscription state to zookeeper when losing topic or shutting down (Sijie Gou via ivank)
IMPROVEMENTS:
bookkeeper-server/
BOOKKEEPER-95: extends zookeeper JMX to monitor and manage bookie server (Sijie Guo via ivank)
BOOKKEEPER-98: collect add/read statistics on bookie server (Sijie Guo via ivank)
BOOKKEEPER-157: For small packets, increasing number of bookies actually degrades performance. (ivank via fpj)
BOOKKEEPER-165: Add versioning support for journal files (ivank)
BOOKKEEPER-137: Do not create Ledger index files until absolutely necessary. (ivank)
hedwig-server/
BOOKKEEPER-77: Add a console client for hedwig (Sijie Guo via ivank)
Release 4.0.0 - 2011-11-30
Non-backward compatible changes:
BUGFIXES:
BOOKKEEPER-89: Bookkeeper API changes for initial Bookkeeper release (ivank)
BOOKKEEPER-108: add configuration support for BK (Sijie via ivank)
BOOKKEEPER-90: Hedwig API changes for initial Bookkeeper release (ivank via fpj)
Backward compatible changes:
BUGFIXES:
BOOKKEEPER-124: build has RAT failures (ivank)
BOOKKEEPER-121: Review Hedwig client documentation (breed via ivank)
BOOKKEEPER-127: Make poms use official zookeeper 3.4.0 (ivank)
BOOKKEEPER-120: Review BookKeeper client documentation (ivank)
BOOKKEEPER-122: Review BookKeeper server documentation (fpj & ivank)
BOOKKEEPER-66: use IPv4 for builds (mmorel via ivank)
BOOKKEEPER-132: Sign artifacts before deploying to maven (ivank)
BOOKKEEPER-131: Fix zookeeper test dependency (ivank)
BOOKKEEPER-134: Delete superfluous lib directories (ivank)
BOOKKEEPER-138: NOTICE.txt is invalid (ivank)
BOOKKEEPER-139: Binary packages do not carry NOTICE.txt (ivank)
bookkeeper-server/
BOOKKEEPER-1: Static variable makes tests fail (fpj via ivank)
BOOKKEEPER-19: BookKeeper doesn't support more than 2Gig of memory (ivan via fpj)
BOOKEEPER-22: Exception in LedgerCache causes addEntry request to fail (fpj via fpj)
BOOKEEPER-5: Issue with Netty in BookKeeper (fpj and ivank via fpj)
BOOKKEEPER-30: Test are too noisy (ivank via fpj)
BOOKKEEPER-11: Read from open ledger (fpj via ivank)
BOOKKEEPER-27: mvn site failed with unresolved dependencies (ivank via fpj)
BOOKKEEPER-29: BookieRecoveryTest fails intermittently (fpj via ivank)
BOOKKEEPER-33: Add length and offset parameter to addEntry (ivank via fpj)
BOOKKEEPER-29: BookieRecoveryTest fails intermittently (ivank, fpj via fpj)
BOOKKEEPER-38: Bookie Server doesn't exit when its zookeeper session is expired. So the process is hang there. (Sijie Guo via breed)
BOOKKEEPER-58: Changes introduced in BK-38 cause BookieClientTest to hang indefinitely. (ivank)
BOOKKEEPER-18: maven build is unstable (mmorel, ivank via ivank)
BOOKKEEPER-57: NullPointException at bookie.zk@EntryLogger (xulei via ivank)
BOOKKEEPER-59: Race condition in netty code allocates and orphans resources (BK-5 revisited) (ivank via fpj)
BOOKKEEPER-68: Conditional setData (fpj via ivank)
BOOKKEEPER-86: bookkeeper-benchmark fails to compile after BOOKKEEPER-68 (ivank via breed)
BOOKKEEPER-61: BufferedChannel read endless when the remaining bytes of file is less than the capacity of read buffer (Sijie Guo via breed)
BOOKKEEPER-84: Add versioning for ZK metadata (ivank via breed)
BOOKKEEPER-92: using wrong context object in readLastConfirmedComplete callback (Sijie Guo via ivank)
BOOKKEEPER-94: Double callbacks in readLastConfirmedOp which fails readLastConfirmed operation even received enough valid responses. (Sijie Guo via ivank)
BOOKKEEPER-83: Added versioning and flags to the bookie protocol (ivank)
BOOKKEEPER-93: bookkeeper doesn't work correctly on OpenLedgerNoRecovery (Sijie Guo via ivank)
BOOKKEEPER-103: ledgerId and entryId is parsed wrong when addEntry (Sijie Guo via ivank)
BOOKKEEPER-50: NullPointException at LedgerDescriptor#cmpMasterKey (Sijie Guo via ivank)
BOOKKEEPER-82: support journal rolling (Sijie Guo via fpj)
BOOKKEEPER-106: recoveryBookieData can select a recovery bookie which is already in the ledgers ensemble (ivank via fpj)
BOOKKEEPER-101: Add Fencing to Bookkeeper (ivank)
BOOKKEEPER-104: Add versioning between bookie and its filesystem layout (ivank)
BOOKKEEPER-81: disk space of garbage collected entry logger files isn't reclaimed util process quit (Sijie Guo via fpj)
BOOKKEEPER-91: Bookkeeper and hedwig clients should not use log4j directly (ivank via fpj)
BOOKKEEPER-115: LocalBookKeeper fails after BOOKKEEPER-108 (ivank)
BOOKKEEPER-114: add a shutdown hook to shut down bookie server safely. (Sijie via ivank)
BOOKKEEPER-39: Bookie server failed to restart because of too many ledgers (more than ~50,000 ledgers) (Sijie via ivank)
BOOKKEEPER-125: log4j still used in some places (ivank)
BOOKKEEPER-62: Bookie can not start when encountering corrupted records (breed via ivank)
BOOKKEEPER-111: Document bookie recovery feature (ivank)
BOOKKEEPER-129: ZK_TIMEOUT typo in client/server configuration (Sijie via ivank)
BOOKKEEPER-22: Exception in LedgerCache causes addEntry request to fail (fpj via fpj)
BOOKKEEPER-5: Issue with Netty in BookKeeper (fpj and ivank via fpj)
hedwig-server/
BOOKKEEPER-43: NullPointException when releasing topic (Sijie Guo via breed)
BOOKKEEPER-51: NullPointException at FIFODeliveryManager#deliveryPtrs (xulei via ivank)
BOOKKEEPER-63: Hedwig PubSubServer must wait for its Zookeeper client to be connected upon startup (mmorel via ivank)
BOOKKEEPER-100: Some hedwig tests have build errors (dferro via ivank)
BOOKKEEPER-69: ServerRedirectLoopException when a machine (hosts bookie server & hub server) reboot, which is caused by race condition of topic manager (Sijie, ivank via ivank)
hedwig-client/
BOOKKEEPER-52: Message sequence confuse due to the subscribeMsgQueue@SubscribeResponseHandler (xulei via ivank)
BOOKKEEPER-88: derby doesn't like - in the topic names (breed via ivank)
BOOKKEEPER-71: hedwig c++ client does not build . (ivank)
BOOKKEEPER-107: memory leak in HostAddress of hedwig c++ client (Sijie Guo via ivank)
BOOKKEEPER-80: subscription msg queue race condition in hedwig c++ client (Sijie Guo via ivank)
BOOKKEEPER-87: TestHedwigHub exhausts direct buffer memory with netty 3.2.4.Final (ivank via fpj)
BOOKKEEPER-79: randomly startDelivery/stopDelivery will core dump in c++ hedwig client (Sijie Guo via ivank)
BOOKKEEPER-118: Hedwig client doesn't kill and remove old subscription channel after redirection. (Sijie Guo via ivank)
BOOKKEEPER-117: Support multi threads in hedwig cpp client to leverage multi-core hardware (Sijie Guo via ivank)
BOOKKEEPER-53: race condition of outstandingMsgSet@SubscribeResponseHandler (fpj via breed)
IMPROVEMENTS:
BOOKKEEPER-28: Create useful startup scripts for bookkeeper and hedwig (ivank)
BOOKKEEPER-26: Indentation is all messed up in the BookKeeper code (ivank via fpj)
BOOKKEEPER-41: Generation of packages for distribution (ivank via fpj)
BOOKKEEPER-65: fix dependencies on incompatible versions of netty (mmorel via ivank)
BOOKKEEPER-102: Make bookkeeper use ZK from temporary repo (ivank)
BOOKKEEPER-128: pom and script modifications required for generating release packages (ivank)
hedwig-client/
BOOKKEEPER-44: Reuse publish channel to default server to avoid too many connect requests to default server when lots of producers came in same time (Sijie Guo via breed)
BOOKKEEPER-109: Add documentation to describe how bookies flushes data (Sijie Guo via fpj)
BOOKKEEPER-119: Keys in configuration have inconsistent style (ivank via fpj)