Skip to content

Commit 02d5729

Browse files
Resolve a conflict #14814 #15014
1 parent 8d71e0c commit 02d5729

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

deps/rabbit/priv/schema/rabbit.schema

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,10 +2799,6 @@ fun(Conf) ->
27992799
end
28002800
end}.
28012801

2802-
<<<<<<< HEAD
2803-
%% See github.com/rabbitmq/osiris#192 and https://github.com/rabbitmq/rabbitmq-server/commit/9f162dfd01c1516d168e7d1fad39d33a929756e5
2804-
%% Enables read-head
2805-
=======
28062802
{mapping, "stream.data_dir", "osiris.data_dir", [
28072803
{datatype, string}
28082804
]}.
@@ -2816,7 +2812,6 @@ end}.
28162812
end
28172813
}.
28182814

2819-
>>>>>>> c81fbc5dc (Allow configuring osiris data_dir in Cuttlefish config)
28202815
{mapping, "stream.read_ahead", "rabbit.stream_read_ahead",
28212816
[{datatype, [{enum, [true, false]}, integer, string]}]}.
28222817

deps/rabbit/test/config_schema_SUITE_data/rabbit.snippets

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ credential_validator.regexp = ^abc\\d+",
12781278
{stream_read_ahead, false}
12791279
]}],
12801280
[]},
1281-
<<<<<<< HEAD
1281+
12821282
{stream_read_ahead_limit_bytes,
12831283
"
12841284
stream.read_ahead = 8192
@@ -1293,16 +1293,17 @@ credential_validator.regexp = ^abc\\d+",
12931293
",
12941294
[{rabbit, [
12951295
{stream_read_ahead, "8KiB"}
1296-
=======
1296+
]}],
1297+
[]},
12971298

12981299
%%
12991300
%% Stream data dir
13001301
%%
1302+
13011303
{stream_data_dir,
13021304
"stream.data_dir = /data/rabbitmq/stream",
13031305
[{osiris, [
13041306
{data_dir, "/data/rabbitmq/stream"}
1305-
>>>>>>> c81fbc5dc (Allow configuring osiris data_dir in Cuttlefish config)
13061307
]}],
13071308
[]}
13081309
].

0 commit comments

Comments
 (0)