Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync develop changes 9/11 - 9/13 to hdf5_1_14 #4833

Merged
merged 6 commits into from
Sep 16, 2024

Conversation

lrknox
Copy link
Collaborator

@lrknox lrknox commented Sep 13, 2024

No description provided.

byrnHDF and others added 4 commits September 13, 2024 15:43
Fixes a bug where the vector I/O sizes weren't being extended when
one of the entries in the array is 0. This caused an over-read of
the I/O sizes buffer and on some machines would cause a memory
allocation failure due to the calculated I/O vector size being too
large.
@@ -8,7 +8,7 @@
# HDFS_FOUND, whether HDFS is found.

execute_process(COMMAND $ENV{HADOOP_HOME}/bin/hadoop version OUTPUT_VARIABLE Hadoop_VERSION
RESULT_VARIABLE Hadoop_RETURN)
RESULT_VARIABLE_VALUE Hadoop_RETURN)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be changed - "VALUE" is incorrect

@lrknox lrknox added Branch - 1.14 Priority - 0. Blocker ⛔ This MUST be merged for the release to happen Component - C Library Core C library issues (usually in the src directory) Component - Documentation Doxygen, markdown, etc. Component - Build CMake, Autotools Type - Task Actions that don't fit into any other type category labels Sep 13, 2024
multiple threads. It is possible to enable the 'threads' option and
disable the 'threadsafe' option, but not vice versa. The 'threads' option
must be on to enable the subfiling VFD.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not have been merged to 1.14. --enable-threads and HDF5_ENABLE_THREADS should be develop-only.

Copy link
Member

@derobins derobins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove the comment about --enable-threads (and check to make sure that was not merged)

@lrknox
Copy link
Collaborator Author

lrknox commented Sep 14, 2024

Need to remove the comment about --enable-threads (and check to make sure that was not merged)

Release note about --enable-threads has been removed.

@derobins derobins merged commit 7a285f2 into HDFGroup:hdf5_1_14 Sep 16, 2024
57 checks passed
@lrknox lrknox deleted the sync_develop_changes_to_1_14 branch September 16, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Build CMake, Autotools Component - C Library Core C library issues (usually in the src directory) Component - Documentation Doxygen, markdown, etc. Priority - 0. Blocker ⛔ This MUST be merged for the release to happen Type - Task Actions that don't fit into any other type category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants