thread_local compatible with other threading models?

2017-11-14 Thread Jim Apple
A quick git grep shows use of both boost::thread and pthread. C++14 has a
thread_local keyword:

http://eel.is/c++draft/basic.stc.thread

Do we know if the semantics of thread_local in C++14 are compatible with
thread-locality in pthreads and boost::thread?


Re: Outdated information in the wiki

2017-11-14 Thread Jim Apple
Jinchul, I changed the admin permissions for you. I think you now have
access to editing the wiki.

On Mon, Nov 13, 2017 at 4:30 PM, Jin Chul Kim  wrote:

> Hi,
>
> It seems the wiki page has not up-to-date information. Please see
> https://cwiki.apache.org/confluence/display/IMPALA/How+
> to+load+and+run+Impala+tests#
>
> Since the change "IMPALA-3516: Avoid writing to /tmp in testing
> ", the location needs to be updated
> in the part "Run just end-to-end tests",
>
> # To update the results of tests (The new test files will be located in
> /tmp/test_file_name.test):
> ./tests/run-tests.py --update_results
>
> The new test files will be located at ${IMPALA_EE_TEST_LOGS_DIR}. The
> environment variable should be set by loading impala-config.sh
>
> export IMPALA_EE_TEST_LOGS_DIR="${IMPALA_LOGS_DIR}/ee_tests"
>
> Do you mind if I correct the part? Currently I haven't a privilege to
> edit/comment on wiki, so it would be great if one of you grants a
> permission to me. My username is "jinchul".
>
> Best regards,
> Jinchul
>