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

session is time-sensitive #4125

Closed
geekCarnegie opened this issue Apr 8, 2022 · 2 comments
Closed

session is time-sensitive #4125

geekCarnegie opened this issue Apr 8, 2022 · 2 comments
Labels
community Source: who proposed the issue need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected

Comments

@geekCarnegie
Copy link

Please check the FAQ documentation before raising an issue

Describe the bug (required)

backgroud:

  1. create schema A(at T0)
  2. create session B to query schema A, and put session B into session cache(at T1)
  3. update schema A (at T2)

and then, I could not query the newest schema A by using session B, session B is only used to query schema A before update.

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@geekCarnegie geekCarnegie added the type/bug Type: something is unexpected label Apr 8, 2022
@Sophie-Xie
Copy link
Contributor

Hello, Please check the doc to confirm whether it is a heartbeat cycle. https://docs.nebula-graph.com.cn/3.0.0/2.quick-start/4.nebula-graph-crud/#_1

@Sophie-Xie Sophie-Xie added need info Solution: need more information (ex. can't reproduce) community Source: who proposed the issue labels Apr 24, 2022
@Sophie-Xie
Copy link
Contributor

No more updates, close this issue. If there is new information, reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants