-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsatd-dataset-commit_messages.csv
We can't make this file beautiful and searchable because it's too large.
10533 lines (10533 loc) · 909 KB
/
satd-dataset-commit_messages.csv
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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
project,sha,text,classification,indicator
nifi,4e2b61efe417da643d5fa234a4bf1abd286b7fb7,"NIFI-6652 UI Fix overflowing text in variables dialog
This closes #3982.",code_debt,low_quality_code
activemq,db1e6d1cb727310cb4ada286c0a32d402242a47a,https://issues.apache.org/jira/browse/AMQ-3935 - always page in messages when browsing,non_debt,-
kylin,81dd209a0ac1b9f142de07223879d867b623b725,Optimize in-men cube building,non_debt,-
groovy,bd69586ae105e4f6b0b2030c480d419c97c53dc7,"GROOVY-5816 Add an ""encoding"" option for Groovydoc tool and Ant task",non_debt,-
ambari,0241bf3e1659dd1bc4ba80c88b3e91866f4820e2,AMBARI-5596. Jobs page: Selection of vertex in table should center vertex in UI (alexantonenko),non_debt,-
jmeter,6114ca33e52367bc7a5379bb618b62ca8cda44bb,Bug 53145 - HTTP Sampler - function in path evaluated too early,non_debt,-
couchdb,07e179f7c5720544c7535106d2cb6a255922411c,"Merge pull request #3094 from cloudant/use-key_docid
Fix ordering of page_size based pagination for views",non_debt,-
shardingsphere,7da164d75b7179ba862c12ba6f69e6b7c744b98d,added throw new UnsupportedOperationException() for master-slave model,non_debt,-
jena,2409ee4af9bc15c17e5cf63698fc791262eb9571,"Refactor to make the HttpAction objects and servlets independent of Jetty.
An indirect dependency existed for HttpAction on SPARQLServer.
Refactoring is a step towards JENA-201 (Deliver Fuseki as a WAR file).",architecture_debt,violation_of_modularity
trafficserver,c479199b59408150f99d7db9f814519e3195d60c,TS-107: import from dev branch,non_debt,-
incubator-mxnet,8cc5c1c44864d10e9475e80aa6c01700cdbaa60a,util: docstring of _sig_checker (#305),non_debt,-
druid,1fb9b21cf0c5206e1f8ccf6ea1d5f771157488e3,async servlet delete support + cleanup,code_debt,low_quality_code
flink,d61664ca64bcb82c4e8ddf03a2ed38fe8edafa98,[FLINK-8696] [shell scripts] Remove JobManager local mode from shell scripts,non_debt,-
infrastructure-puppet,0bd194c4c6db5bf257d17fc8f25f1337ac091bbb,try to add a unique serverID,non_debt,-
cxf,f54a690113906bc641082dd4619011eccab76590,Tidying up the binding policy validators a bit more.,code_debt,low_quality_code
ambari,218f99d44f5209b93c5150ff81c99f11e7b750b7,AMBARI-24620 Duplicate view of configurations in Add Service wizard,non_debt,-
spark,030f2c2126d5075576cd6d83a1ee7462c48b953b,"Improved build configuration
1, Fix SPARK-1441: compile spark core error with hadoop 0.23.x
2, Fix SPARK-1491: maven hadoop-provided profile fails to build
3, Fix org.scala-lang: * ,org.apache.avro:* inconsistent versions dependency
4, A modified on the sql/catalyst/pom.xml,sql/hive/pom.xml,sql/core/pom.xml (Four spaces formatted into two spaces)
Closes #480 from witgo/format_pom and squashes the following commits:
03f652f [witgo] review commit
b452680 [witgo] Merge branch 'master' of https://github.com/apache/spark into format_pom
bee920d [witgo] revert fix SPARK-1629: Spark Core missing commons-lang dependence
7382a07 [witgo] Merge branch 'master' of https://github.com/apache/spark into format_pom
6902c91 [witgo] fix SPARK-1629: Spark Core missing commons-lang dependence
0da4bc3 [witgo] merge master
d1718ed [witgo] Merge branch 'master' of https://github.com/apache/spark into format_pom
e345919 [witgo] add avro dependency to yarn-alpha
77fad08 [witgo] Merge branch 'master' of https://github.com/apache/spark into format_pom
62d0862 [witgo] Fix org.scala-lang: * inconsistent versions dependency
1a162d7 [witgo] Merge branch 'master' of https://github.com/apache/spark into format_pom
934f24d [witgo] review commit
cf46edc [witgo] exclude jruby
06e7328 [witgo] Merge branch 'SparkBuild' into format_pom
99464d2 [witgo] fix maven hadoop-provided profile fails to build
0c6c1fc [witgo] Fix compile spark core error with hadoop 0.23.x
6851bec [witgo] Maintain consistent SparkBuild.scala, pom.xml",build_debt,build_others
brooklyn-server,67c74ba4675fc089f2a90f391062e430c7dae564,"Merge pull request #106 from ahgittin/fixing-controller
Fixing controller",non_debt,-
kafka,50cd85538580c9c9833ad957d64d39953c124374,"HOTFIX: Fix lgtm.com alerts (dead code and out-of-bounds error) (#4388)
This fixes two alerts flagged on lgtm.com for Apache Kafka.
This dead code alert where InvalidTypeIdException indirectly extends JsonMappingException. The flagged condition with the type test appears after the type test for the latter and thus makes its body dead. I opted to change the order of the tests. Please let me know if this is the intended behavior.
The second commit addresses this out-of-bounds alert.
More alerts can be found here. Note that my colleague Aditya Sharad addressed some of those in the now outdated #2939.",code_debt,dead_code
trafodion,88a5cb4c18d067625e8d5ee83f7da2bde92db6a6,"[TRAFODION-1742] Rework, misplaced parenthesis
A misplaced paranthesis caused the previous change to not work as expected.",non_debt,-
couchdb,7daa0d31e268deed9004d86e3f4ba53867d1b9fd,"Improve error logging on replication write failures
If an error happens when writing a document to the target endpoint,
log it's ID, revision, error and error reason. Also added a few tests
to cover the cases where the target has validate_doc_update functions.",code_debt,low_quality_code
incubator-weex,be6179386d73c7f260a92d9ae17833e9d1c49d07,Merge branch 'jsfm-feature-0.16' of https://github.com/alibaba/weex into jsfm-feature-0.17,non_debt,-
skywalking,7db8ac7803cb405be2f5d3a2bb63ec798df09115,Update README.md,non_debt,-
usergrid,fabec01bbd2e446ee7ef2528b5b1f0e2cf17b1e9,see role permissions,non_debt,-
lucene-solr,3371a86c2b3164c7b88751bf968189a4a9be6b20,updating the CHANGES.txt for multicore changes,non_debt,-
cassandra,b2af80b4acdc9db4cdd9c26cc81f4336e2ebfccc,Merge branch 'cassandra-3.0' into cassandra-3.3,non_debt,-
dubbo,a206dde6cd65d4273adfd6c84dd3be711c3b5a5d,"[Dubbo-3653] Enable etcd to support metadata center (#3943)
* Support etcd as metadata center
* Fix key format error for consul/redis and UT failure
* Fix UT failure
* Fix UT failure
* Fix UT failure",non_debt,-
cassandra,97c6bbe6093de16f3370a511023b861a381da7fe,"Use LOCAL_QUORUM for LWT operations at LOCAL_SERIAL
patch by Sankalp Kohli; reviewed by jbellis for CASSANDRA-6495",non_debt,-
parquet-mr,54777b46da768df3ff88548c6b6b70bd52fba0dd,PARQUET-1556 Use try-with-resource in Apache Avro tests (#639),non_debt,-
attic-stratos,4b8ef10947acfa1aed28614a33ef2e008b6217a2,Updated cep artifact folder names,non_debt,-
cloudstack,c9dd19097f3a4982677f5aa5e2497e7526530e35,Docs: Adding documentation and translation chapter in dev guide,non_debt,-
parquet-mr,a5249795799317be00c454ac880be6c064e2a1c6,Remove the old license.txt,documentation_debt,outdated_documentation
bookkeeper,6a6d7bbd995acd55389ec209e42e099647c988fd,"Migrate command `initnewcluster`
Descriptions of the changes in this PR:
#2046
This closes #2047 from zymap/command-initnewcluster",non_debt,-
cxf,4f25abe0668167b446be3e08a4d77e4332986a94,[CXF-5954] Adding JWS RSA and JWE AesHMacCbc JWK system tests,non_debt,-
cloudstack,2942a89ca044afec7875c12ed07c33c74505442c,new UI - disk offering page - implement updateDiskOffering action,non_debt,-
trafficserver,6def9ca4b711c19ae6677bdc9bc069a9f682fb93,clang-format,non_debt,-
ambari,0ba68682faf6769b94514096b163720acf779d11,AMBARI-6045 Master components are missing. (atkach),non_debt,-
ambari,344ed725182c2094f00ce4153515467ddcb52cc0,"AMBARI-12927. RU: Falcon server restart failed during tar, need to add retries to command (Swapan Shridhar via alejandro)",non_debt,-
shardingsphere,5b3faaf55a0157eafbfdca088d40ccbac9ddbfee,"for #1172, remove tracing for get connection and close connection",non_debt,-
tinkerpop,e6a0561002c0b2dab2323713b2b150482676ceca,"Set javadoc generation to quiet.
Get rid of some superfluous informational messages to further reduce the log sizes.",code_debt,low_quality_code
karaf,7e7b6432871336ab08b0f6ec3095c4dac448b9fa,[KARAF-5376] Woodstox doesn't like mixing access to underlying writer,non_debt,-
cloudstack,352cd83b2ad44e6c3daa078a29ba45ca5b259671,new UI - zone page - add domain in details tab.,non_debt,-
groovy,27828cd2fd41cdded97ca85c46156f914bda0e54,add javadoc @since for some methods,non_debt,-
flink,3629ab48d0ec1d8b19e1fe2b73d114c962de8564,[hotfix][yarn] Remove legacy descriptor methods,code_debt,dead_code
guacamole-client,d75595919ff9010ac8b98f6bbf973c02610651bf,GUACAMOLE-144: Fix path to LICENSE for Carlito font.,non_debt,-
camel,e4dfa840cb229d684a28bf6d7e119b6980bc5a1e,Added some comments on CachedOutputStream,non_debt,-
superset,8da1900d8a5a686c599ac91a5d12abb8522135fa,"feat: add hook for dataset health check (#11970)
* feat: add hook for dataset health check
* add event log
* optimize datasource json data like certified data
* add unit test
* fix review comments
* extra code review comments",non_debt,-
parquet-mr,57b0131513366863198f320caa9d9f053a9a78a7,"Merge pull request #336 from lukasnalezenec/protobuf
protobuf dependency version changed from 2.4.1 to 2.5.0",non_debt,-
geode,d76ccd12cf7801973faf481638c47c6c2c190824,GEODE-7157: Add fix for test case,non_debt,-
jmeter,ce356461ed13e996fc189a2e1e45da60f4c40b67,Bug 49862 - Improve SMTPSampler Request output.,non_debt,-
ambari,d0338adf31d51a7b250b6a079254e791fbb23e68,AMBARI-4469. Bulk Ops: Integrate maintenance mode. (onechiporenko),non_debt,-
flink,a33b0759f6d271e4aa254a22b0dd60b4e9c6cb0e,put some docs into lazyTailArrayNode,non_debt,-
groovy,48562a1188ebae3f09ba6dbb197195f72288d9da,removed Protected test accidently left in,code_debt,dead_code
camel,064f2c359b4554b4ff2f8ee390d0d3f14b989327,Upgrade Zipkin to version 2.20.1,non_debt,-
camel,9fefab66c55ce7f5635965fa90dadb139257edd6,CAMEL-7221: Upgrade to Lucene 4.6.1,non_debt,-
cassandra,3ff82cb70fc02b63ea5eb8b6355e5f3aeddebec2,fix typo for CASSANDRA-2873,documentation_debt,low_quality_documentation
accumulo,0a81b34ee4204b7d2eb7df941c664e8cfe01d8ec,ACCUMULO-86 fix up the LICENSE and NOTICE files,non_debt,-
incubator-brooklyn,ca9dcc118c0384eadeb185557df60a83bd032239,Convert web-cluster examples etc (for interface+impl),non_debt,-
hadoop,aea35d93e3b2349098134f285c00d9d529d3496b,HADOOP-10466. Lower the log level in UserGroupInformation. Contributed by Nicolas Liochon,non_debt,-
ambari,590a2e249c24d64d5864a24846436adc7575b72c,AMBARI-11784. Perf Cluster: Save configurations of Config Group takes 40s. (mpapirkovskyy),code_debt,slow_algorithm
groovy,e0a011c70a1318f10fb9ba09fe249c168e6b909e,GROOVY-2429: Allow subclasses of XmlParser to customize creation of new Nodes,non_debt,-
couchdb,dd9ce40538ed48aeff0c54a0bf6ebe1b4bc2633e,bumped trunk to beta,non_debt,-
shardingsphere,1f7c0be8779ab746db1cec51f2f0ea186b3ab2f5,"for #1205, remove sync for SQLExecutePrepareTemplate and recover sync for get connections on same data source, because data source map always use same hash sequence to iterator entries",non_debt,-
jena,1e3fd8ab3a06f4f165db9816efa1f2252a282073,Fix error message for --print,non_debt,-
cassandra,5411e5ff850bd1bbbf8d9f0057ff4136402b2bff,Merge remote-tracking branch 'origin/cassandra-2.0.0' into cassandra-2.0.0,non_debt,-
myfaces-tobago,2f1cf9fb3e086532736039b44e0d79c8c28fccf9,"TOBAGO-848: Move classes that shouldn't be used from applications into ""internal"" package.",non_debt,-
shardingsphere,ce1dfefad302489c2a11a05b2aa1289c3ddf02b6,update release notes,non_debt,-
systemds,e5bb892414c8c750d37b39d358ccbafc0e27b29f,19189: fix bugs in SystemML - removed WELL1024,non_debt,-
kylin,0b10ab39bc8ef1369b57566639c1cbee2b177aa5,KYLIN-669 add AdminLTE MIT License in LICENSE file,non_debt,-
lucene-solr,0446589f430a3097b3878f2db4d8c1e1637ca841,tests: use fs factory for now,non_debt,-
ambari,645b2fbe4be05a754618aa0a4790e351813b026e,AMBARI-18546. Part_2.BP format does not generate property oozie.service.JPAService.jdbc.url.(vbrodetskyi),non_debt,-
groovy,43d9f2178f0cbfbba971ae64ebe1259e0c5d0061,fix typo in error message,documentation_debt,low_quality_documentation
beam,1b2d9ae9f4f540aea84e88c0ed81c7689da10894,[BEAM-7949] Add time-based cache threshold support in the data service of the Python SDK harness.,non_debt,-
nifi,113ad5ecfa8990c97a56b8fc31656f3542735906,NIFI-4639: Updated PublishKafka 1.0 processor to use a fresh writer for each output record as well. This closes #2292.,non_debt,-
cassandra,cf85f520c768a6494281dd5e94fb12b0b07dd1b0,"Merge commit '6dc1745' into cassandra-3.0
* commit '6dc1745':
Disable passing control to post-flush after flush failure to prevent data loss.",non_debt,-
shardingsphere,46fd7883df2bbc811448eec9b41e06fe64acfbde,"fix #2410, add encrypt to other database",non_debt,-
attic-stratos,0aaa1521142f60657cee84469f372b2720d20a4b,Adding in isPublic property to beans and Service interface / utils for tenant isolation requirements,non_debt,-
flink,7956a14c4e7a46f8033b4cb98fb25951ce47b697,[FLINK-11843] Add DispatcherRunnerImplNGFactory implementation,non_debt,-
spark,5ee21661834e837d414bc20591982a092c0aece3,"[SPARK-25533][CORE][WEBUI] AppSummary should hold the information about succeeded Jobs and completed stages only
## What changes were proposed in this pull request?
Currently, In the spark UI, when there are failed jobs or failed stages, display message for the completed jobs and completed stages are not consistent with the previous versions of spark.
Reason is because, AppSummary holds the information about all the jobs and stages. But, In the below code, it checks against the completedJobs and completedStages. So, AppSummary should hold only successful jobs and stages.
https://github.com/apache/spark/blob/66d29870c09e6050dd846336e596faaa8b0d14ad/core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala#L306
https://github.com/apache/spark/blob/66d29870c09e6050dd846336e596faaa8b0d14ad/core/src/main/scala/org/apache/spark/ui/jobs/AllStagesPage.scala#L119
So, we should keep only completed jobs and stage information in the AppSummary, to make it consistent with Spark2.2
## How was this patch tested?
Test steps:
bin/spark-shell
**Before fix:**
**After fix:**
Closes #22549 from shahidki31/SPARK-25533.",non_debt,-
trafficcontrol,2d8de94e26af0285f58a9bb53aba86373bfced73,"Change render_text to render( text => for sub postupdate
* traffic_ops/app/lib/UI/Server.pm
fixes #1238",non_debt,-
incubator-heron,8218195d96907ee47fbd8d22ea3b859bbd7049a3,enablebool (#3056),non_debt,-
hive,6afa544b85e78eaadf05e68f7123089b3faa3821,"HIVE-17824 : msck repair table should drop the missing partitions from metastore (Janaki Lahorani, reviewed by Peter Vary, Alexander Kolbasov and Vihang Karajgaonkar)",non_debt,-
ambari,852d8af2f47296b6e036d7ca4590e3d33e80c4cb,"AMBARI-5612. Unit tests for object_utils, date, ui_effects, updater. (Denis Buzhor via onechiporenko)",non_debt,-
tomee,f5416946b7bfb75e93fc3a9c0f099afe539710af,don't download rat.zip if already here,code_debt,low_quality_code
beam,f0abb977abd7c08ee1f3792fc0becbb1321d5bb6,"[BEAM-7006] Fix some race conditions in sdf splitting.
* Splitting could be requested before operation started.
* An element could finish while we were splitting.",non_debt,-
hbase,67ba5e3d50db93873f4a8daa7e0a2daf9829f910,HBASE-7838 HBase regionserver never stoping when running (Damien Hardy),non_debt,-
karaf,c8dad534ab6a67d30ca821a56f5ced323e9f5e07,[KARAF-1853] Align SNAPSHOT build number in the kar goal,non_debt,-
attic-apex-malhar,44c89aa1028bac4eadeaff77c7daf0d465518e07,"added comment for Transaction and nontransaction operator, changed the column name variable",non_debt,-
lucene-solr,e1560a8e8101156a56741a9fd073d91306ba36bb,LUCENE-3484: Fix NPE in TaxonomyWriter: parents array creation was not thread safe.,requirement_debt,non-functional_requirements_not_fully_satisfied
reef,46d9bc058d8ad37ff0958f7f32bf45d333abc995,"Added a Heap-Slack parameter
This adds the option for users to define a fraction of the container memory that is not used for the JVM heap.
Also, some named parameters were moved out of being inner classes.",non_debt,-
ignite,dffcb834f0f5b8971398e704d520dab9b8901b3a,Added test for ignite-2328.,non_debt,-
thrift,f35a9b9152b66fc47c36ff25240e7704172d18ae,"THRIFT-738. java: TCompactProtocol throws RuntimeException when it can't identify a type identifier
This patch causes it to throw TProtocolException instead.",non_debt,-
camel,8ff220763d30c70418876e873135fe7a8dc4922e,CAMEL-791: added missing license,documentation_debt,low_quality_documentation
skywalking,527f8a55ae3691a1260712b569f45a7aee1e428e,trace dag ui seem good,non_debt,-
trafficserver,6f015d0d66fd59c9756c34f770b1511122746eea,Coverity 1021954,non_debt,-
activemq-artemis,b346c2d4ff9cff840e4bdacc8573092f1c7c6317,Fixes URISchema setFactory(..),non_debt,-
storm,189ba57eb11854c1cd3db7b54ad8dd341c534b58,Update storm-elasticsearch documentation,non_debt,-
beam,466599d765aa82acaf997ec8776405152bbde4c1,This closes #2104,non_debt,-
couchdb,29af20374cee5f7c75efc22b8e653febd78670a9,Expand erlang releases tested by Travis,non_debt,-
hbase,52c4ce5cdd29ea25a2ab9c04f95cf12acb0c6e02,HBASE-4422 Move block cache parameters and references into single CacheConf class (jgray),architecture_debt,violation_of_modularity
groovy,9e6d0c58feaf831a8d82cd7c33b1bbe6f5822e5c,"GROOVY-6259: Allow to define the logger category name for the @Log
annotations",non_debt,-
attic-stratos,df7db412d1cb0de2431e04ea96b2b9b79a8c8263,Fixing class cast error and refining code in TopologyEventMessageListener,non_debt,-
incubator-pinot,8544ccf0ffbdf8d9fe354497af4023f1344cdf1e,"Remove redundant data member from BaseOperator class. (#1003)
Remove the _operatorName data member from this class, and replace it
with getOperatorName() method call. This avoids storing the information
in multiple places.",code_debt,dead_code
flink,f5e537e2d58a97d6eaa4bbe1303716cac7a5bb60,[FLINK-12607][rest] Expose maxParallelism of jobs and vertices,non_debt,-
trafficserver,78043848edad77db79333c4765937c0924ad58c9,TS-3080: Adding stat for new tls sessions,non_debt,-
camel,98b68815be15be037ce3e1ca6008761a5bcb049c,Sync Properties,non_debt,-
nifi,efff1b41f07e4d473de68c91706509c9ab104d58,"NIFI-6880 Fix ranger assembly to exclude Java 11 related JARs
This closes #3892",non_debt,-
spark,da32d1e6b5cc409f408384576002ccf63a83e9a1,"[SPARK-30700][ML] NaiveBayesModel predict optimization
### What changes were proposed in this pull request?
var `negThetaSum` is always used together with `pi`, so we can add them at first
### Why are the changes needed?
only need to add one var `piMinusThetaSum`, instead of `pi` and `negThetaSum`
### Does this PR introduce any user-facing change?
No
### How was this patch tested?
existing testsuites
Closes #27427 from zhengruifeng/nb_predict.",non_debt,-
hadoop,22ae3193609a281a17e85b2e3d911455fcc853cc, HDFS-9737: libhdfs++: Create examples of consuming libhdfs++ (pt 2). Contributed by Bob Hansen,non_debt,-
lucene-solr,05a6170d12fec1effed05613d0bee5fac74f0a4c,Merge branch 'apache-https-master' into jira/solr-8593,non_debt,-
airflow,bbfc18e7e01fdd3a263ddb0b2b4cce8f2c06f732,[AIRFLOW-6937] Inline _get_simple_dags method in SchedulerJob (#7561),non_debt,-
attic-apex-core,4d4d425830f2a155848a02c69eba872ec125dfaf,redefine BufferServerController.,non_debt,-
jena,0bc25005a35d72f5053be0aa1602e40e09fb9bf3,JENA-1134: basic support for AnalyzingQueryParser,non_debt,-
attic-stratos,ede099b274272db130eccca49481a5506e216bb9,throwing RestAPIException from the rest EP in place of ADCException,non_debt,-
tinkerpop,6789163e6957deaa89dda0e5c478529833edab55,Bumped to release version neo4j-tinkerpop-api-impl 0.7-3.2.3,non_debt,-
incubator-doris,3c09e1e1d81df23fe252023b58123f4de516807d,"[trace] Adapt trace util to compaction module (#3814)
Trace util is helpful for diagnosing compaction performance problems,
we can get trace log for base compaction like:
for cumulative compaction like:",non_debt,-
hudi,9884972a3a1d1158b657e2f012a886b319f99002,[MINOR] Remove old jekyll config file (#1198),code_debt,dead_code
netbeans,a1d379d1a11827118d7b901f8164455daa95ca88,"Adjusting header in libs.osgi/external/osgi-5.0-license.txt, org.osgi.compendium-4.2.0.jar is used now, not osgi.cmpn-4.2.jar.",non_debt,-
netbeans,e9019ef69177b0eedf65a4267f4a4f6e4ce72cd8,"[NETBEANS-1696] PHP 7.4 Support Arrow Functions 2.0
See https://wiki.php.net/rfc/arrow_functions_v2
- Fix ASTPHP5Parser.cup, ASTPHP5Scanner.flex, and Php5ColoringScanner.flex i.e. parser and lexers
- Add ArrowFunctionDeclaration as an ASTNode
- Add ArrowFunctionScope
- Add code templates for arrow functions
- Fix PHP74UnhandledError and UnusableTypesUnhandledError
- Fix GotoDeclaration and MarkOccurrences features
- Add ASTErrorExpression node to avoid that an ArrowFunctionDeclaration node is handled as an ASTError
- Add unit tests",non_debt,-
pulsar,e82be833c04c9e7325dfe5d86eda4d5dc375f9eb,remove master and slave references from C++ API docs (#1140),non_debt,-
spark,d1508dd9b765489913bc948575a69ebab82f217b,"[SPARK-12386][CORE] Fix NPE when spark.executor.port is set.
Closes #10339 from vanzin/SPARK-12386.",non_debt,-
camel,f80654f493481535ca297e240ee03468ab0cd2f7,[CAMEL-9659] Add more headers to resulting exchange,non_debt,-
myfaces-tobago,5f297dddcf87b78064275562510114f08d1a8644,Added ASF license.,non_debt,-
arrow,903d03b0bab82fe6b8724d98cccedf582e2b4f86,"ARROW-1553: [JAVA] Implement setInitialCapacity for MapWriter
Implement setInitialCapacity for MapWriter and pass on this capacity during lazy creation of child vectors
cc @jacques-n , @StevenMPhillips
Closes #1113 from siddharthteotia/ARROW-1553 and squashes the following commits:
5a759be7 [siddharth] ARROW-1553: Implement setInitialCapacity for MapWriter and pass on this capacity during lazy creation of child vectors",non_debt,-
incubator-mxnet,4f7e8dce96e7096ca957d16114a6afa0578b673a,"Merge pull request #1938 from pluskid/container
add ignore_label support for 2D softmax",non_debt,-
madlib,fe1e717721d6b935398c218591a7e6ff670ea505,"Linear Regression:
- Return Null if no data has been seen
- static_cast for rebind() call from constructor",non_debt,-
cassandra,18e2fca8b47f9e2dc84ad43c957f0d226dd883d7,"Fix handling counters in supercolumns when parsing schema
patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for
CASSANDRA-10365",non_debt,-
airflow,1feac380d5247e4043b171e01005f8918da3f344,[AIRFLOW-112] Change default DAG view from tree view to graph view,non_debt,-
couchdb,917d89884e3dc9317eba1728ec1702f88d2ba670,"Merge branch '1684-feature-db-updates'
* 1684-feature-db-updates:
Import couch_dbupdates from rcouch.",non_debt,-
ambari,59d19e5c5112fa43ca668f120e99eaa1c1b20fe5,AMBARI-2547. Security wizard: Successive refreshes at some point results in blank screen. (jaimin),non_debt,-
accumulo,3ca3d65962e5229a44d67ef46233467d53a7016c,"ACCUMULO-4779 Improved performance of get by prefix in config (#372)
This change improves performance by caching config with a prefix.
Also removed custom method to get VFS config. Now that getting
config by prefixes is fast, it can used for VFS.",code_debt,slow_algorithm
incubator-weex,d360d978bc93a4b806dca1c6f8f8b87d19012270,re generate site from template,non_debt,-
hbase,63726f12d0b97819a5681f24e5a0789f64072db5,HBASE-20390-ADDENDUM-3: IMC Default Parameters for 2.0.0 (fix documentation),non_debt,-
storm,de50e5a848b3838ffe8a76b92ae6d5913444d0a8,"Merge pull request #3276 from govind-menon/master
Updates next release version to 2.3 for 2.2 release",non_debt,-
shardingsphere,a2083450cb7770fbd0ea5c5acacb882f38d15fb2,Merge remote-tracking branch 'upstream/dev' into dev,non_debt,-
jmeter,3c46f43aa7e5573cc952d14af3f2d699e495d930,Trya again,non_debt,-
groovy,30ccc5d69c429186b3c72fc96912f079151947d0,"Start introduction of groovy-binary module
This module should basically do what remains in `assemble.gradle`:
it's about the end deliverables, which are the distribution zips,
sources, ...
It's modeled as a proper module so that we can publish it without
hacking into internal APIs.",non_debt,-
tinkerpop,8ec49c433ae472116853df12247fa903e41f958d,PathFilterStep now support by() modulation. Removed unneeded CyclicPathStepTest and SimplePathStepTest.,code_debt,dead_code
cloudstack,7b783f0df43bf187afe06220e16d75b35073df8d,CLOUDSTACK-3427: UI > UCS manager > implement listUcsBlade API.,non_debt,-
cassandra,73c48260d74e5114ea9d2b79726b308181c2b465,Merge branch 'cassandra-3.0' into trunk,non_debt,-
shardingsphere,aef8e3c06ac629cfa5e5128f3fbb954e8d2cb1c0,"Merge pull request #752 from ma-xiao-guang-64/dev
prepare to support batch insert(insert)",non_debt,-
daffodil,679d99f9ea2aee4aed607af28893ea63584e2a96,Merge branch 'master' of https://opensource.ncsa.illinois.edu/fisheye/git/dfdl.git,non_debt,-
couchdb,b96acd90124646468d2e724d05c54c4fcb643bbf,more efficient header commits. COUCHDB-767,code_debt,low_quality_code
ambari,f1f730229fe559439189726c0cd40cd58cbf0135,AMBARI-22635: Addendum fix Ambari should create a dummy core-site.xml for Ranger plugins when namenode is not installed.,non_debt,-
infrastructure-puppet,06dfa122a00dcefa64d4ffe9ca231b506fdabe4a,Add dependency on freshclam for daemon,non_debt,-
lucene-solr,941351a5c225cc8cb607cb5870edc22cd54b2ab7,"SOLR-12090: Move DistribStateManager, NodeStateProvider and SolrCloudManager interfaces out of the autoscaling package",non_debt,-
cassandra,8f51b8aafb8c56e4c93691a940a63785fc0ab445,Merge branch 'cassandra-2.1' into trunk,non_debt,-
ignite,cc621722a361b01aeb069b7fb7c2fa4411546062,# GG-7623 Fixed log task.,non_debt,-
nifi-minifi-cpp,0a06ad12d4d01c52e78b26abb1bedb324f8a773c,"MINIFICPP-299: Shore up HTTP Client code
MINIFICPP-299: Resolve issue with tests taking too long
MINIFICPP-306: Resolve issue with HTTP Client code that impacted large transfers.
Changes were made that increased memory usage, but allow large transfers to succeed.
This closes #189.",code_debt,low_quality_code
nifi,f9b5bcf7bba0147821b2862b9d015378260cebc1,"NIFI-2907 Fix Flow Schema Validation Errors
This closes #1587.",non_debt,-
hawq,b260e2d7e82dcc8405bbcb6a657c82d0cb9d883a,HAWQ-792. Orca on causes different error message when insert null value to a not null col,non_debt,-
accumulo,2519b838e97e19bced5b24af841f2a8d54eeb42c,"ACCUMULO-3113 Increase the timeouts in testTimeout
Formatting also got fixed by eclipse. Should help stabilize
some failures that I was seeing from this test. It appears that
1 second was slightly too fast in some cases to get the cond mutation
committed.",non_debt,-
incubator-brooklyn,490ebbd86acd2120780da31c1809b70b8c90f40a,Add comments for #29.,non_debt,-
cxf,3ea9f5ac6b4de00a5c9f00f854db23efb904d22d,[CXF-1997] Update the location of where generates sources are output,non_debt,-
carbondata,27a689a12a0cfce7fb151ec3348e48b4793656e5,"[CARBONDATA-3351] Block bloom datamap creation on binary datatype column
Why this PR?
As per Binary Datatype design Bloom data-map creation on Binary datatype
column is not supported.
Handled the same.
This closes #3500",non_debt,-
zookeeper,1f33a71457882f9bf3b481b29d4dac2ca0b5d350,"ZOOKEEPER-3599: cli.c: Resuscitate ""old-style"" argument parsing
ZOOKEEPER-2122 added SSL support to the C client and to the `cli_st`/`mt` tools. It introduced (much-welcome!) GNU-style `getopt_long` argument parsing, but did not try to preserve backwards compatibility.
An earlier version of this https://github.com/apache/zookeeper/pull/1131 introduced (optional) POSIX-style `getopt` argument parsing, and was consequently largely obsoleted by the SSL update. It did, however, support ""old-style"" arguments to avoid [breaking workflows](https://xkcd.com/1172/).
This patch salvages that feature while preserving the `getopt_long` goodness. It is ""legacy-only""; adding new positional arguments is not supported—as discussed in this thread: https://github.com/apache/zookeeper/pull/1131#pullrequestreview-320870245.
Closes #1131 from ztzg/ZOOKEEPER-3599-use-getopt-in-cli-c",design_debt,non-optimal_design
beam,96ec971835a0eb8773fbed3f3cfc18a6fe1dcc10,"BigQueryTableRowIterator: elide columns with null values
As in 6a11a72f, this makes BigQueryIO.Read work in the
DirectPipelineRunner as it does in the DataflowPipelineRunner.
----Release Notes----
[]
-------------
MOE_MIGRATED_REVID=112496161",non_debt,-
gobblin,067872f2de3c50c901c3c40c1cdf7b23537987a0,Add dataseturn tag to TaskMetrics,non_debt,-
trafficcontrol,40af705f2b3b75f9d782572d7f73721fa57b550d,$self needs to be passed to these methods for dbix,non_debt,-
tvm,57381b606690d384ae8c05623637de64ad96425d,Improvements to the conda build (#2742),non_debt,-
cloudstack,99fe55e3852e4c452b397c1b09f49e0227eaa70c,Add updated invite form,non_debt,-
beam,064796dcc6bffe5028411006c196129ee8766c44,This closes #861,non_debt,-
parquet-mr,44f31c53c5116932401d5b759e9be07ff5bdb9e4,Update CHANGES.md,non_debt,-
shardingsphere,f26500d95b5f23564d55a11d6144b52efa1a6b50,update company,non_debt,-
trafodion,af79ac47c887e20272c1f3331b2df2b0cc3717da,Merge [TRAFODION-2322] PR 811 Improve UPD STATS perf on long char cols,non_debt,-
brooklyn-server,5099cf00478b00cda290dc402cee1b829cf2bb67,fix test,non_debt,-
tinkerpop,2f1328213c237d2c0d5fd1541c836170aec6651e,got detachedXXX itertors serializable and got Giraph working again. phew... thought I was about to go into a Hadoop-Hole. Now time to make DetachedXXX bad ass.,non_debt,-
daffodil,85ffb6e7ecb9f4b856a43b7329f6ff00f4e8e8fd,"Moved test litNil7 from debug
This test now works properly
DFDL-199",non_debt,-
fineract,f00d212e8f0bb3fb0976802ff3eeac5fa3066257,"Merge pull request #414 from mifoscontributer/MIFOSX-212-Test
Removing mandatory check for includeInBorrowerCycle for loan product",non_debt,-
rocketmq,3cb4bdb974b5cb1fd498dddad168a403390765fb,"Merge pull request #189 from zhouxinyu/ROCKETMQ-270
[ROCKETMQ-270] Move flush position forward to first MappedFile whose start offset is non-zero",non_debt,-
beam,19c83e6c85f30a5bbbddcc92b8f2f56dfb3e3ac1,"[BEAM-4056] Identify side inputs by transform id and local name
This is necessary to identify side inputs during portable pipeline
translation and execution.",non_debt,-
camel,d8979f832e988bb9829c3c5d6b48c8c7305565f1,Upgrade Undertow to version 1.4.14.Final,non_debt,-
flink,465ec2ae7619cd2ea0158c854985889bf9fcd6c7,[FLINK-18160][scripts] Do not log about HADOOP_CONF_DIR if HADOOP_CLASSPATH is set,non_debt,-
accumulo,2a61ba4b7495c2d89208f85a2405186ea42a98b7,accumulo-259 one more merge due to main branch changes before I start next phase of work,non_debt,-
cxf,515e4ccf7c2c36a52cf209d083f33604635bdd27,simplified key names and handling,design_debt,non-optimal_design
reef,11a73bd7c4a4defe5f12f43bef880800080bab60,"Merge pull request #897 from Microsoft-CISL/shravanmn_893
Fixing #893",non_debt,-
tvm,7bc990ad0d37e110d0799f781fceabf50a863f53,[RELAY] Support concatenate. (#2298),non_debt,-
camel-k,08661fffdbfe6aab8cbb53e55dd5b37f80add0bf,Update to add the saga example,non_debt,-
ignite,9a5dcb3a4a4c964ff4c53bf57a791170b310ff0c,#IGNITE-53: Move CacheWeakQueryIteratorsHolder to context.,non_debt,-
couchdb,c76a78b492b9a3fb33f4d72d09c950f692d2db9a,Support Windows build target,non_debt,-
cloudstack,d456f89095e2824a63bb4295d120182ff9fda343,"bug 8866: Direct Network Usage, TrafficSentinel support added, work in progress",requirement_debt,requirement_partially_implemented
hbase,5152ac0e208fd5f720734fb2abf3fae07b39c7e2,HBASE-14344 Add timeouts to TestHttpServerLifecycle,non_debt,-
hudi,1c09f5b055cc78fabb4881cac75f43734f3dcf61,[HUDI-301] fix path error when update a non-partition MOR table,non_debt,-
spark,6e1e2eba696e89ba57bf5450b9c72c4386e43dc8,"[SPARK-8240][SQL] string function: concat
Closes #7486 from rxin/concat and squashes the following commits:
5217d6e [Reynold Xin] Removed Hive's concat test.
f5cb7a3 [Reynold Xin] Concat is never nullable.
ae4e61f [Reynold Xin] Removed extra import.
fddcbbd [Reynold Xin] Fixed NPE.
22e831c [Reynold Xin] Added missing file.
57a2352 [Reynold Xin] [SPARK-8240][SQL] string function: concat",code_debt,low_quality_code
netbeans,57de08bdb3941193208cd91439587b6240afbdd8,Fixed relative position of nbbuild dir,non_debt,-
trafficserver,9d41071009133422ad3f61c1ac36fb773f7f94b2,Fix race condition in thread startup.,non_debt,-
groovy,fc5cc599ea73b980d508b333d8e027b8ece49951,bump commons-math from 3.6 to 3.6.1,non_debt,-
lucene-solr,fe66658fea656fb570479d1f10582355c0f6188b,more fun with forrest: these two images were in site/skin/images but not anywhere in src/site .. copying them into the images directory for our theme solved the broken links errors about them,non_debt,-
ignite,01aaeb5f334d6801822d0f97730c0d48cfdecacb,ignite-6590 Code review,non_debt,-
flink,5a093e5f90a142396f7978ee1d8ec51379cbdde6,[hotfix] Resolve compiler warnings in AkkaRpcService,code_debt,low_quality_code
hbase,8439231fe78fdc5b7c8ffd2efa8c70333709d20f,HBASE-1664 Disable 1058 on catalog tables,non_debt,-
camel,f7f506f1f355f8d5eca78e7c0d2e85afc9898d55,Add missing spring boot tests,test_debt,lack_of_tests
groovy,5b61c85e2eccd6baa10b74498da38568dfc58892,Support for DynamicVariable in trait,non_debt,-
cloudstack,d33798f0d9165f0e7d36dec869201b9334666267,"CLOUDSTACK-6089: Implement equals() method for ResourceTagResponse
so that the java Set can properly determine if a ResourceTagResponse
is unique. This ensures we don't get duplicate resource tags showing
up any time a UserVmResponse is crafted (which can be quite often
due to the way the responses are crafted).",non_debt,-
trafficserver,6fbe8ea619228e6cab28cc929876aa0c322a2736,"Merge pull request #927 from jpeach/fix/4785
TS-4785: Stale while revalidate plugin memory corruption.",non_debt,-
incubator-dolphinscheduler,ff9009a5aeef3df1c2031f9bc2eaa094b9dc833c,#1864 fix dependency and createCommand date check (#1865),non_debt,-
shardingsphere-elasticjob,2640527029985b8a6b0c5c53e8dbf8d5f4b645eb,"For #734, Translate elastic-job-lite-spring's java doc to English (#743)",non_debt,-
ignite,db75b7e3262446c038b1a974b0e64a455c238c2d,sprint-3 Ignite-version,non_debt,-
shardingsphere,b59bf4550e6483e7e0141acffaa65807092f5bb0,fix #701: move to cache package,non_debt,-
cxf,880377a9727528be3aea212a983ac2eced157e8d,[CXF-5415] Escaping service and operation names when needed,non_debt,-
trafficcontrol,6c1e5feb4853ded02b4dced8e06569986064659e,"TP: adds a better view for comparing/managing params of 2 profiles (#3919)
* adds a better view for comparing/managing params of 2 profiles
* adds documentation for profile comparison view
* limits word-break css to only parameter tables
* removes use of underscorejs methods in favor or built in javascript methods
* doc changes plus minor style changes
* params key does not exist for all profiles unfortunately so need to check first
* adds changelog entry
* adds a UI test to select 2 profiles to compare
* changes visual indicator to a blue shadow",code_debt,low_quality_code
usergrid,d678cdb811b2636237f2c15ce96564f4f2347254,fix to load the correct test apps,non_debt,-
incubator-weex,a246d8336f786240e4aea43495be65e8216379c0,"Merge branch 'android-feature-20160607' of https://github.com/alibaba/weex into android-feature-20160607-list-opt
* 'android-feature-20160607' of https://github.com/alibaba/weex: (21 commits)
Revert ""* [android] update build.grade remove okhttp-ws""
...
# Conflicts:
# android/sdk/src/main/java/com/taobao/weex/ui/WXRecycleImageManager.java",code_debt,complex_code
camel,36f45ec75db2b22d4ea9f53528e0e8d3e44f5c44,Fixed the CS errors in camel-jms component,non_debt,-
trafficserver,5fcd9d74f20f8b9b3aa8dd361fa4d037676b00ef,TS-3452: Better debug messages for SSL_ERROR_SSL: incorporate changes suggested by sudheer to peek.,code_debt,low_quality_code
activemq,8f3f4e1ae05973f16c92535f38d8a444d9bd2b16,Fixed pom.xml format error.,non_debt,-
spark,21df6ffc13c7ad5cc3158675560c8364735d376e,SPARK-696: sortByKey should use 'ascending' parameter,non_debt,-
avro,49681761a71ee17e1f554e3a411860a28a91fa18,Avro-776. Java: SocketServer holds socket open after close.,non_debt,-
carbondata,b6777fcc32df3ce3616ea02f5566ab5bf4ca6e30,"[CARBONDATA-1717]Remove spark broadcast for gettting hadoop configurations
This closes #1500",non_debt,-
tinkerpop,762f6b229925d407390e78d587ef98863205c870,"TINKERPOP-1478 Fixed memory leak and proper redirection of output in GremlinGroovyScriptEngine
These were bugs identified in Groovy and fixed some time ago, but given that GremlinGroovyScriptEngine is based on that class and doesn't directly use it, those fixes were never in place for it. CTR",code_debt,low_quality_code
beam,a211bd9bb6365f1fe76e9b16355f721fcaa80b47,Make PackageUtil a proper class encapsulating its ExecutorService,non_debt,-
tvm,9c954adab34f703cb0d7c792d54d83307fa89f0d,[DOC] Fix c++ doc build (#240),non_debt,-
nifi,4f49095d750f55d05eaf75d6e0b60f778eef8513,"NIFI-3294 Adjusting nifi.sh to invoke nifi-env.sh when running as another user such that properties are preserved across environments.
This closes #1405.",non_debt,-
hadoop,20cde552748cc6be1c5ca590755d4e5a67baf187,HADOOP-14371. License error in TestLoadBalancingKMSClientProvider.java. Contributed by hu xiaodong.,non_debt,-
trafficserver,c10ff03ca9989166883d87baf75c737b3fb28845,"TS-2094: eliminate xcrun warnings at configure time
xcrun doesn't support the --show-sdk-path option until Xcode 5. We
don't care though, because the libraries we are looking for don't
move to the SDK bundle until Xcode 5 either. It is safe to just
silence the error spew on Xcode < 5.",code_debt,low_quality_code
camel,99786092122596fa9fd2ecd4344af94c8ec73df3,CAMEL-1663: Fixed bug with using Camel and other annotations in same POJO and RouteBuilder classes.,non_debt,-
qpid-dispatch,03a1734a532f76f02383c9482a8ed7dfc0947862,DISPATCH-1396 - Add starting router procedure. This closes #548,non_debt,-
camel,27102fc06acfdacef219c79f7b9dd89fe29a08bb,Added needed support for the wire tap impl.. It can now inject array values into builders.,non_debt,-
usergrid,ee79e9a1c2e9d32145cc1e912830b94309e99a96,cleanup,code_debt,low_quality_code
infrastructure-puppet,dbda8b0cbd4bdf917f592480a8337a481ba6474e,add sbt to jenkins packages,non_debt,-
spark,69350aa2f0a7aee4dcb1067f073b61a0b9f9cb51,"[SPARK-23922][SQL] Add arrays_overlap function
## What changes were proposed in this pull request?
The PR adds the function `arrays_overlap`. This function returns `true` if the input arrays contain a non-null common element; if not, it returns `null` if any of the arrays contains a `null` element, `false` otherwise.
## How was this patch tested?
added UTs
Closes #21028 from mgaido91/SPARK-23922.",non_debt,-
ambari,80c221bd407469cdc47de187aa1d65a43be5c3a4,"AMBARI-11886. return 400 response and good error msg when user attempts
to use API to scale a UI provisioned cluster",code_debt,low_quality_code
nifi,66783c18b24b1c6b1cfd662c58ca9df1e60b866e,"NIFI-5427: Updating ScrollElasticsearchHttp to use POST, supporting ES6
This closes #2890",non_debt,-
brooklyn-server,e3705d6895cb0d8810e6d3ed1ea748bc3f7ce6b5,Add agent to start RMI server for JMX,non_debt,-
incubator-dolphinscheduler,85a66588cd63a495cecec9c2b188c6fd7a8cc0bf,update api docs,non_debt,-
ignite,ecea655b5bfae19767ddb3de2eae2245c4125821,IGNITE-8353 Fixed serialVersionUID for AbstractEvictionPolicy,non_debt,-
usergrid,ac96212b28cc1d6db6d1d51d5f0aca2bff8c3840,"Fixed version conflict on juli dependency by downgrading to version
6.0.29 of juli for jasper and catalina.",non_debt,-
cassandra,64c6a9cf1ea9018dd2e273cd33b78e766361549b,"remove duplicated configuration directive
Patch by eevans for CASSANDRA-557",code_debt,duplicated_code
airflow,2384fda1fd62aee73fcbe2b21815d95b0748f9b7,Setting celery workers optimization to fair,non_debt,-
nifi-minifi-cpp,f0a96c99afd16a6686466d5edea3d59fda67d1fe,"MINIFICPP-819 - OPC Unified Architecture Support
Approved by bakaid on GH
This closes #635",non_debt,-
karaf,adc043c8e0a6ff8de5fb7d3d7c4503d92284ff76,Display enhancement in package exports command.,non_debt,-
jmeter,d0b7aa42899cad9543067089e12fa2dace0f8708,"CSV strings are quoted, not escaped; clarify this",non_debt,-
camel,8fdeead9a57a54dc21d939f4c4ff8322032962fc,"CAMEL-15624 : Refactoring WordpressComponentConfiguration.java to WordpressConfiguration.java (#4356)
This name is conflicted with auto generated camel-wordpress-starter
component configuration. By current document,
WordpressConfiguration should be correct name and it resolves the
conflicting issue on starter module. I updated doc accordingly.",non_debt,-
commons-lang,8542ccb689031ef8efb416a6c95dd8b9b2c5e5c1,Dropping the concat methods. Moving the join(Object[]) to join(Object...). LANG-396. LANG-683. ,non_debt,-
flink,bc3684e69aff1a73f7fb3a62b097e9fbb311cd71,[FLINK-2278] [ml] Fixes wrong Breeze sparse vector to Flink sparse vector conversion,non_debt,-
incubator-mxnet,4033cdd1d8a144286074efe4edfaf8c606205c8b,Make the output of ci/docker/install/ubuntu_mklml.sh less verbose (#12422),code_debt,low_quality_code
camel,55dcbe801e76bead67a715026e91540b857f5cbf,CAMEL-10842: Component JSon schema - JSon values should not always be string types,non_debt,-
couchdb,aef58662a13dae7f9c8a6aec99beb32de3dd1f50,"Rewrite rebalancing plan generator
This patch splits the functionality of the module out into three
classes or work:
* Fixing zoning and replica level violations
* Contracting a cluster
* Rebalancing shards across a cluster
The implementations of the first two features are pretty similar - find
the shards that need to be moved, then choose an optimal home for each
of them. By default the contraction code will remove shards from nodes
in the ""decom"" zone, and the rebalancing code will ignore that zone
entirrely. An optimal home is a node that
a) is in the correct zone, and
b) has the fewest # of shards for the DB among nodes in the zone, and
c) has the fewest total # of shards among nodes satisfying a) and b)
The implementation of rebalancing is a bit more complicated. The
rebalancing algorithm looks roughly like this
For DB in all_dbs:
Ensure all nodes have at least (N*Q) div length(Nodes) shards
Ensure no node has more than (N*Q) div length(Nodes) + 1 shards
For node in nodes:
If node has more than TotalShards div length(Nodes) + 1 shards:
Donate shard to another node
The net result is that each database is balanced across the cluster and
the cluster as a whole is globally balanced.
The current version of the module prints out shard move and copy
operations in a clou-friendly format via io:format. It also returns a
list of {Op, #shard{}, node()} tuples representing the operations.
The rebalancer will stop after generating 1000 operations by default.
The limit can be customized by using the 1-arity versions of expand,
contract and fix_zoning, but note that the performance of the rebalancer
degrades as the number of pending operations increases.
BugzID: 23690
BugzID: 20770",architecture_debt,violation_of_modularity
groovy,7b5e6a01aa743c1dcf780410fe69f77187ccefe0,additional tests for GROOVY-3323 and GROOVY-3555,non_debt,-
thrift,9804ab983a6c43dec56e0dcc4155cc2c21073822,"THRIFT-4780: finish the server implementation of multi in python server
- Add default processor handling to python multi",non_debt,-
hadoop,3aac4758b007a56e3d66998d457b2156effca528,HDFS-8803. Move DfsClientConf to hdfs-client. Contributed by Mingliang Liu.,non_debt,-
shardingsphere,8070528b5a81d0b0097847de53288ca97860af2e,"for #2084, add intervalUnit_ for mysql g4",non_debt,-
camel,35b1bab78b438932025c22799dc57eabe97595d7,CAMEL-13113: Remove camel-script component,non_debt,-
camel,87838c0465f5de51a5bceb26cc20cf3f0db5f402,"CAMEL-13182 - split camel-aws component in individual components, moved aws-ses",non_debt,-
fineract,eb082d5ec500385c33f75f8c7b393afc10ab1c7b,days period frequency for locking savings product fixed,non_debt,-
camel,eeca6f9e99d3094a6fdadc8e2303b7fb90c5132a,CAMEL-2347: Added nagios component,non_debt,-
camel,396cab268fe2c6afec606a95a894350e994f5433,[CAMEL-13511] Introduce a Model interface to hold definitions related methods,non_debt,-
camel,7f402d160f60eeec97c80cfbce6723e333145069,CAMEL-6847 Fixed the FacebookConsumer decoding issue with thanks to Dhiraj,non_debt,-
camel,7bc021bfad2c4a8480860d085342f8548a71882a,CAMEL-2915. Patch for camel-xstream applied with thanks to Mark,non_debt,-
superset,cef4a8296a6a9d46503dd63e268be3a35e9e8e91,"[sqllab] adding a sql preprocessor for Presto (#1670)
* fixing tests",non_debt,-
echarts,90c27ac8062f54b9b6fff33f1e95d43dc23fd2e2,merge,non_debt,-
nifi-minifi-cpp,070d8758fded4836f17816c1b1a34a48aa1bba20,"MINIFI-193: Ensure safe UTF encoding
Since the C++ library is agnostic of UTF-8 we can safely write the bytes.
Since we won't be interpreting the UTF-8 code in the core library
we do not need any additional dependencies. Nor do we need to worry about
encoding beyond proper serialization and deserialization of the byte array.
This closes #68.",non_debt,-
hbase,cd47ea0562aec9b1b630f500c07560242932a62d,"HBASE-4218 Data Block Encoding of KeyValues (aka delta encoding / prefix compression) (Jacek, Mikhail)",non_debt,-
groovy,3cd35ffaaaf5ae4698a85cb1e0e56aa242daef5a,Tests for GROOVY-1128 (still disabled),non_debt,-
incubator-pinot,64f3ce323185375902568031dc7f8031f35467c1,[TE] Changes to make external clients independent of thirdeye database (#1397),non_debt,-
flink,709edb80b8fca2d669f960b7daf983933a8a33c5,[FLINK-4460] Add side output ITCase for multiple side out consumers,non_debt,-
hbase,2e4ae766169435d4169c1e4b784a2d0c80f83935,"hbase-4959. site.xml, adding left-hand nav for videos/pres. book.xml, nit capitalization fix.",code_debt,low_quality_code
incubator-brooklyn,ce5fc17c3c1ede519ac10444042f273e89eeb40d,"Merge pull request #947 from Nakomis/process-template-extra-substitutions
Added overload of copyTemplate to allow extra substitutions",non_debt,-
camel,27d6124e9be4f5254cb583d471288e7318b0dc51,Regen,non_debt,-
incubator-brooklyn,9b157c1fafa9a130a2f0fa5cea81abdc290b549b,distinguish between planId / templateId / entityId (with yaml DslComponent referring to the first of these),non_debt,-
ambari,f4245091058f8b1e6a1bd094f147134f9305dd82,AMBARI-11739: fixed a repo creation issue when repo creation is called from multiple server simultaneously (Selvamohan Neethiraj via jluniya),non_debt,-
nifi,418d6b03b2a2c81597954b6c29469e180c3e780e,"NIFI-65:
- Adding methods to the AuthorityProvider to authorize the downloading of content.",non_debt,-
hadoop,da777a5498e73f9a44e810dc6771e5c8fe37b6f6,HDFS-13251. Avoid using hard coded datanode data dirs in unit tests(addendum). Contributed by Ajay Kumar.,code_debt,low_quality_code
camel,164d53833a4c433ee03e8b9fe02bf32bdaeb0629,Move BytesSource and StringSource from converter to api as they are used from several places including util which should not know about converters,architecture_debt,violation_of_modularity
couchdb,74e246de0d3d948f97cee94088f2c11e7264b397,Add partition search tests,non_debt,-
kylin,9099bbc3fe681419bb99bb8fe7272f37aa6f2963,KYLIN-1048 fix CPU and memory killer in Cuboid.findById(),non_debt,-
beam,2a90a76b7914e9be284e71afa816c76047e2999b,Merge pull request #12835 [BEAM-10889] Add a note about BatchElements on GroupIntoBatches pages.,non_debt,-
cloudstack,2cb50b17fbf2708adb12ab3f7e7d8cbca11492c3,Merge branch 'master' into ui-plugins,non_debt,-
camel,701651e9f3b318ccb4b8a8872c1e8e989fcf3ffd,CAMEL-8936: Create a test module for CDI,non_debt,-
kafka,df00f1a738b1fe4cfe1140f5ee966745659c212a,"MINOR: Remove ignored tests that hang, added new versions for EOS tests (#5666)",test_debt,expensive_tests
camel,62a2eb679b8849fa708b87e627fff36b65dc2ecd,CAMEL-7384 Fixed the NPE of camel-rabbitmq test,non_debt,-
couchdb,27d1405ce8379db7ce34c0b8abf9cf1eb757e8aa,First pass at SpiderMonkey 68 support,non_debt,-
flink,8381b189521b80666f006e56d106cde98d7c88af,removed old typica library,code_debt,dead_code
flink,437763bbb2bb9b4874ba1784607088bf2917f8d3,[FLINK-15629][runtime] Remove the unused param ‘restartStrategyFactory’ from SchedulerNGFactoryFactory#createSchedulerNGFactory(…),code_debt,dead_code
lucene-solr,9316cb96f292d9cbe884879cbb14e9a45fe37ac2,LUCENE-4840: fix test to either use DV or not ... don't mix (so that we catch any bugs in SSDVFFs drill down,non_debt,-
incubator-pinot,337e7681eb26693df236b13dbdc74ab8045fae65,fix test + syntax cleanup (#2569),code_debt,low_quality_code
ambari,35247b1f4cbcf7bbe06b419494e82c8ad15e8fbf,AMBARI-22635: Addendum fix Ambari should create a dummy core-site.xml for Ranger plugins when namenode is not installed.,non_debt,-
lucene-solr,4b2a94e0c75a62291c74c0b84849cea4db03d1a0,LUCENE-2990: ArrayUtil/CollectionUtil.*Sort() methods now exit early on empty or one-element lists/arrays,non_debt,-
hbase,41f31490ffe0f52d4f8bb49b5435a6b36b9470f4,HBASE-5569 Do not collect deleted KVs when they are still in use by a scanner.,non_debt,-
myfaces-tobago,0ddc9aa650e4cdac95c5c6d03e308176d733d2a5,how to become root on the vm,non_debt,-
accumulo,eb1ba18607e1afd3d15a7ba86f968fe47e53d7b8,ACCUMULO-3927 Commit checkstyle changes,non_debt,-
kafka,9d52deca247d9e16cf530d655891b2bbe474ffae,"KAFKA-9501: convert between active and standby without closing stores (#8248)
This PR has gone through several significant transitions of its own, but here's the latest:
* TaskManager just collects the tasks to transition and refers to the active/standby task creator to handle closing & recycling the old task and creating the new one. If we ever hit an exception during the close, we bail and close all the remaining tasks as dirty.
* The task creators tell the task to ""close but recycle state"". If this is successful, it tells the recycled processor context and state manager that they should transition to the new type.
* During ""close and recycle"" the task just does a normal clean close, but instead of closing the state manager it informs it to recycle itself: maintain all of its store information (most importantly the current store offsets) but unregister the changelogs from the changelog reader
* The new task will (re-)register its changelogs during initialization, but skip re-registering any stores. It will still read the checkpoint file, but only use the written offsets if the store offsets are not already initialized from pre-transition
* To ensure we don't end up with manual compaction disabled for standbys, we have to call the state restore listener's onRestoreEnd for any active restoring stores that are switching to standbys",design_debt,non-optimal_design
nifi,289dde098e8f14c7ed586e03a0d9f70ccc8b97ac,"NIFI-3896 - Makes DeprecationNotice more intuitive. This closes #1799
Update developers guide on how to deprecate a component",code_debt,low_quality_code
hadoop,518f47bf9bf73078e9b68809c64ddb7c94cd920d,HDDS-976: Parse network topology from yaml file. Contributed by Junjie Chen. (#661),non_debt,-
karaf,957ffd24f1640f7d9193e4bf237eea9625ee7788,"Merge pull request #1111 from jbonofre/KARAF-6682
[KARAF-6682] Upgrade to felix http.jetty 4.0.18",non_debt,-
ambari,103a11f936f53206a858911a7732045953e243cb,AMBARI-23677. Update spring-data-commons dependency.,non_debt,-
jena,ff4a3a60898cfa318df17371f98965975fb4167d,Clean up as part of intergation into Jena trunk.,non_debt,-
druid,142742f291daaf1ac9afea319cacbbe2a3077952,"add kinesis lag metric (#9509)
* add kinesis lag metric
* fixes
* heh
* do it right this time
* more test
* split out supervisor report lags into lagMillis, remove latest offsets from kinesis supervisor report since always null, review stuffs",test_debt,low_coverage
brooklyn-server,22ca5b9863d3330bb1bf0461dd1441dedbfad919,"moved AbstractController to webapp project, and SSL_CONFIG exposed at that level for protocol detection.
protocol now correctly inferred (was sometimes null).",non_debt,-
camel,3ce4ad86e1440dd171f6d3358c65318745fa2a55,update jetty 9.2.x version,non_debt,-
beam,22ad0c27d0d1e0ed20f34afa303717e9e9d40fef,Updated the download page anchor,non_debt,-
skywalking,9b6f87237a78933c99c0af99162d9ba17d1a3adc,"Merge pull request #870 from peng-yongsheng/fixed/855
Fixed/855",non_debt,-
echarts,ec800eeef4912babc8fc49a893547475f6eb214e,List init optimize for pure data.,non_debt,-
pulsar,7add93095a88c8acfeae214ce8a1d856a54b474d,"Attach names for all producers/readers in worker service (#7165)
* Attach names for all producers/readers in worker service
* Fix tests",non_debt,-
cloudstack,304d1cbb55863848a1da2eadb4f801540c9f8370,2.1.x to 2.2.2 DB ugrade - convert account specific vlans to account specific networks,non_debt,-
camel,93e294aaf7b6dcb8735649ab5eb3d0b334c0f5d6,use a more same logging configuration for testing,non_debt,-
spark,8f4b8e9b954be5022e4bcc69ec45180a513b132c,Reuse previous localVidMap if available,non_debt,-
druid,122caec7b187820a0a7fc89e85eb8216dd57df21,"Add support targetCompactionSizeBytes for compactionTask (#6203)
* Add support targetCompactionSizeBytes for compactionTask
* fix test
* fix a bug in keepSegmentGranularity
* fix wrong noinspection comment
* address comments",non_debt,-
incubator-pinot,16559dc8826b2aa612003fa34bbb641d317da563,"Limit the ByteArray wrapper logic inside segment creator (#3439)
Limit the ByteArray wrapper logic in segment creator only. Use byte[] in all other places.
With this change, ByteArray become transparent outside of segment creation.
Unify the behavior of dictionary:
- Use byte[] for value insertion, value fetch
- Use ByteArray for min-value, max-value, sorted-values",non_debt,-
cassandra,ec291721ddeb66c88ba2d86d45ee27de84013e95,"add string de/serialize code to TokenFactory for ApplicationState's benefit.
patch by jbellis; tested by nk11 and MarkR42 for CASSANDRA-114",non_debt,-
cloudstack,9ce133401cd0dc87575f33cabad3f5fb2a51458a,"Merge pull request #1154 from ustcweizhou/fix-ui-delete-sshkey-projects
[UI] fix bug: Cannot delete SSH keypairs in projectsBefore change:
error message: ProjectId and account/domainId can't be specified together
After change:
SSH keypairs can be removed
* pr/1154:
[UI] fix bug: Cannot delete SSH keypairs in projects",non_debt,-
incubator-pinot,8ed6e236e055db07ae09139b0110fcaf30a81a6b,think bootstrap / restore works now,non_debt,-
storm,70e379f7beef92ec6292119161ade8f4b3d20bdd,Merge branch 'STORM-3181' of https://github.com/govind-menon/storm into STORM-3181-merge,non_debt,-
attic-apex-core,f7c97c5e462c041e2b879f2ad73ca60490f5a40f,Reorganized the tests classes.,code_debt,low_quality_code
camel,2d2d8248550b548751f3a11fb586ca84a5880774,New/updated models to comply with JSON/API requirements,non_debt,-
spark,36a3409134687d6a2894cd6a77554b8439cacec1,"[SPARK-24412][SQL] Adding docs about automagical type casting in `isin` and `isInCollection` APIs
## What changes were proposed in this pull request?
Update documentation for `isInCollection` API to clealy explain the ""auto-casting"" of elements if their types are different.
## How was this patch tested?
No-Op
Closes #21519 from trvskn/sql-doc-update.",non_debt,-
couchdb,0f058dae64f5690c9227384791a5d56f37573daa,Port 190-json-stream-parse.t etap test suite to eunit,non_debt,-
beam,ef4a51d3900d641204551b56bb88def11c05e832,Consider Elasticsearch as one word in camelCase.,non_debt,-
spark,45864faaf2c9837a2ca48c456d3c2300736aa1ba,"[SPARK-31862][SQL] Remove exception wrapping in AQE
### What changes were proposed in this pull request?
This PR removes the excessive exception wrapping in AQE so that error messages are less verbose and mostly consistent with non-aqe execution. Exceptions from stage materialization are now only wrapped with `SparkException` if there are multiple stage failures. Also, stage cancelling errors will not be included as part the exception thrown, but rather just be error logged.
### Why are the changes needed?
This will make the AQE error reporting more readable and debuggable.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Updated existing tests.
Closes #28668 from maryannxue/spark-31862.",code_debt,low_quality_code
skywalking,12282a8efc215f1232d70f5abd92c15c63e07d3f,Merge branch 'master' into fix/segment-cost,non_debt,-
servicecomb-java-chassis,ee92a719b68376a1605871dbb684d83685e60ca1,SCB-85 clean bmi example because metrics sample had added in samples,non_debt,-
kafka,00afb619cb1f2aaca0ddc785ab1d649428f9c93e,Check delete state of topic,non_debt,-
lucene-solr,1ffed882a96ffb614f202e0a5d489ce6598f2951,Adding a convenience method which passes attributes in a Map,non_debt,-
jmeter,6aebb3bb8a51fa87edb2819f4dcee3d00bfc100e,temporary test code,test_debt,lack_of_tests
camel,675bc79a7877a9256fb5c4d64e381bd34fa920e2,CAMEL-316. Implement the Fault api as Out. Added a fault flag to Message.,non_debt,-
guacamole-client,c0a6bacad5e43833d4b78d60215bbd72210ac0a4,GUACAMOLE-38: Implement extension-specific REST endpoint and utilities for parsing connection.,non_debt,-
ambari,fde7ea0c108d3db57f9e2e41582b59fc4a744494,AMBARI-16951. Upgrade Log Search SOLR version to 5.5.1 (oleewere),non_debt,-
ignite,eca5bcfabea9fd123c91c660504bf2b86b7d5681,# sp-22: correct previous optimized classnames,non_debt,-
cxf,f41c3f636613178479ed201c0fcc749494c5aee0,Karaf is released!,non_debt,-
tomee,bd81d4955a18080f511afecbde2031aa4fac9374,added lic header,non_debt,-
airflow,4903c9730c09f8a98bdf1d891479be0b1cd238c8,[AIRFLOW-5702] Fix common docstring issues (#6372),non_debt,-
flink,c66eac7de4a3deae6ba70bf10f7118ee0216d215,[hotfix][docs] Fix the description of bounded-of-orderness in docs/dev/event_timestamps_watermarks.md,non_debt,-
couchdb,17fd3e388668be4abf091b01f8f49db887bcddb5,"Made the opening of databases asynchronous, so that requests to open databases that are already in the open database cache do not have to wait on the file system.",non_debt,-
ambari,7a7d8e1c8d739f331aa42c858d6cd7b6e8d963eb,AMBARI-6322. Choosing bulk hosts to decommission on 120 node cluster on the hosts page just spins. (srimanth),non_debt,-
thrift,e64b12999de8de220551dd78ae3bf2d7289f0ec3,"THRIFT-1608 Allow servlet to be supplied TProcessor and TProtocolFactory after the init() method has finished
Patch: Kiril Raychev",non_debt,-
activemq-artemis,31399486acf62747aef39cd146507c0fd5c0e2cd,ARTEMIS-2123 Paging not stopped if there are no messages on one subscription,non_debt,-
jmeter,2786b6fbfa7fd9f70cdcd1957b6a47eff8b09e9b,Try to fix an issue into maven upload asc files for sources and javadoc,non_debt,-
cxf,5947e596913a409f560c1c5db75c73d044f1d8ca,[CXF-5075]: fixed and enabled trusted test for Java 6,non_debt,-
attic-stratos,8640bfae43b87536bc1055ff9f2b23a3f158fbcb,Adding dependent-scaling.drl test,non_debt,-
geode,4e2560c5937b293eb7740236dc543e846fdf7a0c,GEODE-4011: Ensure that LogWrapper is closed correctly in GfshCommandRule (#1100),non_debt,-
trafficcontrol,73cdf7aa03118b9ac5e6fabd7d8101b8efa986b1,traffic_stats progress,non_debt,-
cloudstack,45f7b33fa9c94760c610eedc769777b64a686d9f,Returning nic details in KubernetesClusterResponse (#4456),non_debt,-
skywalking,166112074bed442264e74ad723adb1fbfbc52576,"Instance health web ui working with collector success.
#365",non_debt,-
gobblin,a398c93050eccd509b29459fd53b2b5b535c6c8d,"Automatic version increment by mint from 0.0.49 to 0.0.50.
VERSION_BUMP",non_debt,-
attic-stratos,7732f135088ff932c83197e0b20f6e40af1e401e,fixing a build issue,non_debt,-
couchdb,016c2c972bda8efed943c5d299aa1052cac02e3b,"Configurable redirect of mem3 push jobs
In order to faciliate smoother node replacements, mem3 can be
configured to redirect push jobs intended for one node (the failed
one) to another (its replacement). e.g,
[mem3.redirects]
BugzID: 14348",non_debt,-
superset,c9f76d58f05048c5ee2cb32a24108dd43ce2570d,chore: upgrade to npm 7 and superset-ui 0.17.9 (#13100),non_debt,-
jmeter,c3fb27cf17025a86b9318614127431afaf0f97c0,Fix NPE try 2,non_debt,-
spark,bf5699543bf69fc850dbc2676caac97fa27818da,"Merge pull request #462 from mateiz/conf-file-fix
Remove Typesafe Config usage and conf files to fix nested property names
With Typesafe Config we had the subtle problem of no longer allowing
nested property names, which are used for a few of our properties:
http://apache-spark-developers-list.1001551.n3.nabble.com/Config-properties-broken-in-master-td208.html
This PR is for branch 0.9 but should be added into master too.",non_debt,-
bigtop,027037e6330c8269ca20d1424ff3d02967218c03,BIGTOP-1843: Upgrade Sqoop to 1.4.6,non_debt,-
flink,a41a37d0f131c391fe64990921b50d998185c4cd,[hotfix] [webfrontend] Rebuild,non_debt,-
trafficserver,09beedb836004dec7dbf91a6ec0aa2b4ec2bf6a4,TS-1617: Build cacheurl when experimental plugins are enabled,non_debt,-
cloudstack,87d4086a64a6ebf387bda03509e0c03dac685cae,CLOUDSTACK-6181 Specify GB for the value of rootdisksize parameter. Add some Bytes/GB for log or exception messages. Fix Gb->GB.,code_debt,low_quality_code
jmeter,8bbb4aa7c5e9f1d1e058c99a14bcc88814f6afad,Replace with current versions of GUI layout,non_debt,-
daffodil,e61bad5e7d11d55b8686900a23f0877f0913969c,"Optimize longestMatch delimiter algorithm
The longestMatch function is called everytime after delimiters are found. On
some file types, this function was a noticable hotspot.
Although not very likely, in the worst case, the current longestMatch algorithm
could go over the entire matches list 3 times: Once for finding the location of
earliest match, once for remove any matches that start later than that
location, and once for finding longest length of those that remain. In addition,
the use of various scala functions will cause new lists to be allocated,
causing slower performance.
This modifies the algorithm to only go over the matches list once, while
keeping track of the first longest match that it has seen. Additionally, all
functional code is replace with iterative code to be more performant. Lastly,
replace the Seq with an ArrayBuffer so that we are guaranteed constant append
and constant random access on the matches sequence.
This also adds an early return in the case where there is only one match, which
is probably the most likely case.
DFDL-992",code_debt,slow_algorithm
jmeter,b610283f9676cb20e7efc5fb44a81e5c9e44eb1d,Bug 57500 - Introduce retry behavior for remote testing / fix test,non_debt,-
attic-apex-malhar,e69138fba60b2c04a0cc671d8992946e8befe3c7,"Merge pull request #1144 from tweise/dt-dev
WebSocket option for AdsDimensionDemoWithHDS.",non_debt,-
airflow,2c35dfbc35eab64afe7da6ad37fe426d95c9ce04,Adding a new HDFS hook using a Python 3 compatible package,non_debt,-
ignite,1921e75a2efd9c1e707a3772321575ead368da5f,Merge remote-tracking branch 'origin/ignite-459' into ignite-459,non_debt,-
camel,b2a13547d1f9e584b1a50a593f69130e25a52714,Fixed CS errors,non_debt,-
lucene-solr,9caaad0fea012491ddc3e31d38936fb6283034b1,remove $ tags,non_debt,-
camel,4b868e047cb96dd7c12332c1a6aa7e5a91903813,Upgrade Commons Net to version 3.7.2,non_debt,-
jmeter,0486d7551acc2e028da15cfc4f71e944ae2ef9a6,Document interface,non_debt,-
camel,d7af78f1a659634af2e089f29f128c3ac30ba20c,CAMEL-14910: modify gulpfile to generate bundling of components nav,non_debt,-
hadoop,743be0d7c0418ccf11ad566cf9a33bee404c9c59,HDFS-12235. Ozone: DeleteKey-3: KSM SCM block deletion message and ACK interactions. Contributed by Weiwei Yang and Yuanbo Liu.,non_debt,-
superset,a616bf4082337ee73f6ed941436053eaafda9a22,"[cli] permission cleanup on 'superset init' (#4241)
FAB sometimes creates NULL/None permissions in the database,
presumably a race condition when multiple gunicorn workers start at the
same time, and those create issues raising ""AttributeError: 'NoneType'
object has no attribute 'name'""
* Linting",non_debt,-
beam,d468bccae88ec9a37fd1fda21f0d2e95dabc3d1f,This closes https://github.com/apache/beam-site/pull/316,non_debt,-
tinkerpop,6a30512ea6c663144ac9274d7f9e697ecbfca768,added inflate and deflate methods to Holder.,non_debt,-
ignite,8dbea36704f2b3ce4844f700350b45dbf06f6184,IGNITE-12339: [ML] Remove outdated property isDistributed in Vector and Matrix classes (#7026),code_debt,dead_code
activemq,dfaa05d55686d1cf2b3a6503acc23ac27b042d47,Fix for https://issues.apache.org/jira/browse/AMQ-4237,non_debt,-
camel,5bfe3dadf233614756fdba8acab9679fea131559,Fix jetty test failure with j7,non_debt,-
griffin,5cf2d822d2e9c59a5f3dbbd1b28c7eb45f26b3aa,"[GRIFFIN-182] fix blank flash when routing from job to metric detail
GRIFFIN-182 - fix blank flash when routing from job to metric detail
ISSUE:
currently, when navigating from ```health``` jobs to job-metric detail page, code will reload the health page to make navigation working causing blank flash
Closes #354 from icesmartjuan/fixblankflashwhenroutefromjobtometric.",non_debt,-
storm,99648fb33d31a5a934062fcace00fe9b492fafcd,Merge branch 'STORM-1934' of https://github.com/HeartSaVioR/storm,non_debt,-
cassandra,2762f484c90152eb23c641732ecf6f650e937bfc,"Add retry mechanism to OTC for non-droppable_verbs
patch by jasobrown; reviewed by jbellis for CASSANDRA-5393",non_debt,-
attic-apex-core,38581ae47fc273cd304d09a13c030bebb776ea6b,SPOI-2486 #resolve #comment workaround for MapRFileSystem.getScheme(),design_debt,non-optimal_design
groovy,ec54f9b9f2d8f1c874d247d1a5376d5e21e1cfa5,Bring grape in line with 1.6 code,non_debt,-
echarts,8be3243a7a75cf85521ca61093754ffdb64c4422,fix ecx url,non_debt,-
kylin,2c3f6819e1511db5b1bba8221393e2074ff4c43d,add ut,non_debt,-
hadoop,b75f0187c836aea2a95bac08e77f8802d7dbd4bd,"HDFS-3341, HADOOP-8340. SNAPSHOT build versions should compare as less than their eventual release. Contributed by Todd Lipcon.",non_debt,-
lucene-solr,af18eeed89c1469c1ec55451133843cd69c20972,"SOLR-5473 one state.json per collection , SOLR-5474 support for one json per collection",non_debt,-
druid,df3c1075a8e7f352e21e7abbe5b048e166bd8bd5,"Update docs for extensions (#9218)
* Update docs for s3 and avro extensions
* More doc updates - google + cleanup",documentation_debt,low_quality_documentation
cassandra,5ea3b153840d069b50361f38b8b7050f3c09176b,"Merge branch 'cassandra-2.0' into trunk
Conflicts:
lib/licenses/slf4j-log4j12-1.7.2.txt",non_debt,-
hive,e9bb5e5f64c77de13b72df6f423dea0679e15454,HIVE-7804 : [CBO] Support semi-joins (Harish Butani),non_debt,-
lucene-solr,e14e521c119ecaef00198c1120492d6fa8ba3846,Fix URL in javadoc,non_debt,-
activemq,3f7b2d6bb042599a1f4d4a5553df7ccf7c10d1a8,AMQ-6147: update to proton-j 0.12.0 release,non_debt,-
tomee,660113bc6e7005f648e91562f5a741d05408955d,Cleanup xbean versions,code_debt,low_quality_code
couchdb,932f1154fc1083dc152e859b137d047a7c10150d,Etag's require quotes,non_debt,-
cassandra,3f450107749c637ba133e479e7b6e5cd02e1153f,"Fix ColumnCounter::countAll behaviour for reverse queries
Patch by Sam Tunnicliffe; reviewed by Jason Brown for CASSANDRA-13222",non_debt,-
geode,c0a650832a237a2297c5ec7f783e729ff09a6a8a,"GEODE-6142: Check JDBC mapping before destroy region (#2950)
gfsh destroy region will now fail if the region has a jdbc-mapping that
has not yet been destroyed.",non_debt,-
hive,025e46799b13816ec5c6935cf75f2a6b046bf7dd,"HIVE-9381 : HCatalog hardcodes maximum append limit to 1000 (Sushanth Sowmyan, reviewed by Daniel Dai)",code_debt,low_quality_code
trafficserver,2cc34f84a8ab3a584f16e117f1b00567a378d705,AcidPtr: Tweaks tests to be a bit more robust.,test_debt,flaky_test
lucene-solr,b93f0902ce94a8a7dff1892e50a214972384c1b3,LUCENE-3531: Revert adding Reader/CoreClosedListeners in CachingWrapperFilter,non_debt,-
pulsar,34e8315fbec26787528183c1c1e3927b779f3b90,Removed link to md5 checksums in download page (#1894),non_debt,-
hive,bb24382b5da48d5319904585622b6412e1fcfec4,HIVE-1509. Monitor the working set of the number of files,non_debt,-
groovy,d87a05296d34c90ef2be50a47852a4d0706b36e0,Add test case for new hasVariable() method on Binding.,non_debt,-
arrow,d792661d00a86320ca43e4c698fa79dd648dea17,"ARROW-9303: [R] Linux static build should always bundle dependencies
Also adds a cmake minimum version check, per the original user report.
Closes #7699 from nealrichardson/fix-dependency-source",non_debt,-
accumulo,862ebbe70516ea8a59c00f2fb95240e6f89ee43d,ACCUMULO-580 roll back changes to add batch size to batch scanner,non_debt,-
beam,3f9426f0a0e2a1043482c0e25f9dc22093b525b4,properly translate nested composite transforms,non_debt,-
hadoop,d3fe993e60c2cef04232a0ca8ef3a4b60cdabf8b,HDDS-2023. Fix rat check failures in trunk (addendum),non_debt,-
lucene-solr,1fe4cff22cec810a9035da5ad6dcc1b747ad48c4,SOLR-10302: Solr's zkcli scripts now able to find the metrics libraries,non_debt,-
hadoop,004207996c6610d67d1a202da5e51d7bc7890484,"HDDS-1597. Remove hdds-server-scm dependency from ozone-common (#969)
* HDDS-1597. Remove hdds-server-scm dependency from ozone-common. Contributed by Elek, Marton.
* checkstyle fixes
* revert the import reorder of HddsUtil
* add javadoc
* switch back to the commons-lang2
* fix typo
* fix metrics core classpath problem (+rebase fix)",documentation_debt,low_quality_documentation
tvm,37bd8125a10589df95209117e40318bbd29e34fb,[RUNTIME][CRT] support DLTensor whose ndim == 0 (#5344),non_debt,-
storm,03bd9558bb44da6f4f4ebe1a81f320f8ad6c9538,more debug logging,code_debt,low_quality_code
shardingsphere,4bb3f3393e78bb42db9fabd18764469c6bc8dcce,DynamicShardingValueHelper = > HintShardingValueHelper,non_debt,-
airflow,1dcd3e13fd0a078fc9440e91b77f6f87aa60dd3b,"Add support for extra links coming from the providers (#12472)
Closes: #11431",non_debt,-
incubator-pinot,5f41978dc0664dbbfb92edbaa60620280469bc99,"PINOT-1308: Replacing internal data in test.
RB=490954
R=kgopalak,xiafu,jfim,dpatel
A=jfim",non_debt,-
lucene-solr,72d18af4a0a90088171bdc66ae853a6fc69a7771,LUCENE-4337: Add missing EOL-Style,non_debt,-
jena,90010766f69ade2f0ebf613b4b6a8145303adf76,"Merge pull request #824 from afs/small-items
JENA-1990, JENA-1991, JENA-1992, JENA-1993: Upgrade and small items",non_debt,-
cloudstack,59bd048b5610cfde7dd3f1965c850da9c64f30d9,"bug 13356
Clear out sticky/custom data drop-down after adding policy
status 13356: resolved fixed",non_debt,-
shardingsphere,4b9228365e25bab25e722971fce4b9f82203b0f9,refactor ShardingDataSource implements AutoCloseable,non_debt,-
ambari,41cf385ffe59c297f4a1a7c4c72866186fcc4cea,AMBARI-8148. Rolling Upgrade Bootstrap - Create new tables and populate during the installation of a new cluster (alejandro),non_debt,-
qpid-dispatch,7a8c2b9d4ffa7e337192d03331718f2d5e2925cd,DISPATCH-640 - Additional tests to make sure both containerId and connection cannot be specified in linkRoute/autoLink,non_debt,-
groovy,23097b9cdcd5041fedc43c25ab1a1ebc681f310f,"Refactor code
Refactored some code about new java version.
--Make a contribution to groovy every day.",non_debt,-
groovy,977c91a59d63c92d8a53310fe583f308e7aa3c2c,"Grant read ""line.separator"" property permission to ScriptTest.groovy",non_debt,-
incubator-pinot,81f433fbfd24890f9d003d02aaf3881dc33487f8,"Raise the threshold of using MMAP for inverted index creation from 100M to 2G (#4358)
We have experienced very high GC stopping the thread time while generating huge inverted index with MMAP files
Writing to MMAP files could potentially cause super long stopping the thread time and cause the server/minion lose ZK connection
Raise the threshold to 2G (use direct memory if value buffer size is smaller than 2G) to solve the issue
Generating extremely large inverted index (over 500M values) could still face the same issue, but we want to keep the threshold to prevent running out of direct memory",non_debt,-
hbase,5c5854578779719ce763c0d8ab9ed591254ec5bc,HBASE-7066 Some HMaster coprocessor exceptions are being swallowed in try catch blocks - Revert,code_debt,low_quality_code
tinkerpop,cce5fac6cbbfb45baa0138af3c6d8bfadedff095,Merge branch 'tp32',non_debt,-
kafka,8d480c5eed38b2c559f3304db83ffa0bb26df356,"KAFKA-9330: Skip `join` when `AdminClient.close` is called in callback thread (#7866)
The close method calls `Thread.join` to wait for AdminClient thread to
die, but if the close is called in the api completion callback, `join`
waits forever, as the thread calling `join` is same as the thread it
wants to wait to die.
This change checks for this condition and skips the join. The thread
will then return to main loop, where it will check for this condition
and exit.",non_debt,-
phoenix,ef8f6b0a35d4e3ea9627244cf966c1f6c8d2a84d,Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-phoenix,non_debt,-
jena,a01534ee27e7656abd9e89e34b2ebd3875291bd8,Algebra test for custom aggregates.,non_debt,-
druid,52ba60963e801429aa786c0139a1e6e305f94759,Screwed up the conflicts on rebasing. Fixorz orz orz,non_debt,-
hive,1b91dba0d13319c0da4eb3cffc85bf1bf69a1976,Updating RELEASE_NOTES after 1.2.0 release,non_debt,-
calcite,abe772018a6adb5007429e0c1c83b6e7d83a1c71,[CALCITE-4019] Visit SqlInsert with SqlShuttle cause NullPointerException (Xu ZhaoHui),non_debt,-
incubator-mxnet,72d4900637577acc0c97eb7a524a22803274190c,Minor changes,non_debt,-
trafficserver,c844211c2b5e529b767a3f9414b2547002b51fc0,Coverity CID #1021871 Dereference null return value,non_debt,-
groovy,a8410357a9c4c852cff104392591501488071dfe,Commit test to see if BJ notices CVS changes,non_debt,-
activemq-artemis,a2696cd6507948fd59c2398ae0491d1cb48fe8ff,This closes #3057,non_debt,-
beam,41e5cc9e50be887e079ab746153745ee9e445664,"Revert ""Add a first README.md file (at least to trigger the github mirroring)""
This reverts commit 11e842717f70298a4ea8436363b3101117685f60 in preparation for the initial code drop.",non_debt,-
trafficserver,e503ce048bb5fcab84b251ebcc31efa972d67710,"TS-898: ensure cache span probe closes file descriptors
Add a new helper class xfd (by analogy to xptr). This ensures that
the opened file descriptor is always closed in every error path.
Coverity #1196462",non_debt,-
brooklyn-server,70f1978be263d150d1d984d67a5c7c0bc7f67d18,Make Pool and Lease implement Closeable,non_debt,-
flink,1a062b796274c9f63caeb2bf12aad96e34efd0aa,"[FLINK-5907] [java] Fix handling of trailing empty fields in CsvInputFormat.
This closes #3417.",non_debt,-
lucene-solr,961f3f1dff2faa6afbbd90724f340470881391a9,"close merge readers before checkpoint, so IFD can delete the files",non_debt,-
arrow,0d620c1065bfb6294eb37e41cdf0c02ef9a54ee6,"ARROW-7842: [Rust] [Parquet] Arrow list reader
This is a port of #6770 to the parquet-writer branch.
We'll have more of a chance to test this reader,and ensure that we can roundtrip on list types.
Closes #8449 from nevi-me/ARROW-7842-cherry",non_debt,-
camel,eceb46660bb561d35191983f138935c208f0e686,Fix milo schema problem,non_debt,-
activemq,f49b62d01535446289e74680f1c7eeed37d55349,Use the released camel 1.3.0,non_debt,-
flink,a479aee9131bebc67c1eb512542eb7c8f1e54233,[hotfix][avro] Fix AvroRowSerializationSchema doesn't support TIMESTAMP type,non_debt,-
hive,83c74ea7f2dff36fed12233832af6780b639255f,HIVE-8776: Generate MapredLocalWork in SparkMapJoinResolver [Spark Brach] (Chao via Xuefu),non_debt,-
cxf,23cc548dbb504e4e96d85439b9586ad1d09a32ca,[CXF-7201] Ending up with optionally converting a clear form UserInfo to String,non_debt,-
camel,2dda57ef9ac896c0985a3233bbdbcb5841e36bf9,Upgrade Jackson to version 2.8.4,non_debt,-
superset,d95b7c2a73ecd0bf0f44434d80ab8496d9cb6311,fix: clean up prop type errors in jest tests (#11120),non_debt,-
spark,2b40365d76b7d9d382ad5077cdf979906bca17f2,"[SPARK-7785] [MLLIB] [PYSPARK] Add __str__ and __repr__ to Matrices
Adding __str__ and __repr__ to DenseMatrix and SparseMatrix
Closes #6342 from MechCoder/spark-7785 and squashes the following commits:
7b9a82c [MechCoder] Add tests for greater than 16 elements
b88e9dd [MechCoder] Increment limit to 16
1425a01 [MechCoder] Change tests
36bd166 [MechCoder] Change str and repr representation
97f0da9 [MechCoder] zip is same as izip in python3
94ca4b2 [MechCoder] Added doctests and iterate over values instead of colPtrs
b26fa89 [MechCoder] minor
394dde9 [MechCoder] [SPARK-7785] Add __str__ and __repr__ to Matrices",non_debt,-
cloudstack,eb5099a2a25ac509e7455d0652d90b361ec3971d,Include the exception from urllib in wget test,non_debt,-
infrastructure-puppet,cbf7fef3cf204edf7a11690f21c7ab210cab85bb,"Merge pull request #408 from apache/christ/win_puppet_add_modules_dir
Adding in a blank folder with .keep in it to make Windows work.",non_debt,-
shardingsphere,a7b1215ad2b1118cdc5d9203b97c90bcfc865f05,for multiple thread safety,requirement_debt,non-functional_requirements_not_fully_satisfied
usergrid,c9ee4275004485cec053d079e88837edc251ad6b,Refactored sharding to be sub package of serialization for clean dependencies.,non_debt,-
ignite,1d6e63734d4c80f09c17fc8dcdd939c0c0dfc527,# gg-9470-rename,non_debt,-
systemds,9f808c43e380a90f814f2e5b7a78397edd1bbb90,[HOTFIX] for SYSTEMML-1731,non_debt,-
lucene-solr,d0009d10b662a53fdb84b7742a0f8a1c884a6a71,SOLR-10651: fix docs ...,non_debt,-
daffodil,e260852eca972b19fda5fce6fe303acb2eff8d97,"Add --unparse option to performance subcommand of CLI
in order to measure performance of unparsing an infoset
DFDL-1336",non_debt,-
spark,59c380d69a3831f0239b434a0fa1cf26a481d222,Fix npe,non_debt,-
incubator-weex,8cd9157ba8df4cc693e3f2845adb1134d9dbe724,Merge branch '0.12-dev' of https://github.com/apache/incubator-weex into 0.12-dev-web,non_debt,-
cloudstack,3fa87626a2e78523b632d37323cbe054e09495b2,"Merge pull request #1656 from shapeblue/4.9-fk410to420fix
CLOUDSTACK-9466: Fix fk constraint failure in upgrade pathIn the 4.1.0-4.2.0 db upgrade path, it creates new tables to store secondary
the upgrade path, it first tries to migrate NFS storage pool where it excludes
storage pools which have been removed, but it migrates all the volumes without
checking if their storage pools have been removed. This causes fk constraint
failure as the volume/row being inserted refers to a storage pool which does
not exist in the image_store table.
The fix migrates all the nfs storage pools to image_store including removed
storage pools and in doing so migrates with the 'removed' field. This fixes
db upgrade for old pre-4.0 and 4.0/4.1 CloudStack clouds.
/cc @jburwell @PaulAngus @karuturi @abhinandanprateek @murali-reddy
* pr/1656:
CLOUDSTACK-9466: Fix fk constraint failure in upgrade path",non_debt,-
beam,a9d0d6663680542e51e74ff06627ae46a2cf61a7,Merge pull request #6529: [BEAM-5533] fix import error in the dependency tool,non_debt,-
lucene-solr,321c6f090f04463a8798d090e5426efeabbdc418,LUCENE-7590: make (Sorted)NumericDocValuesStats public,non_debt,-
camel,1cf5df09d5f54b68f7c2f13122391aa86d0be2ee,Use WANT for client SSL to have test working on more platforms,non_debt,-
druid,846c3da4ab2e94c17c39e636cb2ba10f174ec3e2,"Empty task intervals, and empty lock intervals, aren't useful.
So prevent them from being created, through checks in AbstractFixedIntervalTask
and TaskLockbox.tryLock.",non_debt,-
cassandra,6164d011eeb3b1b9bf9e1c309bed38939da42ff0,Versions for 1.2.9 release,non_debt,-
camel,eee33b69a759b3342ef904a5217b4f704ce82f16,Removed Camel-Context remaining stuff,non_debt,-
beam,7bb4dd9cb8cc415d30d8865f22f6d5e6acaf9997,"Merge pull request #4724: Adds more logging around BigQuery jobs
Adds more logging around BigQuery jobs",code_debt,low_quality_code
echarts,839b339df3b42b6fcae96119477f8b378eff55b3,Merge branch 'master' of https://github.com/apache/incubator-echarts,non_debt,-
ozone,27d66c4044d75377a7d97b593386c5f090c56dc9,HDDS-1750. Add block allocation metrics for pipelines in SCM. Contributed by Lokesh Jain. (#1047),non_debt,-
geode,6267809086a0ccd8d04263ea95c52bafed156965,"GEODE-3290: Removed effectively-dead classes FilterChain, LocalFilterChain, and RemoteFilterChain.
* this closes #653",code_debt,dead_code
activemq,d2592e22e58a37cf1aa2ea8a20a19ac7a8a1422a,"Merge pull request #461 from jbonofre/AMQ-7410
[AMQ-7410] Align dependencies with Apache Karaf",non_debt,-
karaf,ade462a08509fae70af766306b26c1ba00cc951b,Fix the gogo webconsole plugin which has been broken recently,non_debt,-
thrift,2d1fe88db3f02c0a3a8f9cc2ad2f5f7881a0eae3,"THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings
Client: py
_read_by_ttype and _write_by_ttype must be using the *element* spec
and not the container spec when determining the correct read/write
handler.
This closes #1273",non_debt,-
druid,92afd1094750dbcdb08b34f94fbfe9789331788c,simplify SQL metadata storage,code_debt,complex_code
lucene-solr,914c4319876421f0b489914614a0b8a60ff85e6d,SOLR-12913: Add recip and expand percentile docs,non_debt,-
karaf,cc3332e97fa53a579312894d08e383f321a96aed,"Merge pull request #611 from jbonofre/KARAF-5911
[KARAF-5911] Restrict XML entities",non_debt,-
apisix,9de21078863fd2aadbdf6288068b17f2bff97aaa,doc: installation steps for Mac OSX.,non_debt,-
incubator-pinot,303fb39ea25e0c8ea5ebc1ccc8c1cdf2b60015a1,Shade all jackson packages in thirdeye-hadoop (#1391),non_debt,-
tinkerpop,41c2033ad9b2d97a3495dc5e53ea0e8b52d23ee0,renamed build() to create() and create() to build() for the Builder pattern throughout TP3. Updated docs as well.,non_debt,-
usergrid,46299415f908b999fad6be581e4c5fda79bba38d,Removed retry logic that doesn't work correctly. Results in 50x retries. This doesn't make any sense given that a single call to mutation.execute results in a 10x retry policy.,design_debt,non-optimal_design
gobblin,ea0111f1f175a0d9b131ddd17c85b4caff9a249c,Add a pattern to ignore URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD FindBugs warnings,code_debt,low_quality_code
hadoop,3818393297c7b337e380e8111a55f2ac4745cb83,YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong.,non_debt,-
myfaces-tobago,a15828bf2a3018c71ef2810f09f52ff1f6ceafba,popup sample,non_debt,-
trafficcontrol,da9ebc3083c11077e9f9fd3c8ca945c20354daf7,limits :id to a number,non_debt,-
spark,1c3e402e669d047410b00de9193adf3c329844a2,"[SPARK-7279] Removed diffSum which is theoretical zero in LinearRegression and coding formating
Closes #5809 from dbtsai/format and squashes the following commits:
6904eed [DB Tsai] triger jenkins
9146e19 [DB Tsai] initial commit",non_debt,-
spark,a9959be2bcf55f753ef48e0a4daea6abe0d63c1c,"[SPARK-29456][WEBUI] Improve tooltip for Session Statistics Table column in JDBC/ODBC Server Tab
What changes were proposed in this pull request?
Some of the columns of JDBC/ODBC tab Session info in Web UI are hard to understand.
Add tool tip for Start time, finish time , Duration and Total Execution
Why are the changes needed?
To improve the understanding of the WebUI
Does this PR introduce any user-facing change?
No
How was this patch tested?
manual test
Closes #26138 from PavithraRamachandran/JDBC_tooltip.",non_debt,-
jena,df17ca35be27397bc10f68d32d78bdf0ba763889,"JENA-1085: Common pattern for transaction lifecycle. Always call index operations.
Merge commit 'refs/pull/108/head' of github.com:apache/jena
This closes #108.",non_debt,-
camel,0cde0023c06e60d459c5008c321782b747a87bbc,CAMEL-15807: Fixed regression with Simple language contains function.,non_debt,-
echarts,d41e2431dc638b3acc19534e92568031b4946274,Merge branch 'master' of https://github.com/ecomfe/echarts,non_debt,-
superset,ae1e66f09b03b4db7cb81ba8917ff81627446e5a,"Merge pull request #181 from mistercrunch/time_grain
Dynamic time granularity on any datetime column",non_debt,-
incubator-mxnet,0d37d5d06de152a0c8e140eaa6b5217b2dc982ba,"LibsvmIter Doc Updates (#8111)
* add clarification to libsvm iter
* add reset notes
* add reset notes
* also update csv iter",non_debt,-
infrastructure-puppet,2330fd6e146b4484a481e26a10e451a6fa095089,kif updates + set notify to true for hipchat,non_debt,-
shardingsphere,d960464d2d3fb6d5b469d2fab143987d15670317,for #660: hidden positionValueMap & positionIndexMap,non_debt,-
brooklyn-server,1a6fd6a920ba23406d28db1240519767fe9dbd98,"JcloudsLocation waitForSshable uses timeout for connections and sessions
Rather than only PROP_SSH_TRIES.",non_debt,-
ignite,b95c249188aa5eea9737e6af944b1ab4f4d6b5ee,# sprint-25-rc3: added test for queue/future,non_debt,-
lucene-solr,ff6a1404c402cf3a5fa33498455904d6c33470d2,contribution from Dror Matalon,non_debt,-
apisix,f76fcec57f2c9370e7b7ee6e56dd23dfd4070ba7,doc: add doc for how to write plugin.(#909),non_debt,-
geode-native,4b5d24956e8b7e85be6067e8de6f11784b3b3b5e,Commit 2 for integrated security. [#118023915],non_debt,-
systemds,d52086d17ac3a38a2311a51c31cf9682a884550e,61183: Maven setup - Restructure for Maven Setup,non_debt,-
jmeter,5fd20849204dc6abb10e645a1017cb6a2ecf82ae,Unused import,code_debt,low_quality_code
trafficcontrol,fdf3114df7093c18ec00bec75a7ca92773e7f282,restored from master,non_debt,-
spark,827d3718770e2c65821a1f28b889743ba872b7cf,"[SPARK-25689][FOLLOW-UP][CORE] Get proxy user's delegation tokens
## What changes were proposed in this pull request?
This pr makes it get proxy user's delegation token, otherwise throws `AccessControlException`([full log](https://issues.apache.org/jira/browse/SPARK-25689?focusedCommentId=16780609&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16780609)):
How to reproduce this issue:
## How was this patch tested?
Test on our production environment.
Closes #23922 from wangyum/SPARK-25689.",non_debt,-
lucene-solr,d516948bbde8774d668c79432f33f5384d4075f9,LUCENE-5357: Upgrade StandardTokenizer and UAX29URLEmailTokenizer to Unicode 6.3; update UAX29URLEmailTokenizer's recognized top level domains in URLs and Emails from the IANA Root Zone Database.,non_debt,-
spark,fac6085cd774a4dba73ad1618537ef1817b2bcf3,"[SPARK-1397] Notify SparkListeners when stages fail or are cancelled.
[I wanted to post this for folks to comment but it depends on (and thus includes the changes in) a currently outstanding PR, #305. You can look at just the second commit: https://github.com/kayousterhout/spark-1/commit/93f08baf731b9eaf5c9792a5373560526e2bccac to see just the changes relevant to this PR]
Previously, when stages fail or get cancelled, the SparkListener is only notified
indirectly through the SparkListenerJobEnd, where we sometimes pass in a single
stage that failed. This worked before job cancellation, because jobs would only fail
due to a single stage failure. However, with job cancellation, multiple running stages
can fail when a job gets cancelled. Right now, this is not handled correctly, which
results in stages that get stuck in the “Running Stages” window in the UI even
though they’re dead.
This PR changes the SparkListenerStageCompleted event to a SparkListenerStageEnded
event, and uses this event to tell SparkListeners when stages fail in addition to when
they complete successfully. This change is NOT publicly backward compatible for two
reasons. First, it changes the SparkListener interface. We could alternately add a new event,
SparkListenerStageFailed, and keep the existing SparkListenerStageCompleted. However,
this is less consistent with the listener events for tasks / jobs ending, and will result in some
code duplication for listeners (because failed and completed stages are handled in similar
ways). Note that I haven’t finished updating the JSON code to correctly handle the new event
because I’m waiting for feedback on whether this is a good or bad idea (hence the “WIP”).
It is also not backwards compatible because it changes the publicly visible JobWaiter.jobFailed()
method to no longer include a stage that caused the failure. I think this change should definitely
stay, because with cancellation (as described above), a failure isn’t necessarily caused by a
single stage.
Closes #309 from kayousterhout/stage_cancellation and squashes the following commits:
5533ecd [Kay Ousterhout] Fixes in response to Mark's review
320c7c7 [Kay Ousterhout] Notify SparkListeners when stages fail or are cancelled.",design_debt,non-optimal_design
cloudstack,25b78d962f23a735883d1d55ca6485fc44c9c248,"bug 5356: Adding Started event for ROUTER.DESTROY when we destroy a domR as a part of account delete.
status 5356: resolved fixed",non_debt,-
cassandra,4b7161da4aacb2ca9e56ef78258df114d217ccde,"Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
CHANGES.txt",non_debt,-
camel,c5d8b2ea59a69f34c07e9d2072147195cfd556d1,Upgrade Dropbox to version 3.0.8,non_debt,-
hive,3d486ef71f504a5eeeb355aad69b7ce07d71a87e,Merged in with trunk,non_debt,-
couchdb,3c082c4ab058141fef8c51de559056b188705baa,"Add 'src/couch_log/' from commit '194db1adeafd9d5b434ae22b06aecdcb8635863e'
git-subtree-dir: src/couch_log
git-subtree-mainline: 0166e381dd07e2566a05e90f6c18b6b86413ab0c
git-subtree-split: 194db1adeafd9d5b434ae22b06aecdcb8635863e",non_debt,-
attic-apex-core,f7a1a1c11371871964452170e16b784d11cae419,SPOI-4604 #resolve #comment provide a search function,non_debt,-
incubator-pinot,71ce427ea8da0ea64741cf25d5071f4f31e324d4,[TE] frontend - harleyjj/packages - remove bower from frontend (#5460),non_debt,-
bigtop,a66540ef5ca56d940d9c71d5fa8dcfb64eaac671,"BIGTOP-1684: Make container executor configurable
Make options for container executor configurable and work around the
executor crashing at startup if banned_users is not set at all. See
https://issues.apache.org/jira/browse/YARN-2847. Also synchronise
yarn.nodemanager.linux-container-executor.group setting in yarn-site.xml
with what's actually used in the filesystem and container-executor.cfg.",design_debt,non-optimal_design
camel,2b6493613bd9af0df178aeb8e38ceb9d43d0b09d,Upgrade Libphonenumber and related bundle to version 8.10.8,non_debt,-
accumulo,05c165b5f61427b22024f1c78a4295c06a93aad6,ACCUMULO-4778 Fix findbugs failure,non_debt,-
accumulo,819946477c7e9f6604332c3828021fe8db52cddb,ACCUMULO-3795 add scanner batch timeout,non_debt,-
camel,c0af48134b95ca8b0fbb33fb2742bf4c9fe5d040,Fixed CS,non_debt,-
ambari,7e00fc381d0f093c9f59ab3c160f1d8f14d2e752,AMBARI-1150. Installer Wizard - Retry feature in Deploy step (Step 9) is broken. (yusaku),non_debt,-
cloudstack,c8d607eae5db696b20f797a3297ad5eb5c746115,CLOUDSTACK-2650 setting vm ip null in user_ip_address when static nat ip,non_debt,-
calcite,0f2d666df3f6d92aa5f23a5428bdd01b08f24842,"[CALCITE-1424] Druid type is called FLOAT, not DOUBLE (Jiarong Wei)
Close apache/calcite#301",non_debt,-
cassandra,75a932087d027a569f37b1e3c1047aaff107549e,Merge branch 'cassandra-3.0' into cassandra-3.11,non_debt,-
druid,96a387d972ba69ab92f95ebf75bfb03cd9bb5807,"Fixes and tests related to the Indexer process. (#10631)
* Fixes and tests related to the Indexer process.
Three bugs fixed:
1) Indexers would not announce themselves as segment servers if they
did not have storage locations defined. This used to work, but was
broken in #9971. Fixed this by adding an ""isSegmentServer"" method
to ServerType and updating SegmentLoadDropHandler to always announce
if this method returns true.
2) Certain batch task types were written in a way that assumed ""isReady""
would be called before ""run"", which is not guaranteed. In particular,
they relied on it in order to initialize ""taskLockHelper"". Fixed this
by updating AbstractBatchIndexTask to ensure ""isReady"" is called
before ""run"" for these tasks.
3) UnifiedIndexerAppenderatorsManager did not properly handle complex
datasources. Introduced DataSourceAnalysis in order to fix this.
Test changes:
1) Add a new ""docker-compose.cli-indexer.yml"" config that spins up an
Indexer instead of a MiddleManager.
2) Introduce a ""USE_INDEXER"" environment variable that determines if
docker-compose will start up an Indexer or a MiddleManager.
3) Duplicate all the jdk8 tests and run them in both MiddleManager and
Indexer mode.
4) Various adjustments to encourage fail-fast errors in the Docker