-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathhelix-1.0.4.diffoscope
427 lines (422 loc) · 40.6 KB
/
helix-1.0.4.diffoscope
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
1 / 16 target/reference/metadata-store-directory-common-1.0.4.jar metadata-store-directory-common/target/metadata-store-directory-common-1.0.4.jar
--- target/reference/metadata-store-directory-common-1.0.4.jar
+++ metadata-store-directory-common/target/metadata-store-directory-common-1.0.4.jar
├── zipinfo {}
│ @@ -1,8 +1,8 @@
│ -Zip file size: 22458 bytes, number of entries: 29
│ +Zip file size: 22462 bytes, number of entries: 29
│ -rw---- 2.0 fat 0 bX defN 80-Feb-01 00:00 META-INF/
│ -rw---- 2.0 fat 1567 bl defN 80-Feb-01 00:00 META-INF/MANIFEST.MF
│ -rw---- 2.0 fat 4789 bl defN 80-Feb-01 00:00 META-INF/DEPENDENCIES
│ -rw---- 2.0 fat 11358 bl defN 80-Feb-01 00:00 META-INF/LICENSE
│ -rw---- 2.0 fat 199 bl defN 80-Feb-01 00:00 META-INF/NOTICE
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 META-INF/maven/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 META-INF/maven/org.apache.helix/
│ @@ -21,11 +21,11 @@
│ -rw---- 2.0 fat 697 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/datamodel/MetadataStoreRoutingData.class
│ -rw---- 2.0 fat 1875 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/datamodel/TrieRoutingData$TrieNode.class
│ -rw---- 2.0 fat 7647 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/datamodel/TrieRoutingData.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/exception/
│ -rw---- 2.0 fat 444 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/exception/InvalidRoutingDataException.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/mock/
│ -rw---- 2.0 fat 1406 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/mock/MockMetadataStoreDirectoryServer$SupportedHttpVerbs.class
│ --rw---- 2.0 fat 7892 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/mock/MockMetadataStoreDirectoryServer.class
│ +-rw---- 2.0 fat 7906 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/mock/MockMetadataStoreDirectoryServer.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/util/
│ -rw---- 2.0 fat 553 bl defN 80-Feb-01 00:00 org/apache/helix/msdcommon/util/ZkValidationUtil.class
│ -29 files, 44364 bytes uncompressed, 17326 bytes compressed: 60.9%
│ +29 files, 44378 bytes uncompressed, 17330 bytes compressed: 60.9%
├── org/apache/helix/msdcommon/datamodel/TrieRoutingData.class
│ ├── javap -verbose -constants -s -l -private {}
│ │ @@ -808,15 +808,15 @@
│ │ line 166: 73
│ │ line 168: 75
│ │ line 163: 77
│ │ line 170: 83
│ │ LocalVariableTable:
│ │ Start Length Slot Name Signature
│ │ 54 23 7 pathSection Ljava/lang/String;
│ │ - 69 11 3 nextNode Lorg/apache/helix/msdcommon/datamodel/TrieRoutingData$TrieNode;
│ │ + 69 14 3 nextNode Lorg/apache/helix/msdcommon/datamodel/TrieRoutingData$TrieNode;
│ │ 0 85 0 this Lorg/apache/helix/msdcommon/datamodel/TrieRoutingData;
│ │ 0 85 1 path Ljava/lang/String;
│ │ 19 66 2 curNode Lorg/apache/helix/msdcommon/datamodel/TrieRoutingData$TrieNode;
│ │ StackMapTable: number_of_entries = 4
│ │ frame_type = 14 /* same */
│ │ frame_type = 255 /* full_frame */
│ │ offset_delta = 25
├── org/apache/helix/msdcommon/mock/MockMetadataStoreDirectoryServer.class
│ ├── procyon -ec {}
│ │ @@ -84,15 +84,15 @@
│ │ }
│ │
│ │ private HttpHandler createHttpHandler(final Map<String, Object> keyValuePairs) {
│ │ return httpExchange -> {
│ │ final OutputStream outputStream = httpExchange.getResponseBody();
│ │ String htmlResponse;
│ │ if (MockMetadataStoreDirectoryServer.SupportedHttpVerbs.GET.name().equals(httpExchange.getRequestMethod())) {
│ │ - htmlResponse = MockMetadataStoreDirectoryServer.OBJECT_MAPPER.writeValueAsString((Object)map);
│ │ + htmlResponse = MockMetadataStoreDirectoryServer.OBJECT_MAPPER.writeValueAsString((Object)keyValuePairs);
│ │ httpExchange.sendResponseHeaders(200, htmlResponse.length());
│ │ }
│ │ else {
│ │ htmlResponse = httpExchange.getRequestMethod() + " is not supported!\n";
│ │ httpExchange.sendResponseHeaders(501, htmlResponse.length());
│ │ }
│ │ outputStream.write(htmlResponse.getBytes());
2 / 16 target/reference/zookeeper-api-1.0.4.jar zookeeper-api/target/zookeeper-api-1.0.4.jar
--- target/reference/zookeeper-api-1.0.4.jar
+++ zookeeper-api/target/zookeeper-api-1.0.4.jar
├── zipinfo {}
│ @@ -1,8 +1,8 @@
│ -Zip file size: 224430 bytes, number of entries: 169
│ +Zip file size: 224818 bytes, number of entries: 169
│ -rw---- 2.0 fat 0 bX defN 80-Feb-01 00:00 META-INF/
│ -rw---- 2.0 fat 6724 bl defN 80-Feb-01 00:00 META-INF/MANIFEST.MF
│ -rw---- 2.0 fat 7964 bl defN 80-Feb-01 00:00 META-INF/DEPENDENCIES
│ -rw---- 2.0 fat 11358 bl defN 80-Feb-01 00:00 META-INF/LICENSE
│ -rw---- 2.0 fat 181 bl defN 80-Feb-01 00:00 META-INF/NOTICE
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 META-INF/maven/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 META-INF/maven/org.apache.helix/
│ @@ -13,23 +13,23 @@
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/
│ -rw---- 2.0 fat 1089 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/ChildrenSubscribeResult.class
│ -rw---- 2.0 fat 4194 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/HelixZkClient$ZkClientConfig.class
│ --rw---- 2.0 fat 2024 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/HelixZkClient$ZkConnectionConfig.class
│ +-rw---- 2.0 fat 2028 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/HelixZkClient$ZkConnectionConfig.class
│ -rw---- 2.0 fat 518 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/HelixZkClient.class
│ -rw---- 2.0 fat 278 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$1.class
│ -rw---- 2.0 fat 1964 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$I0ItecIZkStateListenerImpl.class
│ --rw---- 2.0 fat 4736 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkClientConfig.class
│ +-rw---- 2.0 fat 4740 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkClientConfig.class
│ -rw---- 2.0 fat 3965 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkConnectionConfig$Builder.class
│ --rw---- 2.0 fat 3182 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkConnectionConfig.class
│ +-rw---- 2.0 fat 3186 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkConnectionConfig.class
│ -rw---- 2.0 fat 1336 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmMode.class
│ --rw---- 2.0 fat 12869 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient.class
│ +-rw---- 2.0 fat 12892 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/RealmAwareZkClient.class
│ -rw---- 2.0 fat 1181 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/client/ZkClientType.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/factory/
│ -rw---- 2.0 fat 1393 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/api/factory/RealmAwareZkClientFactory.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/constant/
│ -rw---- 2.0 fat 444 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/constant/RoutingDataConstants.class
│ -rw---- 2.0 fat 2183 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/constant/RoutingDataReaderType.class
│ -rw---- 2.0 fat 595 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/constant/RoutingSystemPropertyKeys.class
│ @@ -55,33 +55,33 @@
│ -rw---- 2.0 fat 10865 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/datamodel/serializer/ZNRecordStreamingSerializer.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/exception/
│ -rw---- 2.0 fat 708 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/exception/MultiZkException.class
│ -rw---- 2.0 fat 711 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/exception/ZkClientException.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/
│ -rw---- 2.0 fat 22611 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/DedicatedZkClient.class
│ --rw---- 2.0 fat 29449 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/FederatedZkClient.class
│ +-rw---- 2.0 fat 29481 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/FederatedZkClient.class
│ -rw---- 2.0 fat 24565 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/SharedZkClient.class
│ -rw---- 2.0 fat 4178 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/ZkClient$Builder.class
│ -rw---- 2.0 fat 4979 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/client/ZkClient.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/
│ -rw---- 2.0 fat 817 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/DedicatedZkClientFactory$SingletonHelper.class
│ --rw---- 2.0 fat 3378 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/DedicatedZkClientFactory.class
│ --rw---- 2.0 fat 1998 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/HelixZkClientFactory.class
│ +-rw---- 2.0 fat 3382 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/DedicatedZkClientFactory.class
│ +-rw---- 2.0 fat 2002 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/HelixZkClientFactory.class
│ -rw---- 2.0 fat 1543 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/SharedZkClientFactory$1.class
│ -rw---- 2.0 fat 4290 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/SharedZkClientFactory$InnerSharedZkClient.class
│ -rw---- 2.0 fat 319 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/SharedZkClientFactory$OnCloseCallback.class
│ -rw---- 2.0 fat 799 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/SharedZkClientFactory$SingletonHelper.class
│ -rw---- 2.0 fat 6558 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/SharedZkClientFactory.class
│ -rw---- 2.0 fat 4002 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/impl/factory/ZkConnectionManager.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/introspect/
│ --rw---- 2.0 fat 9552 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/introspect/CodehausJacksonIntrospector.class
│ +-rw---- 2.0 fat 9560 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/introspect/CodehausJacksonIntrospector.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/
│ --rw---- 2.0 fat 6045 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/HttpRoutingDataReader.class
│ --rw---- 2.0 fat 2920 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/HttpZkFallbackRoutingDataReader.class
│ +-rw---- 2.0 fat 6051 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/HttpRoutingDataReader.class
│ +-rw---- 2.0 fat 2928 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/HttpZkFallbackRoutingDataReader.class
│ -rw---- 2.0 fat 6063 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/RoutingDataManager.class
│ -rw---- 2.0 fat 1083 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/RoutingDataReader.class
│ -rw---- 2.0 fat 3416 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/routing/ZkRoutingDataReader.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/util/
│ -rw---- 2.0 fat 1657 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/util/GZipCompressionUtil.class
│ -rw---- 2.0 fat 1703 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/util/ZNRecordUtil.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/
│ @@ -92,54 +92,54 @@
│ -rw---- 2.0 fat 1947 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/IZkConnection.class
│ -rw---- 2.0 fat 326 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/IZkDataListener.class
│ -rw---- 2.0 fat 607 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/IZkStateListener.class
│ -rw---- 2.0 fat 4386 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/NetworkUtil.class
│ -rw---- 2.0 fat 1822 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$1.class
│ -rw---- 2.0 fat 1146 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$10.class
│ -rw---- 2.0 fat 1449 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$11.class
│ --rw---- 2.0 fat 2748 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$12.class
│ --rw---- 2.0 fat 2580 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$13.class
│ --rw---- 2.0 fat 2255 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$14.class
│ --rw---- 2.0 fat 2247 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$15.class
│ --rw---- 2.0 fat 2247 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$16.class
│ +-rw---- 2.0 fat 2751 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$12.class
│ +-rw---- 2.0 fat 2588 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$13.class
│ +-rw---- 2.0 fat 2250 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$14.class
│ +-rw---- 2.0 fat 2242 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$15.class
│ +-rw---- 2.0 fat 2242 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$16.class
│ -rw---- 2.0 fat 1923 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$17.class
│ -rw---- 2.0 fat 1171 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$18.class
│ -rw---- 2.0 fat 1326 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$19.class
│ -rw---- 2.0 fat 1332 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$2.class
│ -rw---- 2.0 fat 2525 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$3.class
│ -rw---- 2.0 fat 1598 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$4.class
│ -rw---- 2.0 fat 1318 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$5.class
│ -rw---- 2.0 fat 1592 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$6.class
│ -rw---- 2.0 fat 1308 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$7.class
│ -rw---- 2.0 fat 3557 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$8.class
│ -rw---- 2.0 fat 3163 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$9.class
│ -rw---- 2.0 fat 1599 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$IZkDataListenerEntry.class
│ -rw---- 2.0 fat 1982 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$IZkStateListenerI0ItecImpl.class
│ -rw---- 2.0 fat 1792 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient$ZkPathStatRecord.class
│ --rw---- 2.0 fat 76647 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient.class
│ --rw---- 2.0 fat 10444 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkConnection.class
│ +-rw---- 2.0 fat 77198 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkClient.class
│ +-rw---- 2.0 fat 10456 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkConnection.class
│ -rw---- 2.0 fat 1219 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkEventThread$ZkEvent.class
│ -rw---- 2.0 fat 3638 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkEventThread.class
│ -rw---- 2.0 fat 935 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkLock.class
│ -rw---- 2.0 fat 7518 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/ZkServer.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/annotation/
│ -rw---- 2.0 fat 404 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/annotation/PreFetchChangedData.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/
│ -rw---- 2.0 fat 208 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/CancellableZkAsyncCallback.class
│ -rw---- 2.0 fat 2122 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallMonitorContext.class
│ -rw---- 2.0 fat 942 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$1.class
│ -rw---- 2.0 fat 1461 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$CreateCallbackHandler.class
│ --rw---- 2.0 fat 4744 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$DefaultCallback.class
│ +-rw---- 2.0 fat 4748 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$DefaultCallback.class
│ -rw---- 2.0 fat 1042 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$DeleteCallbackHandler.class
│ -rw---- 2.0 fat 1854 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$ExistsCallbackHandler.class
│ -rw---- 2.0 fat 1983 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$GetDataCallbackHandler.class
│ -rw---- 2.0 fat 1349 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$SetDataCallbackHandler.class
│ -rw---- 2.0 fat 2305 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$SyncCallbackHandler.class
│ -rw---- 2.0 fat 893 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks$ZkAsyncCallContext.class
│ --rw---- 2.0 fat 1689 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks.class
│ +-rw---- 2.0 fat 1685 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks.class
│ -rw---- 2.0 fat 2251 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncRetryCallContext.class
│ -rw---- 2.0 fat 3056 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncRetryThread.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/deprecated/
│ -rw---- 2.0 fat 684 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/deprecated/IZkStateListener.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/exception/
│ -rw---- 2.0 fat 1040 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/exception/ZkBadVersionException.class
│ -rw---- 2.0 fat 915 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/exception/ZkException$1.class
│ @@ -150,22 +150,22 @@
│ -rw---- 2.0 fat 1040 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/exception/ZkNodeExistsException.class
│ -rw---- 2.0 fat 570 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/exception/ZkSessionMismatchedException.class
│ -rw---- 2.0 fat 908 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/exception/ZkTimeoutException.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/
│ -rw---- 2.0 fat 946 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientMonitor$1.class
│ -rw---- 2.0 fat 1340 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientMonitor$AccessType.class
│ -rw---- 2.0 fat 3559 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientMonitor$ZkThreadMetric.class
│ --rw---- 2.0 fat 13196 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientMonitor.class
│ +-rw---- 2.0 fat 13310 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientMonitor.class
│ -rw---- 2.0 fat 1022 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientPathMonitor$1.class
│ -rw---- 2.0 fat 2655 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientPathMonitor$PredefinedMetricDomains.class
│ -rw---- 2.0 fat 2403 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientPathMonitor$PredefinedPath.class
│ -rw---- 2.0 fat 8847 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/metric/ZkClientPathMonitor.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/
│ -rw---- 2.0 fat 1125 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/BasicZkSerializer.class
│ -rw---- 2.0 fat 819 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/BytesPushThroughSerializer.class
│ -rw---- 2.0 fat 400 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/PathBasedZkSerializer.class
│ -rw---- 2.0 fat 1932 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/SerializableSerializer.class
│ -rw---- 2.0 fat 2099 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/TcclAwareObjectIputStream.class
│ -rw---- 2.0 fat 346 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/serialize/ZkSerializer.class
│ -rw---- 2.0 fat 0 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/util/
│ -rw---- 2.0 fat 1205 bl defN 80-Feb-01 00:00 org/apache/helix/zookeeper/zkclient/util/ExponentialBackoffStrategy.class
│ -169 files, 507269 bytes uncompressed, 188498 bytes compressed: 62.8%
│ +169 files, 508039 bytes uncompressed, 188886 bytes compressed: 62.8%
├── org/apache/helix/zookeeper/api/client/HelixZkClient$ZkConnectionConfig.class
│ ├── javap -verbose -constants -s -l -private {}
│ │ @@ -168,14 +168,15 @@
│ │ line 52: 0
│ │ line 53: 5
│ │ line 55: 7
│ │ line 56: 14
│ │ line 58: 16
│ │ line 59: 21
│ │ line 60: 50
│ │ + line 59: 72
│ │ LocalVariableTable:
│ │ Start Length Slot Name Signature
│ │ 0 73 0 this Lorg/apache/helix/zookeeper/api/client/HelixZkClient$ZkConnectionConfig;
│ │ 0 73 1 obj Ljava/lang/Object;
│ │ 21 52 2 configObj Lorg/apache/helix/zookeeper/api/client/HelixZkClient$ZkConnectionConfig;
│ │ StackMapTable: number_of_entries = 6
│ │ frame_type = 7 /* same */
├── org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkClientConfig.class
│ ├── javap -verbose -constants -s -l -private {}
│ │ @@ -494,14 +494,15 @@
│ │ 62: areturn
│ │ LineNumberTable:
│ │ line 656: 0
│ │ line 657: 18
│ │ line 658: 32
│ │ line 659: 49
│ │ line 660: 59
│ │ + line 656: 62
│ │ LocalVariableTable:
│ │ Start Length Slot Name Signature
│ │ 0 63 0 this Lorg/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkClientConfig;
│ │ }
│ │ SourceFile: "RealmAwareZkClient.java"
│ │ InnerClasses:
│ │ public static #50= #31 of #1; // RealmAwareZkClientConfig=class org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkClientConfig of class org/apache/helix/zookeeper/api/client/RealmAwareZkClient
├── org/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkConnectionConfig.class
│ ├── javap -verbose -constants -s -l -private {}
│ │ @@ -215,14 +215,15 @@
│ │ line 432: 0
│ │ line 433: 5
│ │ line 435: 7
│ │ line 436: 14
│ │ line 438: 16
│ │ line 439: 21
│ │ line 441: 50
│ │ + line 439: 72
│ │ LocalVariableTable:
│ │ Start Length Slot Name Signature
│ │ 0 73 0 this Lorg/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkConnectionConfig;
│ │ 0 73 1 obj Ljava/lang/Object;
│ │ 21 52 2 configObj Lorg/apache/helix/zookeeper/api/client/RealmAwareZkClient$RealmAwareZkConnectionConfig;
│ │ StackMapTable: number_of_entries = 6
│ │ frame_type = 7 /* same */
├── org/apache/helix/zookeeper/api/client/RealmAwareZkClient.class
│ ├── javap -verbose -constants -s -l -private {}
│ │ @@ -1,328 +1,330 @@
│ │ Compiled from "RealmAwareZkClient.java"
│ │ public interface org.apache.helix.zookeeper.api.client.RealmAwareZkClient
│ │ minor version: 0
│ │ major version: 52
│ │ flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
│ │ - this_class: #37 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient
│ │ - super_class: #38 // java/lang/Object
│ │ + this_class: #38 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient
│ │ + super_class: #39 // java/lang/Object
│ │ interfaces: 0, fields: 3, methods: 88, attributes: 2
│ │ Constant pool:
│ │ - #1 = Class #236 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient$I0ItecIZkStateListenerImpl
│ │ - #2 = Methodref #1.#237 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient$I0ItecIZkStateListenerImpl."<init>":(Lorg/apache/helix/zookeeper/zkclient/IZkStateListener;)V
│ │ - #3 = InterfaceMethodref #37.#238 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient.subscribeStateChanges:(Lorg/apache/helix/zookeeper/zkclient/deprecated/IZkStateListener;)V
│ │ - #4 = InterfaceMethodref #37.#239 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient.unsubscribeStateChanges:(Lorg/apache/helix/zookeeper/zkclient/deprecated/IZkStateListener;)V
│ │ - #5 = InterfaceMethodref #37.#240 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient.waitUntilConnected:(JLjava/util/concurrent/TimeUnit;)Z
│ │ - #6 = Class #241 // org/apache/helix/zookeeper/zkclient/exception/ZkTimeoutException
│ │ - #7 = Class #242 // java/lang/StringBuilder
│ │ - #8 = Methodref #7.#243 // java/lang/StringBuilder."<init>":()V
│ │ - #9 = String #244 // Failed to get established session because connecting to ZK server has timed out in
│ │ - #10 = Methodref #7.#245 // java/lang/StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
│ │ - #11 = Methodref #7.#246 // java/lang/StringBuilder.append:(J)Ljava/lang/StringBuilder;
│ │ - #12 = String #247 //
...
│ │ - #310 = Utf8 (Ljava/lang/String;)Lorg/apache/helix/zookeeper/constant/RoutingDataReaderType;
│ │ - #311 = Utf8 (Lorg/apache/helix/zookeeper/constant/RoutingDataReaderType;Ljava/lang/String;)Lorg/apache/helix/msdcommon/datamodel/MetadataStoreRoutingData;
│ │ - #312 = Utf8 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks
│ │ + #1 = Class #237 // java/lang/Integer
│ │ + #2 = Class #238 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient$I0ItecIZkStateListenerImpl
│ │ + #3 = Methodref #2.#239 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient$I0ItecIZkStateListenerImpl."<init>":(Lorg/apache/helix/zookeeper/zkclient/IZkStateListener;)V
│ │ + #4 = InterfaceMethodref #38.#240 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient.subscribeStateChanges:(Lorg/apache/helix/zookeeper/zkclient/deprecated/IZkStateListener;)V
│ │ + #5 = InterfaceMethodref #38.#241 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient.unsubscribeStateChanges:(Lorg/apache/helix/zookeeper/zkclient/deprecated/IZkStateListener;)V
│ │ + #6 = InterfaceMethodref #38.#242 // org/apache/helix/zookeeper/api/client/RealmAwareZkClient.waitUntilConnected:(JLjava/util/concurrent/TimeUnit;)Z
│ │ + #7 = Class #243 // org/apache/helix/zookeeper/zkclient/exception/ZkTimeoutException
...
│ │ + #313 = Utf8 (Lorg/apache/helix/zookeeper/constant/RoutingDataReaderType;Ljava/lang/String;)Lorg/apache/helix/msdcommon/datamodel/MetadataStoreRoutingData;
│ │ + #314 = Utf8 org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallbacks
│ │ {
│ │ public static final int DEFAULT_OPERATION_TIMEOUT = 2147483647;
│ │ descriptor: I
│ │ flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
│ │ ConstantValue: int 2147483647
│ │
│ │ public static final int DEFAULT_CONNECTION_TIMEOUT = 60000;
│ │ @@ -335,17 +337,17 @@
│ │ flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
│ │ ConstantValue: int 30000
│ │
│ │ public abstract java.util.List<java.lang.String> subscribeChildChanges(java.lang.String, org.apache.helix.zookeeper.zkclient.IZkChildListener);
│ │ descriptor: (Ljava/lang/String;Lorg/apache/helix/zookeeper/zkclient/IZkChildListener;)Ljava/util/List;
│ │ flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
│ │ Deprecated: true
│ │ - Signature: #60 // (Ljava/lang/String;Lorg/apache/helix/zookeeper/zkclient/IZkChildListener;)Ljava/util/List<Ljava/lang/String;>;
│ │ + Signature: #61 // (Ljava/lang/String;Lorg/apache/helix/zookeeper/zkclient/IZkChildListener;)Ljava/util/List<Ljava/lang/String;>;
│ │ RuntimeVisibleAnnotations:
│ │ - 0: #62()
│ │ + 0: #63()
│ │ java.lang.Deprecated
│ │
...
# same type of differences as zookeeper-api-1.0.4.jar
3 / 16 target/reference/helix-common-1.0.4.jar helix-common/target/helix-common-1.0.4.jar
4 / 16 target/reference/helix-core-1.0.4.jar helix-core/target/helix-core-1.0.4.jar
5 / 16 target/reference/helix-core-1.0.4-tests.jar helix-core/target/helix-core-1.0.4-tests.jar
6 / 16 target/reference/helix-core-1.0.4-pkg.tar helix-core/target/helix-core-1.0.4-pkg.tar
7 / 16 target/reference/helix-admin-webapp-1.0.4.jar helix-admin-webapp/target/helix-admin-webapp-1.0.4.jar
9 / 16 target/reference/helix-rest-1.0.4.jar helix-rest/target/helix-rest-1.0.4.jar
11 / 16 target/reference/helix-lock-1.0.4.jar helix-lock/target/helix-lock-1.0.4.jar
12 / 16 target/reference/helix-agent-1.0.4.jar helix-agent/target/helix-agent-1.0.4.jar
15 / 16 target/reference/helix-view-aggregator-1.0.4.jar helix-view-aggregator/target/helix-view-aggregator-1.0.4.jar
8 / 16 target/reference/helix-admin-webapp-1.0.4-pkg.tar helix-admin-webapp/target/helix-admin-webapp-1.0.4-pkg.tar
--- target/reference/helix-admin-webapp-1.0.4-pkg.tar
+++ helix-admin-webapp/target/helix-admin-webapp-1.0.4-pkg.tar
├── file list
│ @@ -208,20 +208,20 @@
│ -rwxr-xr-x 0 root (0) root (0) 26586 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
│ -rwxr-xr-x 0 root (0) root (0) 95806 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
│ -rwxr-xr-x 0 root (0) root (0) 89967 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar
│ -rwxr-xr-x 0 root (0) root (0) 23346 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
│ -rwxr-xr-x 0 root (0) root (0) 501879 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
│ -rwxr-xr-x 0 root (0) root (0) 832410 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/commons/commons-math/2.1/commons-math-2.1.jar
│ -rwxr-xr-x 0 root (0) root (0) 2213560 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
│ --rwxr-xr-x 0 root (0) root (0) 112356 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/helix-admin-webapp/1.0.4/helix-admin-webapp-1.0.4.jar
│ --rwxr-xr-x 0 root (0) root (0) 259777 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/helix-common/1.0.4/helix-common-1.0.4.jar
│ --rwxr-xr-x 0 root (0) root (0) 2150783 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/helix-core/1.0.4/helix-core-1.0.4.jar
│ --rwxr-xr-x 0 root (0) root (0) 22458 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/metadata-store-directory-common/1.0.4/metadata-store-directory-common-1.0.4.jar
│ +-rwxr-xr-x 0 root (0) root (0) 112355 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/helix-admin-webapp/1.0.4/helix-admin-webapp-1.0.4.jar
│ +-rwxr-xr-x 0 root (0) root (0) 260194 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/helix-common/1.0.4/helix-common-1.0.4.jar
│ +-rwxr-xr-x 0 root (0) root (0) 2152397 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/helix-core/1.0.4/helix-core-1.0.4.jar
│ +-rwxr-xr-x 0 root (0) root (0) 22462 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/metadata-store-directory-common/1.0.4/metadata-store-directory-common-1.0.4.jar
│ -rwxr-xr-x 0 root (0) root (0) 23331 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/metrics-common/1.0.4/metrics-common-1.0.4.jar
│ --rwxr-xr-x 0 root (0) root (0) 224430 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/zookeeper-api/1.0.4/zookeeper-api-1.0.4.jar
│ +-rwxr-xr-x 0 root (0) root (0) 224818 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/helix/zookeeper-api/1.0.4/zookeeper-api-1.0.4.jar
│ -rwxr-xr-x 0 root (0) root (0) 780321 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
│ -rwxr-xr-x 0 root (0) root (0) 328593 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
│ -rwxr-xr-x 0 root (0) root (0) 301872 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar
│ -rwxr-xr-x 0 root (0) root (0) 1790452 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar
│ -rwxr-xr-x 0 root (0) root (0) 24279 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar
│ -rwxr-xr-x 0 root (0) root (0) 20437 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar
│ -rwxr-xr-x 0 root (0) root (0) 994800 2022-06-09 20:11:46.000000 helix-admin-webapp-1.0.4/repo/org/apache/zookeeper/zookeeper/3.5.9/zookeeper-3.5.9.jar
# same type of differences as helix-admin-webapp-1.0.4-pkg.tar
10 / 16 target/reference/helix-rest-1.0.4-pkg.tar helix-rest/target/helix-rest-1.0.4-pkg.tar
13 / 16 target/reference/helix-agent-1.0.4-pkg.tar helix-agent/target/helix-agent-1.0.4-pkg.tar
16 / 16 target/reference/helix-view-aggregator-1.0.4-pkg.tar helix-view-aggregator/target/helix-view-aggregator-1.0.4-pkg.tar
# non-reproducible version of node executable
14 / 16 target/reference/helix-front-1.0.4-pkg.tar helix-front/target/helix-front-1.0.4-pkg.tar
--- target/reference/helix-front-1.0.4-pkg.tar
+++ helix-front/target/helix-front-1.0.4-pkg.tar
├── file list
│ @@ -31,15 +31,15 @@
│ -rw-r--r-- 0 root (0) root (0) 663 2022-06-09 20:11:46.000000 helix-front-1.0.4/dist/server/routes.js
│ -rw-r--r-- 0 root (0) root (0) 586 2022-06-09 20:11:46.000000 helix-front-1.0.4/dist/server/routes.js.map
│ drwxr-xr-x 0 root (0) root (0) 0 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/
│ drwxr-xr-x 0 root (0) root (0) 0 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/
│ drwxr-xr-x 0 root (0) root (0) 0 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/
│ drwxr-xr-x 0 root (0) root (0) 0 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/bin/
│ drwxr-xr-x 0 root (0) root (0) 0 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/lib/
│ --rw-r--r-- 0 root (0) root (0) 76198704 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/node
│ +-rw-r--r-- 0 root (0) root (0) 74421432 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/node
│ -rw-r--r-- 0 root (0) root (0) 1355 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/LICENSE
│ -rw-r--r-- 0 root (0) root (0) 3353 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/README.md
│ -rw-r--r-- 0 root (0) root (0) 1025 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/bin/yarn
│ -rw-r--r-- 0 root (0) root (0) 34 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/bin/yarn.cmd
│ -rw-r--r-- 0 root (0) root (0) 1015 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/bin/yarn.js
│ -rw-r--r-- 0 root (0) root (0) 42 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/bin/yarnpkg
│ -rw-r--r-- 0 root (0) root (0) 30 2022-06-09 20:11:46.000000 helix-front-1.0.4/node/yarn/dist/bin/yarnpkg.cmd
├── helix-front-1.0.4/node/node
...