qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

fix: dev: ISS-334: ReadRequestChain threads got deamonized #335

Closed kvankayala closed 4 years ago

kvankayala commented 4 years ago

Daemonized the ReadRequestChain threads

codecov-io commented 4 years ago

Codecov Report

Merging #335 into master will decrease coverage by 0.07%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
- Coverage   50.36%   50.28%   -0.08%     
==========================================
  Files          66       66              
  Lines        3157     3162       +5     
  Branches      350      350              
==========================================
  Hits         1590     1590              
- Misses       1479     1484       +5     
  Partials       88       88
Impacted Files Coverage Δ
...java/com/qubole/rubix/core/CachingInputStream.java 0% <0%> (ø) :arrow_up:
abhishekdas99 commented 4 years ago

@kvankayala Can we create another issue to make sure we tackle this non-daemonized thread issue across the project.