hahahahbenny commented on issue #2310:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2310#issuecomment-2949062658

   Hello! I saw the post about good first issues and found this bug 
particularly interesting. Would it be okay if I worked on it and had it 
assigned to me? 
   
   After investigating, I discovered that the issue occurs in the main thread. 
The main thread  did not commit and close the transaction after checking the 
`supportsPaging` property fort the last time.
   
   so we need to add two code to restoreTasks 
   ```
           this.graph.graphTransaction().commit();
           this.graph.closeTx();
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to