id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
209472844 | [FLINK-5758] [yarn] support port range for web monitor
jobmanager.web.port now supports port range and has a string type default value - "8081"
a helper method createServerFromPorts is defined to select port and create corresponding server, also refactor method BootstrapTools. startActorSystem using this helper meth... | gharchive/pull-request | 2017-02-22T14:39:55 | 2025-04-01T06:43:23.173887 | {
"authors": [
"StephanEwen",
"barcahead",
"tillrohrmann",
"zentol"
],
"repo": "apache/flink",
"url": "https://github.com/apache/flink/pull/3391",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
502479340 | HDDS-2238. Container Data Scrubber spams log in empty cluster
What changes were proposed in this pull request?
Add configurable interval for container data scan iterations (hdds.containerscrub.data.scan.interval). A small delay will not affect scanning if there is enough I/O work to do. However, it prevents the sc... | gharchive/pull-request | 2019-10-04T07:35:05 | 2025-04-01T06:43:23.297656 | {
"authors": [
"adoroszlai",
"anuengineer",
"hadoop-yetus"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/1590",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1370712629 | HADOOP-18451. Update hsqldb.version from 2.3.4 to 2.5.2.
JIRA: HADOOP-18451. Update hsqldb.version from 2.3.4 to 2.5.2.
I plan to upgrade the version of hsqldb from 2.3.4 to 2.5.2 for the following reasons:
1.Current version 2.3.4 is almost ~6 years old,Upgrading to new release to keep up for new features and bug fix... | gharchive/pull-request | 2022-09-13T01:12:14 | 2025-04-01T06:43:23.438944 | {
"authors": [
"goiri",
"hadoop-yetus",
"slfan1989"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/4880",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2216641836 | [WIP] HADOOP-19081. Move some hadoop-common code to new hadoop-ftp module
Description of PR
HADOOP-19081 - try to reduce hadoop-common so that it doesn't have so many dependencies
WIP
still need to work out if the new hadoop-ftp module should have its classes included in the bundle jars like minicluster and client o... | gharchive/pull-request | 2024-03-30T19:44:45 | 2025-04-01T06:43:23.846833 | {
"authors": [
"ayushtkn",
"hadoop-yetus",
"pjfanning",
"steveloughran"
],
"repo": "apache/hadoop",
"url": "https://github.com/apache/hadoop/pull/6693",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1530848334 | Backport "HBASE-27563 ChaosMonkey sometimes generates invalid boundaries for random item selection" to branch-2
Signed-off-by: Duo Zhang zhangduo@apache.org
:confetti_ball: +1 overall
Vote
Subsystem
Runtime
Comment
+0 :ok:
reexec
1m 35s
Docker mode activated.
-0 :warning:
yetus
0m 5s
Unprocessed flag(s): ... | gharchive/pull-request | 2023-01-12T14:50:58 | 2025-04-01T06:43:23.903933 | {
"authors": [
"Apache-HBase",
"ndimiduk"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/4960",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1647824258 | HBASE-27768 Race conditions in BlockingRpcConnection
The basic idea here is we should usually have two threads: the main thread and a reader thread. Writes come through the main thread, which also handles calling setupIOStreams if the connection is not yet made. The reader thread is continually polling for work, call... | gharchive/pull-request | 2023-03-30T15:10:55 | 2025-04-01T06:43:23.983419 | {
"authors": [
"Apache-HBase",
"Apache9",
"bbeaudreault"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/5154",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2418707067 | HBASE-28742 Fixes NPE for CompactionTool when mslab enabled
Fixes NPE issue with initialization of ChunkCreator
:confetti_ball: +1 overall
Vote
Subsystem
Runtime
Logfile
Comment
+0 :ok:
reexec
0m 45s
Docker mode activated.
_ Prechecks _
+1 :green_heart:
dupname
0m 0s
No case conflicting files foun... | gharchive/pull-request | 2024-07-19T11:51:22 | 2025-04-01T06:43:24.191035 | {
"authors": [
"Apache-HBase",
"Apache9",
"vineet4008"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/6097",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1770985495 | HIVE-27461: HiveMetaStoreAuthorizer lost the root cause of checkPrivileges
What changes were proposed in this pull request?
Retain all stack traces within the authorization exception.
Why are the changes needed?
To facilitate better troubleshooting of authorization failures via logging.
Does this PR introduce any use... | gharchive/pull-request | 2023-06-23T07:45:02 | 2025-04-01T06:43:24.202596 | {
"authors": [
"dengzhhu653",
"wecharyu"
],
"repo": "apache/hive",
"url": "https://github.com/apache/hive/pull/4448",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2340728446 | HIVE-28181: Enable hive.server2.webui.explain.output
What changes were proposed in this pull request?
Enabled hive.server2.webui.explain.output
Why are the changes needed?
So that we can get the explain plan from the webUI
Does this PR introduce any user-facing change?
No
Is the change a dependency upgrade?
No
How wa... | gharchive/pull-request | 2024-06-07T15:37:29 | 2025-04-01T06:43:24.208173 | {
"authors": [
"ashniku",
"difin"
],
"repo": "apache/hive",
"url": "https://github.com/apache/hive/pull/5288",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2496791242 | [Bug]: website contribution guide still mentions the hop-doc repository, documentation translations instead of website translations
Apache Hop version?
SNAPSHOT-20240830
Java version?
openjdk version "17.0.11" 2024-04-16 LTS
Operating system
macOS
What happened?
https://github.com/apache/hop-website/blob/main/content... | gharchive/issue | 2024-08-30T10:02:04 | 2025-04-01T06:43:24.211421 | {
"authors": [
"bamaer"
],
"repo": "apache/hop",
"url": "https://github.com/apache/hop/issues/4264",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
318715629 | Ignore cached ETag and Last-Modified headers of HEAD cache entries
Since httpclient-cache 4.4 HEAD requests can be cached with a null response body. Subsequent GET requests to the same target then use the headers "If-None-Match" and "If-Modified-Since" to leverage caching via HTTP protocol. In that case a server can ... | gharchive/pull-request | 2018-04-29T13:06:37 | 2025-04-01T06:43:24.216079 | {
"authors": [
"comcast-jonm",
"gesellix",
"ok2c"
],
"repo": "apache/httpcomponents-client",
"url": "https://github.com/apache/httpcomponents-client/pull/101",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
909358833 | Reimplementation of remoteip-rpaf for 2.4.48
This is related to #68 and is the reimplementation of it to 2.4.48, removing all the hacky parts.
Please tell if anything else needs to be adjusted. If someone is using my older variant (from #68), please test in production to make sure I did not introduce any new bugs (I ... | gharchive/pull-request | 2021-06-02T10:38:58 | 2025-04-01T06:43:24.258236 | {
"authors": [
"AlexAT",
"covener",
"shaneshort",
"ylavic"
],
"repo": "apache/httpd",
"url": "https://github.com/apache/httpd/pull/191",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1049578086 | [SUPPORT]How to auto sync "add column" by flink ?
To Reproduce
Steps to reproduce the behavior:
Create a mysql-cdc table A_cdc to capture mysql table A by flink sql
Create a hudi table B_hudi to write data to hive table B by flink sql
Execute flink sql insert into B_hudi select * from A_cdc
Add a column to table A
... | gharchive/issue | 2021-11-10T09:15:41 | 2025-04-01T06:43:24.268103 | {
"authors": [
"0x574C",
"codope",
"danny0405",
"lsyldliu",
"nsivabalan",
"xushiyan"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/issues/3960",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1527051507 | [SUPPORT] Consistent Hashing index type read inconsistency when performing an ALTER TABLE DROP PARTITION DDL
Tips before filing an issue
Have you gone through our FAQs?
Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.
If you have triaged this as a bug, th... | gharchive/issue | 2023-01-10T09:29:21 | 2025-04-01T06:43:24.286774 | {
"authors": [
"codope",
"danny0405",
"voonhous"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/issues/7634",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2702901450 | [DOCS][site] add hudi-rs page and ecosystem links
Change Logs
Add a quick start page for hudi-rs
Add ecosystem links for Ray Data and Daft
Risk level (write none, low medium or high below)
NA
| gharchive/pull-request | 2024-11-28T17:59:14 | 2025-04-01T06:43:24.290556 | {
"authors": [
"xushiyan"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/12367",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
782140412 | [HUDI-1421] Improvement of failure recovery for HoodieFlinkStreamer.
Improvement of failure recovery for HoodieFlinkStreamer.
When HoodieFlinkStreamer failure recovery from a checkpoint or savepoint KeyedWriteProcessOperator will get an instant time from flink state, if instant state is INFLIGHT indicate KeyedWritePr... | gharchive/pull-request | 2021-01-08T14:03:53 | 2025-04-01T06:43:24.329260 | {
"authors": [
"codecov-io",
"loukey-lj",
"wangxianghu",
"yanghua",
"yihua"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/2419",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
870936610 | [HUDI-1781] Fix Flink streaming reader throws ClassCastException
Tips
Thank you very much for contributing to Apache Hudi.
Please review https://hudi.apache.org/contributing.html before opening a pull request.
What is the purpose of the pull request
Fix Flink streaming reader throws ClassCastException when reading ... | gharchive/pull-request | 2021-04-29T11:57:29 | 2025-04-01T06:43:24.354815 | {
"authors": [
"codecov-commenter",
"lonelyGhostisdog"
],
"repo": "apache/hudi",
"url": "https://github.com/apache/hudi/pull/2900",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
156716528 | [AIRFLOW-173] - Initial implementation of FileSensor
Dear Airflow Maintainers,
Please accept this PR that addresses the following issues:
https://issues.apache.org/jira/browse/AIRFLOW-173
Implement a simple FileSensor to detect the creation of files and folder
in a given filesystem (a la HDFSSensor)
@bolkedebruin... | gharchive/pull-request | 2016-05-25T10:31:45 | 2025-04-01T06:43:24.370541 | {
"authors": [
"bolkedebruin",
"codecov-io",
"trixpan"
],
"repo": "apache/incubator-airflow",
"url": "https://github.com/apache/incubator-airflow/pull/1543",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
395024811 | Support for new version of python jenkins
Make sure you have checked all steps below.
Jira
[ ] My PR addresses the following Airflow Jira issues and references them in the PR title. For example, "[AIRFLOW-XXX] My Airflow PR"
https://issues.apache.org/jira/browse/AIRFLOW-XXX
In case you are fixing a typo in the docu... | gharchive/pull-request | 2018-12-31T19:50:52 | 2025-04-01T06:43:24.377858 | {
"authors": [
"Fokko",
"sarmadali20"
],
"repo": "apache/incubator-airflow",
"url": "https://github.com/apache/incubator-airflow/pull/4414",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2078335232 | Getting HTTP 302 -> /403 on displaying uploaded images
Describe the bug
Not sure when it started (maybe with 1.2.1 or after running 1.2.1 for some days, but not sure), and have no idea how to analyze the following issue:
Uploading images works well, they're written to the updates folder in the file system.
But when d... | gharchive/issue | 2024-01-12T08:35:38 | 2025-04-01T06:43:24.390820 | {
"authors": [
"heubeck"
],
"repo": "apache/incubator-answer",
"url": "https://github.com/apache/incubator-answer/issues/722",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
576754681 | fix heap overflow in simple_data_pool
1.代码bug:
_capacity初始值为1时,在扩容过程中,由于 1 * 3/2 == 1,所以并没有扩容,而最后的_pool[_size++] = data;并没有再判断size与_capacity的关系,导致堆溢出
2.复现条件:
设置了brpc server option的session_local_data_factory,并且设置reserved_session_local_data为1,client多并发请求时,是必现的。
3.修复方法
_capacity初始值为1时,同_capacity初始值为0一样,强制设为128,而不是通过(_ca... | gharchive/pull-request | 2020-03-06T07:42:17 | 2025-04-01T06:43:24.393438 | {
"authors": [
"jamesge",
"yockie"
],
"repo": "apache/incubator-brpc",
"url": "https://github.com/apache/incubator-brpc/pull/1056",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1686349667 | [Question][Jira] How can DevLake collect the custom fields on the Jira issue? I didn't succeed even though I used customize
Question
How can DevLake collect the custom fields on the Jira issue? I didn't succeed even though I used customize。
Screenshots
If applicable, add screenshots to help explain.
Additional contex... | gharchive/issue | 2023-04-27T08:14:23 | 2025-04-01T06:43:24.395544 | {
"authors": [
"arcfree",
"likyh"
],
"repo": "apache/incubator-devlake",
"url": "https://github.com/apache/incubator-devlake/issues/5047",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
621758085 | Fix some unit test failed
Fix some unittest failed due to glog
Hi @yangzhg
Can you explain why glog will cause unit test fail in commit message?
| gharchive/pull-request | 2020-05-20T13:21:20 | 2025-04-01T06:43:24.396508 | {
"authors": [
"imay",
"yangzhg"
],
"repo": "apache/incubator-doris",
"url": "https://github.com/apache/incubator-doris/pull/3642",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1209074740 | [refactor] add reference path for source file from impala
Proposed changes
Issue Number: close #xxx
Problem Summary:
According to the requirements of the APLv2, the referenced code needs to be marked with the path of the source code.
Checklist(Required)
Does it affect the original behavior: (Yes/No/I Don't know)
Has... | gharchive/pull-request | 2022-04-20T02:12:20 | 2025-04-01T06:43:24.400574 | {
"authors": [
"Gabriel39",
"morningman"
],
"repo": "apache/incubator-doris",
"url": "https://github.com/apache/incubator-doris/pull/9115",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
537842023 | KIS tasks out of sync for no reason at all
Affected Version
0.16.0
Description
Seeing this error for a lot of data sources. Nothing in the cluster was changed so not sure what caused this to happen. Is there any way to fix this?
2019-12-14 00:39:27,166 ERROR o.a.d.m.IndexerSQLMetadataStorageCoordinator [qtp645717550-... | gharchive/issue | 2019-12-14T01:03:47 | 2025-04-01T06:43:24.412597 | {
"authors": [
"jon-wei",
"pdeva"
],
"repo": "apache/incubator-druid",
"url": "https://github.com/apache/incubator-druid/issues/9040",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
431824436 | SQL: Remove "select" execution code.
Select queries can no longer be generated, since #7373.
Doesn't this do the same as #7416?
@gianm UT is broken
Oops, I didn't notice #7416. It is the same thing, but yours is better since it removes more stuff.
| gharchive/pull-request | 2019-04-11T04:24:56 | 2025-04-01T06:43:24.415112 | {
"authors": [
"fjy",
"gianm",
"justinborromeo"
],
"repo": "apache/incubator-druid",
"url": "https://github.com/apache/incubator-druid/pull/7446",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
338812348 | Search engine optimization
The current docs and blogs could not be indexed by Google, need to figure out a way to solve it.
#50
| gharchive/issue | 2018-07-06T05:43:00 | 2025-04-01T06:43:24.415932 | {
"authors": [
"ralf0131"
],
"repo": "apache/incubator-dubbo-website",
"url": "https://github.com/apache/incubator-dubbo-website/issues/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
331485289 | if i disable dubbo qos,are there any other effects?
i use dubbo.application.qos.enable=false to close qos server,but dont konw whether has any other effects.
What are your concerns? Disabling qos will cause you cannot view the stats via telnet/http, and you may not be able to execute commands like online/offline ... | gharchive/issue | 2018-06-12T08:21:44 | 2025-04-01T06:43:24.417138 | {
"authors": [
"ralf0131",
"zhuguoming"
],
"repo": "apache/incubator-dubbo",
"url": "https://github.com/apache/incubator-dubbo/issues/1928",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
333738527 | Call for new dubbo logo
Hi All,
The community has decided to change the current dubbo logo to a new one.
Anyone can submit the logo candidate by either attaching the image to
this Github issues.
The logo candidate should have:
the name "Dubbo" in the logo
a description of the design
a vector graph (can be update lat... | gharchive/issue | 2018-06-19T16:04:20 | 2025-04-01T06:43:24.423986 | {
"authors": [
"Soo000",
"ZhichX",
"beiwei30",
"bluewoft",
"carryxyh",
"chickenlj",
"diecui1202",
"kimmking",
"mercyblitz",
"ningyu1",
"nzomkxia",
"ralf0131",
"zonghaishang"
],
"repo": "apache/incubator-dubbo",
"url": "https://github.com/apache/incubator-dubbo... |
631462666 | 我需要扩展异形图版,需要提供坐标轴的绘制支持
What problem does this feature solve?
我有一个新的需求,需要绘制一个三角形的散点图。他有三个轴X,Y,Z。在图面上三个轴构成了一个三角形。
有一组数据,每一个数据都有XYZ的数值属性。
显示时,通过XYZ轴的值,落点到坐标轴上以后,经过一系列点线求交的计算,计算出点在三角形内的位置,然后进行绘制。
What does the proposed API look like?
支持这种斜着的轴落点计算应该是很复杂的。
在桌面版程序中,我是通过两个图层,底图建立一个直角坐标系,但是不显示底图的任何元素。
然后顶图上手绘一个三角形的坐标轴,然后将计算出来... | gharchive/issue | 2020-06-05T09:48:55 | 2025-04-01T06:43:24.427107 | {
"authors": [
"Ovilia",
"peach5460"
],
"repo": "apache/incubator-echarts",
"url": "https://github.com/apache/incubator-echarts/issues/12757",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
357212854 | 关于echarts中的effect里的loop,设置特效是否循环,为什么我设置了false,我再次请求的时候有数据过来,但是没有渲染到地图上,为什么
One-line summary [问题简述]
type: 'lines',
coordinateSystem: 'bmap',
polyline: true,
data: busLines,
lineStyle: {
normal: {
... | gharchive/issue | 2018-09-05T12:47:52 | 2025-04-01T06:43:24.452686 | {
"authors": [
"AnonymousArthur",
"LIHAO520"
],
"repo": "apache/incubator-echarts",
"url": "https://github.com/apache/incubator-echarts/issues/9016",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1107567365 | Remove the misleading annotation
Motivation
If we throw an exception, then we don't need to trigger the callback anymore.
Modifications
Remove the annotation
These polish and fix typos pull requests can related to #405 , thanks.
| gharchive/pull-request | 2022-01-19T02:29:00 | 2025-04-01T06:43:24.454302 | {
"authors": [
"Shoothzj",
"xwm1992"
],
"repo": "apache/incubator-eventmesh",
"url": "https://github.com/apache/incubator-eventmesh/pull/725",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2264863699 | [GLUTEN-4652][VL] Fix min_by/max_by result mismatch
What changes were proposed in this pull request?
Fix min_by/max_by result mismatch. Take max_by for example, we need to keep intermediate result row like <null, 11> which will be compared with another result like <5, 8> and assure final result is <null, 11>.
How was... | gharchive/pull-request | 2024-04-26T02:59:30 | 2025-04-01T06:43:24.458112 | {
"authors": [
"yma11",
"zhouyifan279"
],
"repo": "apache/incubator-gluten",
"url": "https://github.com/apache/incubator-gluten/pull/5544",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
545155412 | [GOBBLIN-1013] Fix prepare_release_config build step on Windows
Dear Gobblin maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
[x] My PR addresses the following Gobblin JIRA issues and references them in the PR title. For example, "[GOBBL... | gharchive/pull-request | 2020-01-03T20:43:32 | 2025-04-01T06:43:24.465849 | {
"authors": [
"aplex",
"autumnust"
],
"repo": "apache/incubator-gobblin",
"url": "https://github.com/apache/incubator-gobblin/pull/2859",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
678287019 | Ambiguous Bazel version for release v0.20.1-incubating-rc1
Hi everyone.
I'm going to build v0.20.1-incubating-rc1 from released source codes. But the https://github.com/apache/incubator-heron/blob/0.20.1-incubating/README.md doesn't specify the particular version of Bazel.
I have tried bazel-0.20.0 and bazel-0.20.1, ... | gharchive/issue | 2020-08-13T09:18:33 | 2025-04-01T06:43:24.469500 | {
"authors": [
"Code0x58",
"ZanZong"
],
"repo": "apache/incubator-heron",
"url": "https://github.com/apache/incubator-heron/issues/3604",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
312773710 | [HIVEMALL-188] Avoid KryoException: java.lang.NullPointerException
What changes were proposed in this pull request?
Fix a bug in tokenize_ja that occasionally raises KryoException: java.lang.NullPointerException
What type of PR is it?
Bug Fix
What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-188
... | gharchive/pull-request | 2018-04-10T05:01:52 | 2025-04-01T06:43:24.472516 | {
"authors": [
"myui",
"takuti"
],
"repo": "apache/incubator-hivemall",
"url": "https://github.com/apache/incubator-hivemall/pull/142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1084498988 | [INLONG-2034] Update the definition of InLong more clearly
Title Name: [INLONG-XYZ][component] Title of the pull request
where XYZ should be replaced by the actual issue number.
Fixes #2034
Motivation
Explain here the context, and why you're making that change. What is the problem you're trying to solve.
Modification... | gharchive/pull-request | 2021-12-20T08:27:55 | 2025-04-01T06:43:24.490077 | {
"authors": [
"codecov-commenter",
"dockerzhang"
],
"repo": "apache/incubator-inlong",
"url": "https://github.com/apache/incubator-inlong/pull/2037",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
202140417 | METRON-283 Migrate Geo Enrichment outside of MySQL
MySQL Removed
Drops MySQL entirely from the project. This is done for a couple reasons outlined in a discussion thread on the dev lists. They boil down to a combination of licensing, eliminating a single point of failure, and using MaxMind's libraries for handling ... | gharchive/pull-request | 2017-01-20T13:29:45 | 2025-04-01T06:43:24.508834 | {
"authors": [
"cestella",
"dlyle65535",
"justinleet",
"nickwallen"
],
"repo": "apache/incubator-metron",
"url": "https://github.com/apache/incubator-metron/pull/421",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
311907176 | Loading an older model with a custom operator from Java/Scala more than twice causes MXNet to crash
Version
MXNet 1.1.0 with Scala
Description
Our Scala application uses MxNet and includes several tests. Many of these tests load the same model files, so as a result the same process ends up loading a model multiple ti... | gharchive/issue | 2018-04-06T09:26:25 | 2025-04-01T06:43:24.516396 | {
"authors": [
"andrewfayres",
"milandesai",
"nswamy"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/issues/10438",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
352372974 | some errors when extracting feature with mxnet c++ api in windows10 in gpu mode
Description
in gpu mode , the code below
NDArray input(Shape(1, img.channels(), img.rows, img.cols), Context(kGPU, 0), false); occurs error .
and if I modify it as below
NDArray input(Shape(1, img.channels(), img.rows, img.cols), Contex... | gharchive/issue | 2018-08-21T03:33:17 | 2025-04-01T06:43:24.546058 | {
"authors": [
"ankkhedia",
"ghgggg"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/issues/12267",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
812299810 | [v1.x] CU102 CD Failure due to Cuda/Cudnn/CuBlas mismatch
https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-mxnet-cd%2Fmxnet-cd-release-job-1.x/detail/mxnet-cd-release-job-1.x/1530/pipeline/435
[2021-02-18T21:59:21.985Z] what(): [21:59:18] /work/mxnet/3rdparty/mshadow/mshadow/./stream_gp... | gharchive/issue | 2021-02-19T20:04:49 | 2025-04-01T06:43:24.552018 | {
"authors": [
"Zha0q1"
],
"repo": "apache/incubator-mxnet",
"url": "https://github.com/apache/incubator-mxnet/issues/19929",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
270419283 | 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.
Thanks!
If anyone is interest to the why I added the third entry:
org.osgi.compendium-4.2.0.jar is downloaded from maven central
the build process created osgi.cmpn-4.2.jar by strippi... | gharchive/pull-request | 2017-11-01T19:14:44 | 2025-04-01T06:43:24.554518 | {
"authors": [
"geertjanw",
"jlahoda",
"matthiasblaesing"
],
"repo": "apache/incubator-netbeans",
"url": "https://github.com/apache/incubator-netbeans/pull/216",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1119601207 | neutils/thttpd: Remove CONFIG_SDCLONE_DISABLE
Summary
since this option doesn't exist anymore. See https://github.com/apache/incubator-nuttx/pull/5392
Impact
No
Testing
Pass CI
Please ignore the false nxstyle alarm.
| gharchive/pull-request | 2022-01-31T15:46:47 | 2025-04-01T06:43:24.556424 | {
"authors": [
"xiaoxiang781216"
],
"repo": "apache/incubator-nuttx-apps",
"url": "https://github.com/apache/incubator-nuttx-apps/pull/993",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
577399259 | Remove CONFIG_FS_WRITABLE
This is kind of a useless configuration variable that occurs in many places and adds a lot of complexity and makes debug a lot more difficult.
It makes debug more difficult because it is not consistently set and requires a lot of debug time before you finally figure out "I needs to set CONFI... | gharchive/issue | 2020-03-07T20:56:24 | 2025-04-01T06:43:24.559385 | {
"authors": [
"patacongo",
"xiaoxiang781216"
],
"repo": "apache/incubator-nuttx",
"url": "https://github.com/apache/incubator-nuttx/issues/484",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1379501351 | armv7-a/r: only primary can do invalidate_dcache_all() at startting
Summary
armv7-a/r: NON-primary core should invalidate dacache level1
NON-primary cpu will invalidate cpu0's cache L2, that will caused cpu0's data mismatch, and then system crash
Impact
SMP
Testing
VELA
@GUIDINGLI
The sabre-6quad:smp (real board) s... | gharchive/pull-request | 2022-09-20T14:16:50 | 2025-04-01T06:43:24.563461 | {
"authors": [
"GUIDINGLI",
"masayuki2009"
],
"repo": "apache/incubator-nuttx",
"url": "https://github.com/apache/incubator-nuttx/pull/7144",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
302941089 | Some source files miss Apache license headers
Following Apache license header guideline, all human-readable Apache-developed files that are included within a distribution must include the header text with few exceptions. You can find few exceptions here: which files do not require a license header.
I used Apache Rat ... | gharchive/issue | 2018-03-07T02:23:06 | 2025-04-01T06:43:24.566685 | {
"authors": [
"daisy-ycguo"
],
"repo": "apache/incubator-openwhisk-runtime-swift",
"url": "https://github.com/apache/incubator-openwhisk-runtime-swift/issues/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
307137134 | Ensure clean up testspace under wskadmin test.
Fix up testsuite block and unblock a user respectively fails when
testspace contains pre-existing users.
Signed-off-by: Tzu-Chiao Yeh su3g4284zo6y7@gmail.com
Description
The change clean up all users under namespace testspace, testspace1 and testspace2.
To reproduce th... | gharchive/pull-request | 2018-03-21T07:01:28 | 2025-04-01T06:43:24.576461 | {
"authors": [
"dubee",
"rabbah",
"tz70s"
],
"repo": "apache/incubator-openwhisk",
"url": "https://github.com/apache/incubator-openwhisk/pull/3474",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1686449763 | [Bug] lost data when using spark load hive data to paimon
Search before asking
[X] I searched in the issues and found nothing similar.
Paimon version
paimon-0.4-SNAPSHOT
Compute Engine
paimon-spark-3.2-0.4-20230427.002025-43
Minimal reproduce step
create paimon table
CREATE TABLE paimon.fx_paimon.t_consume_info_f (... | gharchive/issue | 2023-04-27T09:12:46 | 2025-04-01T06:43:24.581595 | {
"authors": [
"hiliuxg"
],
"repo": "apache/incubator-paimon",
"url": "https://github.com/apache/incubator-paimon/issues/1044",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
603579950 | [TE] Add validations for the threshold rule anomaly filter
The threshold rule anomaly filter is used for filtering the anomaly based on the current value in the anomaly duration.
However, if the metric is not aggregated by SUM or COUNT, the user may set the wrong parameter and cause the system to filter out the anoma... | gharchive/pull-request | 2020-04-20T22:37:53 | 2025-04-01T06:43:24.583304 | {
"authors": [
"jihaozh"
],
"repo": "apache/incubator-pinot",
"url": "https://github.com/apache/incubator-pinot/pull/5278",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
87038312 | [REEF-358]: Fix violations / reconfigure checkstyle checks in "Whitespace" category
This addressed the issue by
fixing violations of checks in our code.
JIRA: REEF-358
I'll merge this.
| gharchive/pull-request | 2015-06-10T17:04:16 | 2025-04-01T06:43:24.586385 | {
"authors": [
"markusweimer",
"tcNickolas"
],
"repo": "apache/incubator-reef",
"url": "https://github.com/apache/incubator-reef/pull/211",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
209857311 | RYA-249 Geo Indexer precondition check
Description
What Changed?
Mongo precondition checks to make sure the geometry type
for within and intersects is a Polygon.
Tests
Coverage?
There are no existing tests for GeoMongoDBStorageStrategy.
Links
Jira
Checklist
[ ] Code Review
[x] Squash Commits
People To Reivew
@p... | gharchive/pull-request | 2017-02-23T19:20:02 | 2025-04-01T06:43:24.589517 | {
"authors": [
"isper3at",
"pujav65"
],
"repo": "apache/incubator-rya",
"url": "https://github.com/apache/incubator-rya/pull/140",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
244522501 | RYA-293 Added owl:unionOf inference
If A is the union of B and C, then B and C are subclasses of A.
A owl:unionOf (B C D) means that A is the exact set of nodes that belong to any of B, C, and/or D. Therefore:
Any node belonging to B is implied to belong to A, any node belonging to C is implied to belong to A, and ... | gharchive/pull-request | 2017-07-20T23:15:35 | 2025-04-01T06:43:24.606126 | {
"authors": [
"asfgit",
"ejwhite922",
"jessehatfield",
"pujav65"
],
"repo": "apache/incubator-rya",
"url": "https://github.com/apache/incubator-rya/pull/180",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
527513143 | 4.0.0-RC3 Report errors
mysql version:mysql-connector-java-8.0.17.jar
datasource:HikariCP-3.4.1.jar
shardingsphere.version:4.0.0-RC3
Caused by: java.lang.NumberFormatException: For input string: "YES"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseDouble(... | gharchive/issue | 2019-11-23T05:25:51 | 2025-04-01T06:43:24.615731 | {
"authors": [
"dongzl",
"longjy",
"xfyang1989",
"yhsmy"
],
"repo": "apache/incubator-shardingsphere",
"url": "https://github.com/apache/incubator-shardingsphere/issues/3582",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
541301242 | Does Sharding JDBC have "Consistent Hashing " default sharding table strategy?
Does Sharding JDBC have "Consistent Hashing " sharding table strategy?
Or "Consistent Hashing " need myself to implement it?
Can you change the title for search friendly?
ok!I will try to change a friendly title,but my English is worst... | gharchive/issue | 2019-12-21T08:30:43 | 2025-04-01T06:43:24.620407 | {
"authors": [
"terrymanu",
"yuboliang"
],
"repo": "apache/incubator-shardingsphere",
"url": "https://github.com/apache/incubator-shardingsphere/issues/3778",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1263613787 | [type:feature] add github flow to publish docker image to ghcr.io
This PR is intended to build docker image for every PR and publish it to ghrc.io.
it is helpful for building CI in sub-repos, like shenyu-nginx.
Make sure that:
[ ] You have read the contribution guidelines.
[ ] You submit test cases (unit or integra... | gharchive/pull-request | 2022-06-07T17:09:02 | 2025-04-01T06:43:24.640685 | {
"authors": [
"codecov-commenter",
"zhc00"
],
"repo": "apache/incubator-shenyu",
"url": "https://github.com/apache/incubator-shenyu/pull/3496",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
106504311 | SINGA-57 Improve Distributed Hogwild
The Trainer::Run and Server::Run was messy due to the monitoring of the network bandwidth for implementing the distributed hogwild. This pull request re-implement this framework removing the bandwidth monitoring.
The ClusterProto::sync_freq field controls the frequency of sync bet... | gharchive/pull-request | 2015-09-15T08:07:17 | 2025-04-01T06:43:24.644443 | {
"authors": [
"nudles"
],
"repo": "apache/incubator-singa",
"url": "https://github.com/apache/incubator-singa/pull/67",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2271859754 | Documentation site has path collision on case sensitive file systems.
When cloning the website directory to a OSX machine I get the following output:
git clone git@github.com:apache/incubator-stormcrawler-site.git
Cloning into 'incubator-stormcrawler-site'...
.. removed for brevity...
warning: the following paths h... | gharchive/issue | 2024-04-30T15:42:20 | 2025-04-01T06:43:24.645846 | {
"authors": [
"joshfischer1108",
"rzo1"
],
"repo": "apache/incubator-stormcrawler",
"url": "https://github.com/apache/incubator-stormcrawler/issues/1204",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2207155547 | [ISSUES-3627] Fix Adding flink1.19 environment configuration exception
Starting with Flink 1.19, Flink has officially introduced full support for the standard YAML 1.2 syntax (FLIP-366). The default configuration file has been changed to config.yaml and placed in the conf/ directory. Users should directly modify this... | gharchive/pull-request | 2024-03-26T03:16:38 | 2025-04-01T06:43:24.651310 | {
"authors": [
"hackallan"
],
"repo": "apache/incubator-streampark",
"url": "https://github.com/apache/incubator-streampark/pull/3629",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
351480226 | Other format support for scheduled reports
Hi
i implemented scheduled reports successfully ( https://github.com/Affirm/incubator-superset/tree/scheduled ) , thanks to @mahedra
We need report export in ( xls , xlsx ) and that could be scheduled .
Format could be selected from front end #https://github.com/apache/i... | gharchive/issue | 2018-08-17T07:01:36 | 2025-04-01T06:43:24.653636 | {
"authors": [
"mahendra",
"nik-crisp"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/issues/5658",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
532475872 | How does Gunicorn workers improve Superset's performance?
I'm using 10 gunicorn workers to run superset.
When multiple users are accessing superset at the same time, will these workers get split among the users?
While loading a dashboard, only 6 queries are running concurrently, is there a way to increase that numbe... | gharchive/issue | 2019-12-04T06:22:03 | 2025-04-01T06:43:24.658886 | {
"authors": [
"LeoDiep",
"max-123-rich",
"willbarrett"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/issues/8751",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
264354947 | Allowing an updated moment.js breaks lots of stuff
Moment.js changed the way they did exports since version 2.14.1, but if the dependency is set to "^2.14.1" yarn (and I think npm install) will install a later version (2.19.0) with the different exports.
This solves that problem, though you might wanna take a look mo... | gharchive/pull-request | 2017-10-10T19:53:45 | 2025-04-01T06:43:24.663257 | {
"authors": [
"coveralls",
"johncomposed",
"mistercrunch"
],
"repo": "apache/incubator-superset",
"url": "https://github.com/apache/incubator-superset/pull/3639",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2431225233 | [MINOR] Improvement(script) Move rss-env.sh to conf folder
What changes were proposed in this pull request?
Move rss-env.sh to conf folder.
Why are the changes needed?
rss-env.sh is a part of config file, it is mutable, we should maintain it within config server rather than bin folder
Does this PR introduce any user... | gharchive/pull-request | 2024-07-26T01:19:02 | 2025-04-01T06:43:24.669055 | {
"authors": [
"maobaolong",
"rickyma"
],
"repo": "apache/incubator-uniffle",
"url": "https://github.com/apache/incubator-uniffle/pull/1962",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
109641722 | zeppelin-333:Notebook create delete & clone REST API
Initial implementation of createNote REST API.
implementation overlap socket implementation, to minimal the effect for socket behavior, later PR can refactor the creation "logic" (create note, add paragraph, set name) to the zengine class and avoid duplication or e... | gharchive/pull-request | 2015-10-03T19:52:39 | 2025-04-01T06:43:24.699416 | {
"authors": [
"Leemoonsoo",
"bzz",
"corneadoug",
"eranwitkon",
"vmakhaev"
],
"repo": "apache/incubator-zeppelin",
"url": "https://github.com/apache/incubator-zeppelin/pull/334",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2129197433 | [JAMES-3897] Crowdsec SMTP connect hook
EHLO is not required before sending AUTH, therefore blocking on EHLO does't work very well against bruteforce attempts.
This PR introduces a hard connection close when a banned ip attempts to connect again to james even before the IP can send any SMTP command.
There was a gre... | gharchive/pull-request | 2024-02-11T22:20:54 | 2025-04-01T06:43:24.701338 | {
"authors": [
"jeantil"
],
"repo": "apache/james-project",
"url": "https://github.com/apache/james-project/pull/1994",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
369892411 | Cleanup saveservice
Description
Cleanup code in SaveService.
Motivation and Context
I always like to look at the warnings in the IDE to see, where the code has problems. If there are too many warnings, I tend to oversee the real dangerous ones. So this pull request tries to get rid of the ones that are easy to fix an... | gharchive/pull-request | 2018-10-14T11:17:48 | 2025-04-01T06:43:24.704258 | {
"authors": [
"FSchumacher",
"pmouawad"
],
"repo": "apache/jmeter",
"url": "https://github.com/apache/jmeter/pull/409",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1202554741 | [WIP] KAFKA-13421
More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.
Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behavi... | gharchive/pull-request | 2022-04-12T23:43:52 | 2025-04-01T06:43:24.706992 | {
"authors": [
"philipnee"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/12038",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1944788449 | KAFKA-15608: Assign lastet leader eopch and offset checkpoint to future log when replacing current log
Recently, I encountered a issue that there was always 1 partition having only 1 ISR (no produce traffic on this topic). The bug is related to altering log dir. When replacing current log with future log, broker does... | gharchive/pull-request | 2023-10-16T09:35:21 | 2025-04-01T06:43:24.720106 | {
"authors": [
"drawxy",
"hudeqi"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/14553",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2146152622 | MINOR: Reduce memory allocation in ClientTelemetryReporter.java
ClientTelemetryReporter.timeToNextUpdate is called really often when sending a lot of data to Kafka servers. This is due to its logging. It tries to log the current state by formatting a string which generates a lot of char[] underneath.
This change will... | gharchive/pull-request | 2024-02-21T08:52:18 | 2025-04-01T06:43:24.726010 | {
"authors": [
"divijvaidya",
"testn"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/15402",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190412686 | KAFKA-4416: Add a --group option to console consumer
The value provided for this option overwrites any group.id value indirectly provided via consumer-property or consumer.config options.
LGTM, thanks for this work!
@hachikuji @ijuma bumping this up hoping it can make it to 1.0.0.
@hachikuji Hopefully the recen... | gharchive/pull-request | 2016-11-18T20:20:34 | 2025-04-01T06:43:24.728493 | {
"authors": [
"mcandre",
"vahidhashemian"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/2150",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
278730444 | KAFKA-6300 SelectorTest may fail with ConcurrentModificationException
Synchronization is added w.r.t. sockets ArrayList to avoid ConcurrentModificationException
Committer Checklist (excluded from commit message)
[ ] Verify design and implementation
[ ] Verify test coverage and CI build status
[ ] Verify documentatio... | gharchive/pull-request | 2017-12-03T00:15:04 | 2025-04-01T06:43:24.732692 | {
"authors": [
"ijuma",
"rajinisivaram",
"tedyu"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/4288",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
313695591 | KAFKA-6775: Fix the issue of without init super class's
Some anonymous classes of AbstractProcessor didn't initialize their superclass. This will not set up ProcessorContext context at AbstractProcessor.
Committer Checklist (excluded from commit message)
[ ] Verify design and implementation
[ ] Verify test coverage ... | gharchive/pull-request | 2018-04-12T11:58:27 | 2025-04-01T06:43:24.736837 | {
"authors": [
"guozhangwang",
"jiminhsieh",
"mjsax"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/4859",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
315010269 | ConnectorConfig could override Producer's config
Could we improve Worker to be able to override producer configuration properties from ConnectorConfig.
It would be able to override for example sasl.jaas.config (credentials)
Is there another way to handle this case?
Thank you
More detailed description of your change,
... | gharchive/pull-request | 2018-04-17T11:03:01 | 2025-04-01T06:43:24.740889 | {
"authors": [
"cyriljoui",
"hachikuji",
"rhauch"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/4887",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
345630777 | KAFKA-6620: Documentation about 'exactly_once' doesn't mention 'transaction.state.log.min.isr'
Add note on transaction.state.log.min.isr property, which can cause a problem when transaction.state.log.replication.factor is set to 1 for development without changing it to 1.
note: GlobalKTableEOSIntegrationTest.java
no... | gharchive/pull-request | 2018-07-30T06:45:01 | 2025-04-01T06:43:24.743457 | {
"authors": [
"dongjinleekr",
"mjsax"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/5434",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
435749849 | KAFKA-7895: fix Suppress changelog restore (#6536)
Several issues have come to light since the 2.2.0 release:
upon restore, suppress incorrectly set the record metadata using the changelog record, instead of preserving the original metadata
restoring a tombstone incorrectly didn't update the buffer size and min-times... | gharchive/pull-request | 2019-04-22T14:37:11 | 2025-04-01T06:43:24.747702 | {
"authors": [
"bbejeck",
"vvcephei"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/6615",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
450099313 | KAFKA-8446: Kafka Streams restoration crashes with NPE when the record value is null
When the restored record value is null, we are in danger of NPE during restoration phase.
Committer Checklist (excluded from commit message)
[ ] Verify design and implementation
[ ] Verify test coverage and CI build status
[ ] Verif... | gharchive/pull-request | 2019-05-30T02:24:24 | 2025-04-01T06:43:24.752819 | {
"authors": [
"abbccdda",
"apurvam",
"bbejeck",
"guozhangwang",
"mjsax"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/6842",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1567635833 | Bump httpclient version to 4.5.14 and httpcore version to 4.4.16
Why are the changes needed?
How was this patch tested?
[ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
[ ] Add screenshots for manual tests if appropriate
[ ] Run test locally before ma... | gharchive/pull-request | 2023-02-02T09:17:19 | 2025-04-01T06:43:24.755635 | {
"authors": [
"bowenliang123",
"turboFei"
],
"repo": "apache/kyuubi",
"url": "https://github.com/apache/kyuubi/pull/4230",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1834248596 | Allow setting Zookeeper SPN using Kyuubi configuration
Why are the changes needed?
One of the basic ideas of Kerberos authentication is that the Client MUST provide the Server Principal Name (SPN). Previously, there is no way but only -Dzookeeper.server.principal=zk/_HOST@REALM to set ZK SPN, this PR allows user to... | gharchive/pull-request | 2023-08-03T04:27:51 | 2025-04-01T06:43:24.758931 | {
"authors": [
"pan3793"
],
"repo": "apache/kyuubi",
"url": "https://github.com/apache/kyuubi/pull/5130",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1020939630 | LUCENE-10129: Add RamUsageEstimator.shallowSizeOf() for primitive arrays
Description
shallowSizeOf(long[]) would call shallowSizeOf(Object), which is slower, but leads to the same result as sizeOf(long[]). The same applies to all primitive types.
Solution
Overload call to shallowSizeOf() for primitive arrays so it w... | gharchive/pull-request | 2021-10-08T10:23:18 | 2025-04-01T06:43:24.771556 | {
"authors": [
"stefanvodita",
"uschindler"
],
"repo": "apache/lucene",
"url": "https://github.com/apache/lucene/pull/367",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
455090477 | Access CSVParser in a synchronized manner
Fixes MM-1213.
The SingleLineCsvRow class uses com.opencsv.CsvParser to read lines from a CSV file. If this is done in a parallel manner the results can be corrupted because the CsvParser itself doesn't provide thread safety. Therefore we have to access it in a synchronized m... | gharchive/pull-request | 2019-06-12T08:55:58 | 2025-04-01T06:43:24.800358 | {
"authors": [
"arjansh",
"kaspersorensen"
],
"repo": "apache/metamodel",
"url": "https://github.com/apache/metamodel/pull/221",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
429657289 | METRON-2060 Improving Alerts table config pane
Contributor Comments
As a part of this PR I'm separating list visible in available columns in alerts table config pane. This makes a better user experience also fixes a few glitches.
List of changes:
separating lists of visible and available columns
changing the width o... | gharchive/pull-request | 2019-04-05T09:13:47 | 2025-04-01T06:43:24.818940 | {
"authors": [
"TonyJabbour",
"mmiklavc",
"tiborm"
],
"repo": "apache/metron",
"url": "https://github.com/apache/metron/pull/1375",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
310485968 | NIFI-5033: Ensuring appropriate response in checkAuthorization when user is null
NIFI-5033:
Ensuring appropriate response in checkAuthorization when user is null.
Ensuring the user reference is passed down when applying variable changes.
Hi @mcgilman , I just gave it a try and it solves the reported issue. It loo... | gharchive/pull-request | 2018-04-02T13:33:37 | 2025-04-01T06:43:24.839570 | {
"authors": [
"markap14",
"mcgilman",
"ottobackwards",
"pvillard31"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/2598",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1317125373 | NIFI-10277 Refactor ConnectionLoadBalanceServerTest
Summary
NIFI-10277 Refactors the ConnectionLoadBalanceServerTest to use a dynamic available TCP port for the server instead of a static port. The new test includes methods for success and failure conditions.
Tracking
Please complete the following tracking steps prio... | gharchive/pull-request | 2022-07-25T17:08:25 | 2025-04-01T06:43:24.846135 | {
"authors": [
"exceptionfactory",
"joewitt"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/6245",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1818653837 | NIFI-11850 - CLI - add keep existing parameter context flag
Summary
NIFI-11850 - CLI - add keep existing parameter context flag
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
[ ] Apache NiFi Jira issue created
Pull Request Tracking
[ ] Pull Request title starts... | gharchive/pull-request | 2023-07-24T15:27:15 | 2025-04-01T06:43:24.852913 | {
"authors": [
"pvillard31"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/7520",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2123917533 | NIFI-12755 - Upgrade Jetty to 12.0.6
Summary
NIFI-12755 - Upgrade Jetty to 12.0.6
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
[ ] Apache NiFi Jira issue created
Pull Request Tracking
[ ] Pull Request title starts with Apache NiFi Jira issue number, such as N... | gharchive/pull-request | 2024-02-07T21:20:09 | 2025-04-01T06:43:24.859841 | {
"authors": [
"exceptionfactory",
"pvillard31"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/8374",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2561680075 | NIFI-13829: Mitigate false positive reports of MonitorActivity, in case of infrequent Flow Files
Summary
NIFI-13829
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
[x] Apache NiFi Jira issue created
Pull Request Tracking
[X] Pull Request title starts... | gharchive/pull-request | 2024-10-02T13:25:49 | 2025-04-01T06:43:24.866776 | {
"authors": [
"takraj",
"tpalfy"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/9333",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2398257927 | STM32 Serial driver status
Recently I've started to learn the internals of NuttX. I'm currently using nucleo f429zi board.
While looking at lower half stm32 serial driver I've noticed a few this that does not make sense, like:
interrupt enable mask (ie) struct member as uint16_t shared for two 32 bit registers.
up_t... | gharchive/issue | 2024-07-09T13:37:44 | 2025-04-01T06:43:24.878614 | {
"authors": [
"LuchianMihai",
"acassis",
"raiden00pl"
],
"repo": "apache/nuttx",
"url": "https://github.com/apache/nuttx/issues/12653",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
269358959 | Orc 256 unmask range option
This PR contains changes that enables unmasking range option for redact mask (ORC-256).
The react mask would accept an additional option (option #3 in this case) that has the configuration for leaving certain ranges of strings unmasked
The options will look like "0:4,-4:-1"
Range unmaskin... | gharchive/pull-request | 2017-10-28T23:46:03 | 2025-04-01T06:43:24.882238 | {
"authors": [
"moresandeep",
"omalley"
],
"repo": "apache/orc",
"url": "https://github.com/apache/orc/pull/184",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
870699500 | HDDS-5149 when source datanode download container tar from target datanode,but the target datanode container file missing,import error
What changes were proposed in this pull request?
fix if the metadatafile or chunksfile missing import export container error
What is the link to the Apache JIRA
https://issues.apache.... | gharchive/pull-request | 2021-04-29T07:26:25 | 2025-04-01T06:43:24.884163 | {
"authors": [
"adoroszlai",
"cchenax"
],
"repo": "apache/ozone",
"url": "https://github.com/apache/ozone/pull/2196",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1846257937 | HDDS-9157. [Snapshot] Print correct snapshot path in fs -createSnapshot
What changes were proposed in this pull request?
Correctly print snapshot path when subdirectories are specified during snapshot creation with fs -createSnapshot.
cc @hemantk-12
What is the link to the Apache JIRA
https://issues.apache.org/jira... | gharchive/pull-request | 2023-08-11T06:19:38 | 2025-04-01T06:43:24.886709 | {
"authors": [
"smengcl"
],
"repo": "apache/ozone",
"url": "https://github.com/apache/ozone/pull/5174",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1882642907 | HDDS-9238. Moved web.utils methods to s3g
What changes were proposed in this pull request?
Removed unused methods from org.apache.hadoop.ozone.web.utils.OzoneUtils
Moved remaining methods to S3G module
Replaced SimpleDateFormat with DateTimeFormatter
What is the link to the Apache JIRA
https://issues.apache.org/jir... | gharchive/pull-request | 2023-09-05T20:04:52 | 2025-04-01T06:43:24.888987 | {
"authors": [
"adoroszlai",
"myskov"
],
"repo": "apache/ozone",
"url": "https://github.com/apache/ozone/pull/5247",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1806640643 | Delete the usage of the old commons-httpclient dependency
Currently, pinot has the dependency both on commons-httpclient and httpcomponents.
I think using the two versions of the same library doesn't make much sense. We should delete the use of the old version, i.e. commons-httpclient. Also, the removal of this depen... | gharchive/issue | 2023-07-16T16:26:45 | 2025-04-01T06:43:24.891862 | {
"authors": [
"Jackie-Jiang",
"abhioncbr",
"xiangfu0"
],
"repo": "apache/pinot",
"url": "https://github.com/apache/pinot/issues/11118",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1157647990 | Support segment upload to real-time table
Currently we allow uploading segments to upsert-enabled table (#6567)
We should extend it to allow uploading segment to any real-time table so that the following features are possible:
Bootstrap a real-time table
Back-fill
Segment merge/rollup
Segment purge/conversion
With ... | gharchive/issue | 2022-03-02T20:16:05 | 2025-04-01T06:43:24.895054 | {
"authors": [
"Jackie-Jiang",
"mcvsubbu"
],
"repo": "apache/pinot",
"url": "https://github.com/apache/pinot/issues/8283",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2408057480 | Add OOM Protection Support for Multi-Stage Queries
OOM Protection in Pinot depends on accounting of resource usage of threads that execute a query. Resource accounting is currently supported for Single-Stage queries only. This PR adds instrumentation for Multi-Stage query engine as well. OOM protection is automatical... | gharchive/pull-request | 2024-07-15T07:30:24 | 2025-04-01T06:43:24.931132 | {
"authors": [
"codecov-commenter",
"vrajat"
],
"repo": "apache/pinot",
"url": "https://github.com/apache/pinot/pull/13598",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1006502146 | do not allow qualification of member variables with this
Description
Code like this.foo = foo is common elsewhere in the Java ecosystem, but pinot prefixes member variables with an underscore. Style violations like this._foo = foo frequently come up in code review, and this PR automates enforcement of this style.
Upg... | gharchive/pull-request | 2021-09-24T14:05:02 | 2025-04-01T06:43:24.937007 | {
"authors": [
"kishoreg",
"richardstartin"
],
"repo": "apache/pinot",
"url": "https://github.com/apache/pinot/pull/7484",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1264031307 | Fix getConfigOverrides in MinionQuickstart
Current quickstart fails because super.getConfigOverrides(); is an Immutable Map. Anyway the overrides should be provided in a separate map.
Codecov Report
Merging #8858 (0f167a7) into master (e8f9d88) will decrease coverage by 54.45%.
The diff coverage is n/a.
@@ ... | gharchive/pull-request | 2022-06-08T00:27:01 | 2025-04-01T06:43:24.956623 | {
"authors": [
"codecov-commenter",
"npawar"
],
"repo": "apache/pinot",
"url": "https://github.com/apache/pinot/pull/8858",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
860689467 | Fix transaction buffer lookup
Motivation
now transaction buffer client handle transaction coordinator command by find topic address and create connect. it can't init PersistentTopic in broker, so the command will always fail.
implement
transaction buffer client handle transaction coordinator command should lookup to... | gharchive/pull-request | 2021-04-18T15:18:06 | 2025-04-01T06:43:24.960359 | {
"authors": [
"congbobo184"
],
"repo": "apache/pulsar",
"url": "https://github.com/apache/pulsar/pull/10257",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1273351022 | [improve][pulsar-perf] Transactions: client TLS options
Motivation
pulsar-perf transaction does not support tls parameter for the pulsar client like --trust-cert-file and -tls-allow-insecure as the other perf command do (produce, consume, read)
Modifications
Refactored the common arguments for the perf commands to a... | gharchive/pull-request | 2022-06-16T10:11:28 | 2025-04-01T06:43:24.964357 | {
"authors": [
"liangyepianzhou",
"nicoloboschi"
],
"repo": "apache/pulsar",
"url": "https://github.com/apache/pulsar/pull/16090",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1408952606 | [fix][ci] Remove deprecated usage of ::set-output
Motivation
Usage of ::set-output in GH actions is deprecated and it will removed soon.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Modifications
Replaced ::set-output with appending output to $GITHUB_OUTPUT ... | gharchive/pull-request | 2022-10-14T08:11:29 | 2025-04-01T06:43:24.969113 | {
"authors": [
"nicoloboschi"
],
"repo": "apache/pulsar",
"url": "https://github.com/apache/pulsar/pull/18049",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1700096468 | [feat][broker] ns-isolation-policy support hostport pattern
This closes #15795.
Motivation
ns-isolation-policy primary and secondary regex pattern currently verify against hostname only, while we return broker list in hostport pattern, we may support the regex pattern test against the whole URL (or a combine of host:... | gharchive/pull-request | 2023-05-08T11:44:43 | 2025-04-01T06:43:24.986311 | {
"authors": [
"codecov-commenter",
"tisonkun",
"visxu"
],
"repo": "apache/pulsar",
"url": "https://github.com/apache/pulsar/pull/20256",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
755911281 | [pulsar-broker] validate namespace isolation policy regex before updating
Motivation
Right now, the broker stores ns-isolation policy regex without validating which will cause failure at runtime. So, perform fast fail validation and validate policy before storing instead of failing at runtime with invalid policy rege... | gharchive/pull-request | 2020-12-03T06:33:03 | 2025-04-01T06:43:24.989365 | {
"authors": [
"rdhabalia",
"zymap"
],
"repo": "apache/pulsar",
"url": "https://github.com/apache/pulsar/pull/8804",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.