File tree 5 files changed +7
-8
lines changed
aeron-archive/src/main/resources
5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 164
164
description =" Request a subscription stop recording" >
165
165
<field name =" controlSessionId" id =" 1" type =" int64" />
166
166
<field name =" correlationId" id =" 2" type =" int64" />
167
- <field name =" subscriptionId" id =" 2 " type =" int64" />
167
+ <field name =" subscriptionId" id =" 3 " type =" int64" />
168
168
</sbe : message >
169
169
170
170
<sbe : message name =" StopPositionRequest"
181
181
<field name =" controlSessionId" id =" 1" type =" int64" />
182
182
<field name =" correlationId" id =" 2" type =" int64" />
183
183
<field name =" minRecordingId" id =" 3" type =" int64" />
184
- <field name =" sessionId" id =" 5 " type =" int32" />
184
+ <field name =" sessionId" id =" 4 " type =" int32" />
185
185
<field name =" streamId" id =" 5" type =" int32" />
186
186
<data name =" channel" id =" 6" type =" varAsciiEncoding" />
187
187
</sbe : message >
Original file line number Diff line number Diff line change @@ -99,8 +99,7 @@ boolean cancelTimer(final long correlationId)
99
99
100
100
void snapshot (final ConsensusModuleSnapshotTaker snapshotTaker )
101
101
{
102
- final Long2LongHashMap .EntryIterator iter =
103
- (Long2LongHashMap .EntryIterator )timerIdByCorrelationIdMap .entrySet ().iterator ();
102
+ final Long2LongHashMap .EntryIterator iter = timerIdByCorrelationIdMap .entrySet ().iterator ();
104
103
105
104
while (iter .hasNext ())
106
105
{
Original file line number Diff line number Diff line change 516
516
description =" Serialized state of Cluster Members" >
517
517
<field name =" memberId" id =" 1" type =" int32" />
518
518
<field name =" highMemberId" id =" 2" type =" int32" />
519
- <data name =" clusterMembers" id =" 1 " type =" varAsciiEncoding" />
519
+ <data name =" clusterMembers" id =" 3 " type =" varAsciiEncoding" />
520
520
</sbe : message >
521
521
522
522
</sbe : messageSchema >
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ def aeronGroup = 'io.aeron'
30
30
def aeronVersion = file(' version.txt' ). text. trim()
31
31
def aeronJavaVersion = ' 1.8'
32
32
33
- def agronaVersion = ' 0.9.25 '
34
- def sbeVersion = ' 1.8.9 '
33
+ def agronaVersion = ' 0.9.26 '
34
+ def sbeVersion = ' 1.9.0 '
35
35
36
36
group = aeronGroup
37
37
version = aeronVersion
Original file line number Diff line number Diff line change 1
- 1.11.3-SNAPSHOT
1
+ 1.11.3
You can’t perform that action at this time.
0 commit comments