Skip to content

Commit

Permalink
disable read from follower
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Nov 5, 2024
1 parent 512bdb5 commit f80bad0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ trait NebulaReader {
0,
Long.MaxValue,
false,
true)
false)
} else {
vertexResponseIterator =
storageClient.scanVertex(nebulaOptions.spaceName,
Expand All @@ -195,7 +195,7 @@ trait NebulaReader {
0,
Long.MaxValue,
false,
true)
false)
}
} catch {
case e: Exception =>
Expand Down

0 comments on commit f80bad0

Please sign in to comment.