Skip to content

issues Search Results · repo:sbtourist/Journal.IO language:Java

Filter by

41 results
 (76 ms)

41 results

insbtourist/Journal.IO (press backspace or delete to remove)

Are there methods to add data files explicitly using code? Or that is an internal process which cannot be controlled. Could you add some more documentation regarding the other functionalities of the API. ...
  • rushabhmshah99
  • Opened 
    on Feb 24, 2017
  • #62

Hi what s the status of this project? Thanks John PS Are there other stable widely used Journals - not many seem to be available?
  • Johnlon
  • 1
  • Opened 
    on Jun 15, 2016
  • #61

The file size is only integer so can only support 2GB journals. Can we have long for specifying file size so we have support for huge journals? Do we see any issues in huge journals, with the current ...
  • savinirsch
  • 2
  • Opened 
    on Mar 28, 2016
  • #60

In the README, under Write some records , the boolean variable sync is unused: for (int i = 0; i writes; i++) { boolean sync = i % 2 == 0 ? true : false; journal.write(new String( DATA + i), ...
  • stuartsierra
  • Opened 
    on Jun 9, 2015
  • #59

I noticed when I have a few empty journal files around journal.io uses a lot of CPU when I iterate the redo even though all the entries are deleted. It also uses quite a bit of memory with a lot of journal ...
  • sqlboy
  • 2
  • Opened 
    on Jul 13, 2014
  • #58

Would be good to know for monitoring purposes how much data is in the journal. (I m attempting to use it as a queue)
  • sqlboy
  • 1
  • Opened 
    on Jul 7, 2014
  • #57

Currently, compaction creates one large batch per compacted data file, which is sub-optimal as it reduces hints efficiency and can amplify corruption cases as it creates a long chain of CRC. We should ...
1.4.3
improvement
in progress
  • sbtourist
  • Opened 
    on Jan 17, 2014
  • #56

Per the mailing list... currently byte[] is used in places where streaming APIs may be more appropriate/performant.
  • Downchuck
  • Opened 
    on Jan 15, 2014
  • #54

Per the mailing list: currently compaction does not merge multiple files leading to a situation where there may be many small files scattered about.
  • Downchuck
  • Opened 
    on Jan 15, 2014
  • #53
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub