Skip to content

Bulk writer - #2074

Open
kvpetrov wants to merge 5 commits into
filodb:developfrom
kvpetrov:bulk_writer
Open

Bulk writer#2074
kvpetrov wants to merge 5 commits into
filodb:developfrom
kvpetrov:bulk_writer

Conversation

@kvpetrov

@kvpetrov kvpetrov commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

Pull Request checklist

  • The commit(s) message(s) follows the contribution guidelines ?
  • Tests for the changes have been added (for bug fixes / features) ?
  • Docs have been added / updated (for bug fixes / features) ?

Current behavior : (link exiting issues here : https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests)

New behavior :

BREAKING CHANGES

If this PR contains a breaking change, please describe the impact and migration
path for existing applications.
If not please remove this section.

Breaking changes may include:

  • Any schema changes to any Cassandra tables
  • The serialized format for Dataset and Column (see .toString methods)
  • Over the wire formats for Akka messages / case classes
  • Changes to the HTTP public API
  • Changes to query parsing / PromQL parsing

Other information:

// scalastyle:off parameter.number
private def downsamplePart(offHeapMem: OffHeapMemory,
readablePart: ReadablePartition,
pagedPartsToFree: ArrayBuffer[PagedReadablePartition],

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

was it ok to remove pagedPartsToFree ?

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.

1 participant