Closed llinggit closed 1 year ago
We added flag "ML-Check-ML11-Headers" to enable compression and chunking for ML10. Now we need to remove this flag for ML11 java client connector. Removing it in the server rest code as well. https://project.marklogic.com/jira/browse/DBQ-79
Original issue in java client as below https://github.com/marklogic/java-client-api/issues/1342 https://github.com/marklogic/java-client-api/pull/1343/files
So we can address your issue, please include the following:
See Readme.txt
See admin gui on port 8001 or run xdmp:version() in Query Console - port 8000)
Run java -version
java -version
For MAC, run sw_vers. \ For Windows, run systeminfo | findstr /B /C:"OS Name" /C:"OS Version"\ For Linux, run cat /etc/os-release and uname -r
sw_vers
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
cat /etc/os-release
uname -r
Will track internally.
We added flag "ML-Check-ML11-Headers" to enable compression and chunking for ML10. Now we need to remove this flag for ML11 java client connector. Removing it in the server rest code as well. https://project.marklogic.com/jira/browse/DBQ-79
Original issue in java client as below https://github.com/marklogic/java-client-api/issues/1342 https://github.com/marklogic/java-client-api/pull/1343/files
So we can address your issue, please include the following:
Version of MarkLogic Java Client API
See Readme.txt
Version of MarkLogic Server
See admin gui on port 8001 or run xdmp:version() in Query Console - port 8000)
Java version
Run
java -version
OS and version
For MAC, run
sw_vers
. \ For Windows, runsysteminfo | findstr /B /C:"OS Name" /C:"OS Version"
\ For Linux, runcat /etc/os-release
anduname -r
Input: Some code to illustrate the problem, preferably in a state that can be independently reproduced on our end
Actual output: What did you observe? What errors did you see? Can you attach the logs? (Java logs, MarkLogic logs)
Expected output: What specifically did you expect to happen?
Alternatives: What else have you tried, actual/expected?