Kaustubh Maske Patil
Kaustubh Maske Patil
@the4thdoctor we had discussed the ordering for subcommands in alter table statements, that additions of columns should come before additions of indices, and removing indices should come before removing columns....
This is already taken care of. We use the same order as the MySQL commands we receive.
Hey I'd like to take this up. I've been going through the MS queue paper and I have a fair idea of that and other lockfree structures now. Where should...
@Sudha247 I have added a simple example with 3 domains, each performing one task that does push-work-pop, and prints what was pushed and popped. Is this a good example and...
@Sudha247 Thanks for the review. I've pushed a fix with some more examples. - Each example is organised as a self-contained function from the creation of queue till end of...
Thanks for the feedback. I have added the changes we discussed. Removed some print statements, the ones that are there will log with a pusher/popper ID. `do_work` runs `Domain.cpu_relax` a...
Thanks for the review. Done and I also ran it through `dune fmt` because that check was failing.
@Ram81 I am facing this issue for the dev build :confused: `https://github.com/Cloud-CV/EvalAI-ngx/issues/249`. Can you please share if there is any other way to test the working? (Not linking issue directly...
Yes of course! You did nice work on the PR! Please reopen it! :+1:
Confirming the issue. Occurs on Ubuntu 16.04 as well.