You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/15 18:11:10 UTC

[GitHub] [beam] johannaojeling opened a new issue, #25012: [Task][Go SDK]: Set allowDiskUse to true in MongoDB bucketAuto aggregation

johannaojeling opened a new issue, #25012:
URL: https://github.com/apache/beam/issues/25012

   ### What needs to happen?
   
   While working on #24822 and testing on a MongoDB version 5 instance, I noticed that I had missed to set `allowDiskUse` to true in the `mongodbio.Read` bucketAuto aggregation (or rather, misplaced it to the non-sorting find query). It should be done to allow MongoDB to write data to temporary files on disk if exceeding the memory limit of 100 MB when performing the operation. The allowDiskUse option is true by default starting from version 6.0, but needs to be set explicitly in earlier versions, or if the parameter `allowDiskUseByDefault` has been set to false ([ref](https://www.mongodb.com/docs/manual/reference/method/cursor.allowDiskUse/)).
   
   ### Issue Priority
   
   Priority: 2 (default / most normal work should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [X] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck closed issue #25012: [Task][Go SDK]: Set allowDiskUse to true in MongoDB bucketAuto aggregation

Posted by GitBox <gi...@apache.org>.
lostluck closed issue #25012: [Task][Go SDK]: Set allowDiskUse to true in MongoDB bucketAuto aggregation
URL: https://github.com/apache/beam/issues/25012


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] johannaojeling commented on issue #25012: [Task][Go SDK]: Set allowDiskUse to true in MongoDB bucketAuto aggregation

Posted by GitBox <gi...@apache.org>.
johannaojeling commented on issue #25012:
URL: https://github.com/apache/beam/issues/25012#issuecomment-1383215875

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org