LOG_xxxxyymmdd_hhmmss.txt where: xxxx: #file(incremental), and the rest is a timestamp.
I was running a test: creating one file,filling it with small amount of data(~200bytes), closing it, and repeating this for X time. After the first hour had passed, the files stopped being created. here is the list of files created successfully:
https://pastebin.com/0xn3MBQt , and here are some filenames it couldnt create after those files were created: LOG_0193000101_005909.txt
LOG_0194000101_005908.txt
LOG_0000000000_000000.txt
LOG.txt
I'm really troubled by this. Is there some kind of filename size limit so that when searching for files during open(), it returns error because of ambiguity or something like that?? If anyone has a clue about this, please tell me so I can test it. thanks
PD: maybe there's some kind of filename size limitation from the filesystem itself. I dont understand why is this happening. any clue?