• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / incubator-distributedlog / 334
43%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2017 07:38AM UTC
Jobs 1
Files 423
Run time 23s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
334

push

jenkins

sijie
<a href="https://github.com/apache/incubator-distributedlog/commit/<a class=hub.com/apache/incubator-distributedlog/commit/0cb775c931c7b92a0dda58bb59b4145ff9fdd255">0cb775c93<a href="https://github.com/apache/incubator-distributedlog/commit/0cb775c931c7b92a0dda58bb59b4145ff9fdd255">&quot;&gt;DL-204: Bump libthrift to latest version for distributedlog-core

Currently finagle heavily depends on an out-of-dated version - libthrift 5.0. Proxy modules (client, server) depend on this version, however the core library doesn&amp;#39;t really depend on libthrift.

This change is to change libthrift to 0.9.* in distributedlog-core and shade it to avoid it conflict with the version used by finagle.

This change is based on #131 . The main change is at gitsha [6e58786](https://github.com/apache/incubator-distributedlog/commit/</a><a class="double-link" href="https://github.com/apache/incubator-distributedlog/commit/<a class="double-link" href="https://github.com/apache/incubator-distributedlog/commit/6e587869f87cdce50ae93ba3d52767719d1ab5a6">6e587869f</a>">6e587869f</a><a href="https://github.com/apache/incubator-distributedlog/commit/0cb775c931c7b92a0dda58bb59b4145ff9fdd255">)

Author: Sijie Guo &lt;sijie@apache.org&gt;

Reviewers: Jia Zhai &lt;None&gt;, Leigh Stewart <lstewart@apache.org>

Closes #132 from sijie/change_thrift_for_core_module

1145 of 1145 new or added lines in 2 files covered. (100.0%)

13577 of 31162 relevant lines covered (43.57%)

1028.47 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
223
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/thrift/AccessControlEntry.java
529
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/thrift/BKDLConfigFormat.java

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/ReadCancelledException.java
1
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/RequestDeniedException.java
1
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/WriteException.java
1
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/exceptions/ZKException.java
1
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/ReadAheadEntryReader.java
1
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/BKLogSegmentWriter.java
1
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LogSegmentIsTruncatedException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/AlreadyClosedException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/AlreadyTruncatedTransactionException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/InvalidEnvelopedEntryException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LogSegmentNotFoundException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/NotYetImplementedException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/RegionUnavailableException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/UnsupportedMetadataVersionException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/TooManyStreamsException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/StreamUnavailableException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/StreamNotReadyException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/ServiceUnavailableException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LogReadException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LogNotFoundException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LogExistsException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LogEmptyException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/EndOfStreamException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/EndOfLogSegmentException.java
2
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/ChecksumFailedException.java
3
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/BKTransmitException.java
3
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/OwnershipAcquireFailedException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/DLInterruptedException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/InvalidStreamNameException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/MetadataException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/RetryableReadException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/OverCapacityException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/DLIllegalStateException.java
4
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/DLClientClosedException.java
5
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/WriteCancelledException.java
5
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/TransactionIdOutOfOrderException.java
6
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/UnexpectedException.java
6
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/InternalServerException.java
6
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/FlushException.java
7
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/DLException.java
8
100.0
distributedlog-protocol/src/main/java/org/apache/distributedlog/exceptions/LockingException.java
13
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/util/DLUtils.java
35
100.0
distributedlog-core/src/main/java/org/apache/distributedlog/util/Utils.java
45
100.0
distributedlog-benchmark/src/main/java/org/apache/distributedlog/benchmark/WriterWorker.java
Jobs
ID Job ID Ran Files Coverage
1 334.1 13 Jun 2017 07:38AM UTC 0
43.57
Source Files on build 334
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #334
  • 0cb775c9 on github
  • Prev Build on master (#333)
  • Next Build on master (#335)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc