Skip to content

KAFKA-2479: Transient exception#279

Closed
Ishiihara wants to merge 3 commits into
apache:trunkfrom
confluentinc:transient-exception
Closed

KAFKA-2479: Transient exception#279
Ishiihara wants to merge 3 commits into
apache:trunkfrom
confluentinc:transient-exception

Conversation

@Ishiihara

Copy link
Copy Markdown
Contributor

Transient exception handling.

@ewencp

ewencp commented Oct 7, 2015

Copy link
Copy Markdown
Contributor

@Ishiihara KAFKA-2482 has been merged, so you could cherry-pick/merge this to get a clean PR including only your changes.

@Ishiihara Ishiihara force-pushed the transient-exception branch from 68b8701 to 2770ca6 Compare October 14, 2015 23:08
@Ishiihara Ishiihara changed the title Transient exception KAFKA 2479: Transient exception Oct 14, 2015
@Ishiihara Ishiihara changed the title KAFKA 2479: Transient exception KAFKA-2479: Transient exception Oct 14, 2015
@Ishiihara Ishiihara force-pushed the transient-exception branch from 46ada35 to f300888 Compare October 15, 2015 00:14
@Ishiihara Ishiihara force-pushed the transient-exception branch from f300888 to 57901f4 Compare October 15, 2015 00:15

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkstyle is complaining about wrong indent levels

@guozhangwang

Copy link
Copy Markdown
Contributor

@Ishiihara Liquan could you rebase if still relevant?

@Ishiihara Ishiihara closed this May 10, 2016
@ewencp ewencp deleted the transient-exception branch December 27, 2016 17:22
lbradstreet added a commit to lbradstreet/kafka that referenced this pull request Mar 6, 2020
…pache#279)

This PR changes the way jenkins works to make cp-downstream-builds failures mark the build as unstable (yellow) rather than failed (red). We have previously seen committers treating red/failed builds as successful due to a lack of test failures, even though code may have failed to compile or jenkins workers may have exited with non-zero status codes.

We now also capture a text file with the downstream build number in it as a jenkins artifact.
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 4, 2022
…e#279)

TICKET = KAFKA-7016
LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled.
However, the stack trace can provide valuable information for troubleshooting.
Although getting the stack trace may be expensive, exceptions should happen rarely,
and thus it's better to pay the cost when they do happen.

EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in.

(cherry picked from commit 22868e2)

Co-authored-by: Lucas Wang <luwang@linkedin.com>
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 28, 2022
…e#279)

TICKET = KAFKA-7016
LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled.
However, the stack trace can provide valuable information for troubleshooting.
Although getting the stack trace may be expensive, exceptions should happen rarely,
and thus it's better to pay the cost when they do happen.

EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in.

(cherry picked from commit 22868e2)

Co-authored-by: Lucas Wang <luwang@linkedin.com>
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jun 16, 2022
…e#279)

TICKET = KAFKA-7016
LI_DESCRIPTION = The current code base has the stack trace of ApiExceptions disabled.
However, the stack trace can provide valuable information for troubleshooting.
Although getting the stack trace may be expensive, exceptions should happen rarely,
and thus it's better to pay the cost when they do happen.

EXIT_CRITERIA = When KAFKA-7016 is resolved and the changes are pulled in.

(cherry picked from commit 22868e2)

Co-authored-by: Lucas Wang <luwang@linkedin.com>
davide-armand pushed a commit to aiven/kafka that referenced this pull request Dec 1, 2025
* chore(inkless:docker): use aivenoy docker organization for inkless image

* chore(inkless:demo): use published kafka image
jeqo added a commit to aiven/kafka that referenced this pull request Jan 16, 2026
* chore(inkless:docker): use aivenoy docker organization for inkless image

* chore(inkless:demo): use published kafka image
traceyyoshima added a commit to traceyyoshima/kafka that referenced this pull request May 22, 2026
Single bulk apply of the Language Engine's IntelliJ-style format
profile across the kafka source tree. Pairs with the IntelliJ-real
control branch `intellij-formatting` for side-by-side comparison.

Engine state at apply time includes the following format fixes
landed against the language-engine repo:

  Pre-PR #11:
  - PR apache#275 multi-line // comment indent group
  - PR apache#276 BLANK_LINES_AROUND_CLASS + sibling no-op repair
  - PR apache#277 string-concat chain anchor preservation
  - PR apache#279 forward style through apply routes
  - PR apache#281 Result-tab line-number alignment
  - PR apache#282 spaces after return / throw / yield / instanceof
  - PR apache#283 chain-dot postfix preservation
  - PR apache#284 BlankLines sibling minimum.* conversion
  - PR apache#285 chain-dot single-anchor (N=1) preservation
  - PR apache#286 string-concat chain partial-cascade fix
  - PR apache#287 method-decl param re-align for misaligned source
  - PR apache#288 annotation-in-array-init indent

  Post-original-PR #11 (new in this re-apply):
  - PR apache#289 partial-cascade post-rewrite-anchor (4 shape fixes:
    chain-dot postfix follow-on, MI/NewClass close-paren cascade,
    ternary continuation, lambda body continuation)

Stats: 3101 files written, 0 failures, 2678 already-idempotent
files skipped (no_change). Corpus byte delta vs trunk: -510 bytes
(106275 insertions / 106785 deletions).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants