contrueCT commented on PR #2994: URL: https://github.com/apache/hugegraph/pull/2994#issuecomment-5710273112
Follow-up to the ordered-scan sandbox failure: I synced this PR with master `1a15e762` (current head `bcb8c1f3`) and reproduced `Not allowed to access thread group via Gremlin` with the real Gremlin engine, security manager, and ordered iterator using controlled scan sources. The independent fix is **#3213**, based directly on master. It falls back to caller-thread initialization when worker submission is denied, including after idle workers expire, without relaxing the sandbox. Its description includes a flow diagram and validation details: 15 security tests, 20 unique iterator tests, formatting, and all-module clean compilation passed on Java 11. Proposed integration flow: merge #3213 into master → sync this PR with master again → rerun the six reported paged range-index queries and the HStore/RocksDB validation matrix. The complete PD + three-store HTTP matrix has not been rerun here; the isolated regression tests should not be read as that acceptance result. This PR's LABEL changes remain separate from the sandbox fix. -- 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]
