Skip to content

Conversation

@suquark
Copy link
Contributor

@suquark suquark commented Mar 12, 2020

This PR fixes https://issues.apache.org/jira/browse/ARROW-8081

The memory limit was set at the getopt section. I fix it by moving this part to somewhere later than the huge pages section. Also I find mixed use of char * and std::string for socket names, and now they are all using std::string now.

Also convert ARROW_CHECK_OK to ASSERT_OK because all other unit tests in Arrow are using ASSERT_OK now.

@github-actions
Copy link

@suquark
Copy link
Contributor Author

suquark commented Mar 12, 2020

Ready for review now.

@suquark
Copy link
Contributor Author

suquark commented Mar 13, 2020

Hi @pcmoritz, could you help reviewing this PR? Thanks!

@suquark
Copy link
Contributor Author

suquark commented Mar 15, 2020

Re-trigger all tests since there are random failures.

@emkornfield
Copy link
Contributor

Hi @suquark sorry for the late response. It looks like there are merge conflicts now, would you mind rebasing and I can take a look afterwards?

@wesm
Copy link
Member

wesm commented Jul 11, 2020

@suquark could you take a look?

@wesm
Copy link
Member

wesm commented Aug 3, 2020

I'm closing this. We need to have a discussion about the future of this code on the mailing list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants