Skip to content

Fixed scylladb backend init-store failed#47

Merged
zhoney merged 1 commit intomasterfrom
linary
Sep 7, 2018
Merged

Fixed scylladb backend init-store failed#47
zhoney merged 1 commit intomasterfrom
linary

Conversation

@Linary
Copy link
Copy Markdown
Contributor

@Linary Linary commented Sep 6, 2018

The exception is "Indexes are not supported yet"

Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7

Copy link
Copy Markdown
Contributor

@javeme javeme left a comment

Choose a reason for hiding this comment

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

add "fix: #48" to commit message

@Linary
Copy link
Copy Markdown
Contributor Author

Linary commented Sep 6, 2018

done

@javeme
Copy link
Copy Markdown
Contributor

javeme commented Sep 6, 2018

hbase ci failed due to not rebase

The exception is "Indexes are not supported yet"

Fix: #48

Change-Id: I5012e2684b7d95ded236207b441fc71d77851fe7
@Linary
Copy link
Copy Markdown
Contributor Author

Linary commented Sep 7, 2018

rebased

@zhoney zhoney merged commit 95342c8 into master Sep 7, 2018
@Linary Linary deleted the linary branch September 18, 2018 11:36
zhoney pushed a commit to zhoney/hugegraph that referenced this pull request Nov 9, 2021
* disable etcd for auth server (apache#42)

* refine MetricsAPI test for prometheus exporter (apache#43)

* upgrade hugegraph config and white api list (apache#44)

* fixed computer-dis api bug (apache#45)

* fix rest-server.properties config item k8s.hugegraph_url (apache#46)

* fix rocksdb not close after close graph (apache#47)
zhoney added a commit to zhoney/hugegraph that referenced this pull request Nov 9, 2021
* disable etcd for auth server (apache#42)

* refine MetricsAPI test for prometheus exporter (apache#43)

* upgrade hugegraph config and white api list (apache#44)

* fix rest-server.properties config item k8s.hugegraph_url (apache#46)

* fix rocksdb not close after close graph (apache#47)

* support none auth mode for k8s api (apache#50)

* feat(api): Support adamic-adar & resource-allocation algorithms (apache#10) (apache#51)

* support graph reload and ingore single graph error when start server (apache#55)

* support force delete task (apache#56)

* update reload api (apache#57)

* fix: check neighbors count & null label (apache#54)

* fixed prometheus metrics bugs


Co-authored-by: zhoney <[email protected]>
Co-authored-by: sunwei31 <[email protected]>
Co-authored-by: imbajin <[email protected]>
Co-authored-by: guoyonggang <[email protected]>
VGalaxies pushed a commit that referenced this pull request Aug 3, 2024
JisoLya added a commit to JisoLya/hugegraph that referenced this pull request Oct 14, 2025
* refactor(store): Added query pushdown support for Server & PD

- Add StreamObserver implementation for server side
- Modified the visibility of member variables to support query pushdown
- Add HgSessionConfig.java

* refactor(store): Support get partition from pd based on graph name & code & start key

* chore(store): reformat code & code cleanup

* fix(store): fix problems in code review

fix(store): fix unused sessionConfig in HgStoreClient.java

fix(store): fix potential NPE exception

fix(store): Fix incorrect spelling

fix(store): Fix the unit inconsistency in the time comparison

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java

Co-authored-by: Copilot <[email protected]>

* chore(store): remove unused code & modify import path

* fix(store): fix bug in ut

* fix(store): add missing table statement

* fix(store): fix ci problem

* Trigger ci

---------

Co-authored-by: Copilot <[email protected]>
JisoLya added a commit to JisoLya/hugegraph that referenced this pull request Oct 26, 2025
* refactor(store): Added query pushdown support for Server & PD

- Add StreamObserver implementation for server side
- Modified the visibility of member variables to support query pushdown
- Add HgSessionConfig.java

* refactor(store): Support get partition from pd based on graph name & code & start key

* chore(store): reformat code & code cleanup

* fix(store): fix problems in code review

fix(store): fix unused sessionConfig in HgStoreClient.java

fix(store): fix potential NPE exception

fix(store): Fix incorrect spelling

fix(store): Fix the unit inconsistency in the time comparison

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java

Co-authored-by: Copilot <[email protected]>

* chore(store): remove unused code & modify import path

* fix(store): fix bug in ut

* fix(store): add missing table statement

* fix(store): fix ci problem

* Trigger ci

---------

Co-authored-by: Copilot <[email protected]>
JisoLya added a commit to JisoLya/hugegraph that referenced this pull request Oct 27, 2025
* refactor(store): Added query pushdown support for Server & PD

- Add StreamObserver implementation for server side
- Modified the visibility of member variables to support query pushdown
- Add HgSessionConfig.java

* refactor(store): Support get partition from pd based on graph name & code & start key

* chore(store): reformat code & code cleanup

* fix(store): fix problems in code review

fix(store): fix unused sessionConfig in HgStoreClient.java

fix(store): fix potential NPE exception

fix(store): Fix incorrect spelling

fix(store): Fix the unit inconsistency in the time comparison

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java

Co-authored-by: Copilot <[email protected]>

* chore(store): remove unused code & modify import path

* fix(store): fix bug in ut

* fix(store): add missing table statement

* fix(store): fix ci problem

* Trigger ci

---------

Co-authored-by: Copilot <[email protected]>
imbajin pushed a commit that referenced this pull request Oct 29, 2025
* refactor(store): Added query pushdown support for Server & PD

- Add StreamObserver implementation for server side
- Modified the visibility of member variables to support query pushdown
- Add HgSessionConfig.java

* refactor(store): Support get partition from pd based on graph name & code & start key

* chore(store): reformat code & code cleanup

* fix(store): fix problems in code review

fix(store): fix unused sessionConfig in HgStoreClient.java

fix(store): fix potential NPE exception

fix(store): Fix incorrect spelling

fix(store): Fix the unit inconsistency in the time comparison

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/QueryExecutor.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamSortedIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/MultiStreamIterator.java

Co-authored-by: Copilot <[email protected]>

Update hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/query/StreamFinalAggregationIterator.java

Co-authored-by: Copilot <[email protected]>

* chore(store): remove unused code & modify import path

* fix(store): fix bug in ut

* fix(store): add missing table statement

* fix(store): fix ci problem

* Trigger ci

---------

Co-authored-by: Copilot <[email protected]>
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.

3 participants