Skip to content

Commit 12e7c6d

Browse files
committed
rocksdb
1 parent 73f7c8f commit 12e7c6d

File tree

1 file changed

+11
-94
lines changed

1 file changed

+11
-94
lines changed

modules/install-upgrade/pages/upgrade-guide.adoc

+11-94
Original file line numberDiff line numberDiff line change
@@ -247,108 +247,25 @@ Prometheus metrics have been updated in Luna Streaming 3.1.
247247

248248
See <<Prometheus metrics>> for details.
249249

250-
==== Renamed Metrics
251-
252-
[cols="2,2"]
253-
|===
254-
|Before |After
255-
256-
|pulsar_expired_token_count
257-
|pulsar_expired_token_total
258-
259-
|pulsar_authentication_success_count
260-
|pulsar_authentication_success_total
261-
262-
|pulsar_authentication_failures_count
263-
|pulsar_authentication_failures_total
264-
265-
|pulsar_source_received_total_1min
266-
|pulsar_source_received_1min_total
267-
268-
|pulsar_source_written_total_1min
269-
|pulsar_source_written_1min_total
270-
271-
|pulsar_source_source_total_1min
272-
|pulsar_source_source_exceptions_1min_total
273-
274-
|pulsar_source_system_exceptions_total_1min
275-
|pulsar_source_system_exceptions_1min_total
276-
277-
|pulsar_function_received_total_1min
278-
|pulsar_function_received_1min_total
279-
280-
|pulsar_function_user_exceptions_total_1min
281-
|pulsar_function_user_exceptions_1min_total
282-
283-
|pulsar_function_system_exceptions_total_1min
284-
|pulsar_function_system_exceptions_1min_total
285-
286-
|pulsar_function_processed_successfully_total_1min
287-
|pulsar_function_processed_successfully_1min_total
288-
289-
|pulsar_sink_received_total_1min
290-
|pulsar_sink_received_1min_total
291-
292-
|pulsar_sink_written_total_1min
293-
|pulsar_sink_written_1min_total
294-
295-
|pulsar_sink_sink_exceptions_total_1min
296-
|pulsar_sink_sink_exceptions_1min_total
297-
298-
|pulsar_sink_system_exceptions_total_1min
299-
|pulsar_sink_system_exceptions_1min_total
300-
301-
|pulsar_lb_unload_broker_count
302-
|pulsar_lb_unload_broker_total
303-
304-
|pulsar_lb_unload_bundle_count
305-
|pulsar_lb_unload_bundle_total
306-
307-
|pulsar_lb_bundles_split_count
308-
|pulsar_lb_bundles_split_total
309-
310-
|pulsar_schema_del_ops_failed_count
311-
|pulsar_schema_del_ops_failed_total
312-
313-
|pulsar_schema_get_ops_failed_count
314-
|pulsar_schema_get_ops_failed_total
315-
316-
|pulsar_schema_put_ops_failed_count
317-
|pulsar_schema_put_ops_failed_total
318-
319-
|pulsar_schema_compatible_count
320-
|pulsar_schema_compatible_total
321-
322-
|pulsar_schema_incompatible_count
323-
|pulsar_schema_incompatible_total
324-
325-
|pulsar_txn_committed_count
326-
|pulsar_txn_committed_total
327-
328-
|pulsar_txn_aborted_count
329-
|pulsar_txn_aborted_total
250+
== Known Issues
330251

331-
|pulsar_txn_created_count
332-
|pulsar_txn_created_total
252+
This section describes known issues encountered when upgrading to Luna Streaming 3.1.
333253

334-
|pulsar_txn_timeout_count
335-
|pulsar_txn_timeout_total
254+
=== Bookkeeper / RocksDB format
336255

337-
|pulsar_txn_append_log_count
338-
|pulsar_txn_append_log_total
339-
|===
256+
Pulsar 3.1 uses RocksDB 7.x, which writes in a format that is not compatible with RocksDB 6.x, which is used by LunaStreaming 2.10 via Bookkeeper 4.14.
340257

341-
== Known Issues
258+
**Downgrading to 2.10 from 3.1 is not supported for Bookies and ZooKeeper**. All other components such as Broker, Proxy and Functions Worker can be downgraded at any time.
342259

343-
=== Bookkeeper / RocksDB format
260+
For more information, see https://github.com/apache/pulsar/issues/22051[(Bug) Downgrade issue #22051 - apache/pulsar · GitHub].s
344261

345-
In the following scenario bookkeeper instances are failing to downgrade:
262+
To reproduce the issue where Bookkeeper instances fail to downgrade:
346263

347-
1. Install lunastreaming 2.10
348-
2. Upgrade to lunastreaming 3.1
349-
3. Downgrade to lunastreaming 2.10
264+
. Install Luna Streaming 2.10.
265+
. Upgrade to Luna Streaming 3.1.
266+
. Downgrade to Luna Streaming 2.10.
350267

351-
Stack Trace for the failure:
268+
Stack trace for the downgrade failure:
352269

353270
[%collapsible]
354271
=====

0 commit comments

Comments
 (0)