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: The backend store of 'xx' has not been initialized #708

Merged
merged 3 commits into from
Nov 4, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Oct 12, 2019

The backend has been initialized, but this error is still raised.

fix: #632
Change-Id: I9890559365c01bd73bc85c25e1cb058c2637fb0d

@codecov
Copy link

codecov bot commented Oct 14, 2019

Codecov Report

Merging #708 into master will decrease coverage by 0.24%.
The diff coverage is 40.8%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #708      +/-   ##
============================================
- Coverage     71.41%   71.16%   -0.25%     
- Complexity     4328     4330       +2     
============================================
  Files           280      281       +1     
  Lines         20593    20667      +74     
  Branches       2893     2909      +16     
============================================
+ Hits          14706    14708       +2     
- Misses         4444     4515      +71     
- Partials       1443     1444       +1
Impacted Files Coverage Δ Complexity Δ
...om/baidu/hugegraph/backend/query/QueryResults.java 87.14% <ø> (ø) 33 <0> (ø) ⬇️
...u/hugegraph/traversal/optimize/HugeVertexStep.java 72.46% <ø> (ø) 18 <0> (ø) ⬇️
...om/baidu/hugegraph/backend/store/BackendStore.java 87.5% <ø> (ø) 4 <0> (ø) ⬇️
...gegraph/backend/store/rocksdb/RocksDBSessions.java 100% <ø> (ø) 1 <0> (ø) ⬇️
...baidu/hugegraph/plugin/HugeGraphGremlinPlugin.java 85.71% <ø> (ø) 4 <0> (ø) ⬇️
...raph/backend/store/rocksdb/RocksDBStdSessions.java 69.72% <0%> (+0.07%) 29 <0> (ø) ⬇️
...c/main/java/com/baidu/hugegraph/cmd/InitStore.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...du/hugegraph/backend/cache/CachedBackendStore.java 9.67% <0%> (-0.33%) 0 <0> (ø)
...h/backend/store/rocksdbsst/RocksDBSstSessions.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...h/backend/store/postgresql/PostgresqlSessions.java 66.66% <0%> (-3.61%) 8 <0> (ø)
... and 24 more

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 2785a09...ea527f2. Read the comment docs.

Linary
Linary previously approved these changes Oct 31, 2019
zhoney
zhoney previously approved these changes Nov 1, 2019
The backend has been initialized, but this error is still raised.

fix: #632
Change-Id: I9890559365c01bd73bc85c25e1cb058c2637fb0d
Change-Id: Ia974f2769c2935fb853147454fed3a59ecefcb15
} catch (BackendException | IllegalStateException |
UncheckedIOException ignored) {
// pass
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this BackendException | IllegalStateException | UncheckedIOException catch are for rocksdb, cassandra, hbase fetch without database&table

Change-Id: I5eb0e442f74d9d126f125ce6dd98d07f7604f862
@Linary Linary merged commit 5878d8f into master Nov 4, 2019
@javeme javeme deleted the fix-not-initialized branch April 3, 2020 16:30
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.

hugegrap-server重启失败
3 participants