Skip to content

Commit

Permalink
Add CHANGELOD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian8491 committed Oct 9, 2020
1 parent 78b1292 commit dfc84c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- #1057 Fixed issue with concat all in concatenating cache
- #1007 Fix arrow and spdlog compilation issues
- #1068 Just adds a docs important links and avoid the message about filesystem authority not found
- #1074: Remove lock inside grow() method from PinnedBufferProvider


# BlazingSQL 0.15.0 (August 31, 2020)
Expand Down
1 change: 1 addition & 0 deletions comms/src/blazingdb/transport/io/reader_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ PinnedBuffer *PinnedBufferProvider::getBuffer() {


// Will create a new allocation and grow the buffer pool with this->numBuffers/2 new buffers
// Its not threadsafe and the lock needs to be applied before calling it
void PinnedBufferProvider::grow() {
PinnedBuffer *buffer = new PinnedBuffer();
buffer->size = this->bufferSize;
Expand Down

0 comments on commit dfc84c5

Please sign in to comment.