Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix TableNotFoundException when truncate HBase store #771

Merged
merged 1 commit into from
Dec 1, 2019

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Nov 30, 2019

fixed: #770

Change-Id: Ibb74acc04018378a11b2d3304ea9e1437fc5879b

@codecov
Copy link

codecov bot commented Nov 30, 2019

Codecov Report

Merging #771 into master will increase coverage by 0.01%.
The diff coverage is 88.88%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #771      +/-   ##
============================================
+ Coverage     71.19%   71.21%   +0.01%     
  Complexity     4346     4346              
============================================
  Files           282      282              
  Lines         20794    20807      +13     
  Branches       2929     2930       +1     
============================================
+ Hits          14804    14817      +13     
  Misses         4541     4541              
  Partials       1449     1449
Impacted Files Coverage Δ Complexity Δ
...du/hugegraph/backend/store/hbase/HbaseOptions.java 95% <100%> (+0.88%) 2 <0> (ø) ⬇️
...u/hugegraph/backend/store/hbase/HbaseSessions.java 67.53% <100%> (ø) 23 <0> (ø) ⬇️
...aidu/hugegraph/backend/store/hbase/HbaseStore.java 74.86% <85.71%> (+1.38%) 31 <0> (+1) ⬆️
...ugegraph/backend/store/memory/InMemoryDBTable.java 82.29% <0%> (-1.05%) 39% <0%> (-1%)
...a/com/baidu/hugegraph/backend/query/Condition.java 78.42% <0%> (+0.41%) 31% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e17916...97a4cb0. Read the comment docs.

fixed: #770

Change-Id: Ibb74acc04018378a11b2d3304ea9e1437fc5879b
@Linary Linary merged commit c653385 into master Dec 1, 2019
@Linary Linary deleted the hbase-truncate branch December 1, 2019 09:05
.get(HbaseOptions.TRUNCATE_TIMEOUT);
for (Map.Entry<String, Future<Void>> entry : futures.entrySet()) {
currentTable = entry.getKey();
entry.getValue().get(timeout, TimeUnit.SECONDS);
Copy link
Contributor

Choose a reason for hiding this comment

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

call invokeAll

Copy link
Contributor

Choose a reason for hiding this comment

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

the current timeout will accumulate for each table

javeme pushed a commit that referenced this pull request Dec 5, 2019
fixed: #770

Change-Id: Ibb74acc04018378a11b2d3304ea9e1437fc5879b
javeme pushed a commit that referenced this pull request Dec 6, 2019
fixed: #770

Change-Id: Ibb74acc04018378a11b2d3304ea9e1437fc5879b
Linary pushed a commit that referenced this pull request Dec 9, 2019
* Start service should fail quickly when occured exception (#748)

Change-Id: I36803f2dcc1ae19046cfb209d67a1008df135b21

* allow rest api to query vertices & edges with multi properties by paging (#759)

implemented: #658
Change-Id: Ic803bc5d11bbd77d8d2b8b7c3cc247cdd5d7781e

* fix TableNotFoundException when truncate HBase store (#771)

fixed: #770

Change-Id: Ibb74acc04018378a11b2d3304ea9e1437fc5879b

* fix: Requested permits (0) must be positive (#773)

Change-Id: I43ab6b0614e86464f2ce9824fda63df1f6dbd2f9
fix: #760

* Fix start.hugegraph.sh timeout when config authentication (#761)

Change-Id: Ic22531cead13f3698791070a044d66eacb1c26ee

* fix connect failed of mysql backend when using studio gremlin (#765)

fixed: #758

Change-Id: Ia52ea1588b1b4ecef882732cfbb8606ceb4bea30
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.

Hbase后端truncate有时报TableNotFoundException
3 participants