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

Start service should fail quickly when occured exception #748

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Nov 13, 2019

Change-Id: I36803f2dcc1ae19046cfb209d67a1008df135b21

Change-Id: I36803f2dcc1ae19046cfb209d67a1008df135b21
@codecov
Copy link

codecov bot commented Nov 13, 2019

Codecov Report

Merging #748 into master will increase coverage by 1.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #748      +/-   ##
===========================================
+ Coverage     70.12%   71.3%   +1.17%     
- Complexity     4280    4344      +64     
===========================================
  Files           281     281              
  Lines         20764   20764              
  Branches       2925    2925              
===========================================
+ Hits          14560   14805     +245     
+ Misses         4761    4510     -251     
- Partials       1443    1449       +6
Impacted Files Coverage Δ Complexity Δ
...du/hugegraph/backend/tx/GraphIndexTransaction.java 80.97% <0%> (+0.39%) 179% <0%> (ø) ⬇️
.../baidu/hugegraph/backend/query/ConditionQuery.java 83.48% <0%> (+0.44%) 94% <0%> (+1%) ⬆️
...hugegraph/backend/serializer/BinarySerializer.java 83.42% <0%> (+0.69%) 104% <0%> (+1%) ⬆️
...a/com/baidu/hugegraph/backend/query/Condition.java 78.42% <0%> (+0.82%) 31% <0%> (ø) ⬇️
.../backend/store/cassandra/CassandraSessionPool.java 59.78% <0%> (+1.08%) 12% <0%> (ø) ⬇️
.../hugegraph/backend/store/rocksdb/RocksDBStore.java 70.28% <0%> (+2.87%) 56% <0%> (+3%) ⬆️
...raph/backend/store/rocksdb/RocksDBStdSessions.java 69.9% <0%> (+4.12%) 29% <0%> (+2%) ⬆️
...hugegraph/backend/store/rocksdb/RocksDBTables.java 68.33% <0%> (+9.16%) 0% <0%> (ø) ⬇️
...om/baidu/hugegraph/backend/store/BackendEntry.java 66.66% <0%> (+26.66%) 1% <0%> (ø) ⬇️
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 78.26% <0%> (+56.52%) 32% <0%> (+23%) ⬆️
... and 4 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 da41772...4b924c3. Read the comment docs.

@zhoney zhoney merged commit 96afae1 into master Nov 15, 2019
@zhoney zhoney deleted the start-server-failout branch November 15, 2019 09:13
javeme pushed a commit that referenced this pull request Dec 6, 2019
Change-Id: I36803f2dcc1ae19046cfb209d67a1008df135b21
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.

None yet

3 participants