qubole / rubix

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

fix: dev: #297: Fix No such file or directory exception in bks logs #295

Closed garvit-gupta closed 5 years ago

garvit-gupta commented 5 years ago

The exception occurred because the bks service did not have write privileges over the cache table directories and consequently was not able to create metadata files in the case of Non local reads.

fixes #297

codecov-io commented 5 years ago

Codecov Report

Merging #295 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
+ Coverage   50.39%   50.44%   +0.04%     
==========================================
  Files          60       60              
  Lines        3028     3031       +3     
  Branches      331      332       +1     
==========================================
+ Hits         1526     1529       +3     
  Misses       1413     1413              
  Partials       89       89
Impacted Files Coverage Δ
.../src/main/java/com/qubole/rubix/spi/CacheUtil.java 87.37% <100%> (+0.37%) :arrow_up: